讯问程序,Interrogation
1)Interrogation[英][in,ter?'gei??n][美][?n,t?r?'ge??n]讯问程序
英文短句/例句

1.On legalization of criminal interrogation procedure;论侦查讯问程序的法治化——一个权利的视角
2."An error occurred trying to access the Address Book Provider."企图访问通讯录提供程序时出错。
3.A Study on the Procedures of Interrogating Criminal Suspects;讯问犯罪嫌疑人程序研究——以遏制刑讯逼供为目标
4.ADCCP [Advanced Data Communication Control Procedure]高级资料通讯控制程序
5.Programming communication between Mathematica and VB;Mathematica与VB通讯的程序设计
6.Analysis of The Most Common Non-standard Investigation And Procedural Disposal常见不规范侦查讯问行为及其程序性处置调查分析
7.Communication program design with Turbo C基于Turbo c语言的通讯程序设计
8.THE COORDINATE TRANSFORMATION OF DIGITIZERS AND THEIR COMMUNICATION PROGRAM WITH COMPUTERS数字化仪坐标换算及与主机通讯程序
9.On the Cause, Harm and Procedure Control to Extort a Confession by Torture;论刑讯逼供成因、危害及其程序遏制
10.Setting up the System of the Lawyer s Presence During the Investigation Process;我国侦讯程序中律师在场制度的设立
11.Software Design of Serial Port interface of LabVIEW Express 7.0 and ARM;LabVIEW Express 7.0与ARM的串行数据通讯程序设计
12.Communicate between Flash Application and DataBase;Flash应用程序与数据库的通讯
13.An implementation of an addressbook application based on Qt & embedded Linux基于Qt的嵌入式Linux通讯簿程序设计
14.The Design of Serial Communication Program between PLC and Hose Computer上位机与PLC串行通讯的程序设计
15.Due Process of Law for Interrogation in Criminal Investigation--From the angle of proper balance between right and power;侦查讯问犯罪嫌疑人的正当法律程序——以权利与权力的适度平衡为视角
16.The Survey on Synchronous Audio and Video Recordings for the Whole Process of Interrogation;侦查讯问全程同步录音录像问题研究
17.Your system does not have any communication ports installed or the device driver for the communication port is not started.系统未安装任何通讯端口,或通讯端口的设备驱动程序未启动。
18.external viewerph.1. 【电脑】外部阅览器(用来显示图形、声讯及视讯档案的程序)
相关短句/例句

The Procedure of Investigation and Interrogation侦查讯问程序
3)the procedures of interrogating criminal suspects讯问犯罪嫌疑人程序
4)interrogation process讯问过程
1.Based on the practices of fire investigation, the main characteristics and change of psychology of fire accident principal during interrogation process, as well as their formation has been analyzed in detail.正确研究分析火灾责任者在讯问过程中的心理特点、表现及成因,并科学运用讯问方法、策略,可以为公安消防机构迅速准确认定火灾事故原因和火灾事故责任,提供重要的证据,从而实现火灾事故调查工作的突破。
5)communication program通讯程序
1.Design of DICOM protocol-based communication program;DICOM通讯程序的设计
2.An all-purpose,credible,multi-circuit managed communication program is described in this article.通讯程序的应用非常广泛,关于通讯方面的系统协议也多种多样,但是绝大多数系统提供的协议一般都比较复杂,这些协议都没有多链路管理。
3.The design method for serial communication program between OMRON’s C200HS PLC and host computer is introduced,a communication program with C is showed.该文介绍了OMRONC200HS型PLC与上位计算机之间的串行通讯程序设计方法,给出了实用的VisualC++语言程序。
6)Interrogation Procedure审讯程序
1.Introspection and Reform on Criminal Interrogation Procedure in Rule by Law;法治视野下我国刑事审讯程序的反思与改革
延伸阅读

编译程序的编译程序编译程序的编译程序compiler-compiler b Ianyi ehengxu de blanyi chengxu编译程序的编译程序《compile卜伪mpiler》产生编译程序的编译程序。它接受用某一适当的表示体系描述的某一语言类中任一语言A的词法规则、语法规则、语义规则和(或)代码生成规则,并从这些描述产生出用目标语言B写的关于语言A的编译程序的全部或部分。编译程序的编译程序又称为偏译租序的生成租序。 通常,编译程序分成词法分析程序、语法分析程序、语义分析程序、代码生成程序等若干部件。这些部件可以用一个总的编译程序的编译程序的不同部分来生成,也可以分别用不同的专用生成程序来生成。这些专用生成程序包括词法分析程序的生成程序,语法分析程序的生成程序和代码生成程序的生成程序等。 词法今析租序的生成粗序接受以正则文法或其它类似文法描述的单词,构造一个有限状态自动机,由此生成一个词法分析程序。 语法介析程序的生成程序接受以上下文无关文法的形式描述的源语言的语法,生成一个语法分析程序。各种语法分析程序的生成程序随实现语言、语法分析算法的原理以及源程序中语法错误处理能力的不同而异。如采用LR的语法分析程序的生成程序YACC和采用递归下降法的语法分析程序的生成程序L比en。 语义分析程序、中间代码生成程序和目标代码生成程序的生成程序的设计与实现与形式化的语义描述紧密相关。语义描述形式化技术相当困难,目前大多数生成程序中语义描述还是采用非形式化,它们的基本思想是为源语言的上下文无关文法的语法符号或产生式配以翻译子程序(语义动作或语义子程序)。 现有不少性能很好的编译程序的编译程序,如词法分析程序的生成程序LEX,语法分析程序的生成程序yACC和LLgen,它们都显著提高了编译程序的开发效率。