控制流
- control flow
-
C反编译控制流恢复的形式描述及算法
Formal description and algorithm of the recovery of control flow in C decompiler
-
OFFICEGIS中图文控制流与数据流的集成设计和表达
Integrated Design of Control Flow and Data Flow in Office GIS
-
可以保留用户与Web应用交互的控制流
Preserved control flow of human interaction
-
期货(Futures)&用于通过控制流来集成数据流。
Futures – Used to integrate data flow with control flow .
-
在JVM中,线程的控制流表示为帧堆栈(stackofframe)。
The flow of control followed by the thread is represented within the JVM as a stack of frames .
-
断言(Predicate):修改控制流的逻辑表达式,可以有条件地跟踪数据。
Predicate : Logical expression that modifies the control flow to conditionally trace the data .
-
BSS系统控制流通信协议的研究与实现
Research and Implementation of the System Control-flow Communication Protocol in BSS
-
基于Spi演算的密码协议的控制流分析
Control Flow Analysis of Cryptography Protocols Based on Spi Calculus
-
静态分析工具分析程序代码(例如,控制流和数据流),以及生成HTML和XML形式的输出。
Static analysis tools analyze program code ( e.g.control flow and data flow ), as well as generated output such as HTML and XML .
-
网关形式使用decision、fork、merge和join元素,对于只包含控制流的模型而言,此形式通常更易于理解。
Gateway form using decision , fork , merge , and joins is often more readable for models that only model control flow .
-
Manager和Operator角色主要用在SQLWarehousing管理中,用于管理控制流执行中的函数和进行监控。
The Manager and Operator roles were mostly used in SQL Warehousing administration for managing functions in control flow execution and monitoring .
-
UML活动图可以表示不同抽象级的控制流,很适合用于对系统的行为建模。
UML activity diagrams can be used to describe the control flow of different abstract levels and are very suitable for modeling system behaviors .
-
开发过程中使用严格的控制流图和函数调用图生成算法,使得CTCheck具有低误报率和低漏报率的特点。
In the process of its development , we use strict generation algorithm of control flow graph and the function call graph to make CT_Check with low false alarm and low omission rate .
-
VLIW体系结构微处理器的控制流分析与其模拟软件设计
Control flow analysis and SIMULATOR DESIGN FOR VLIW ARCHITECTURE MICROPROCESSOR
-
最后介绍了控制流级结构化安全补丁比较原型系统的实现技术,并给出了使用三个Windows系统补丁对原型系统进行测试的结果。
Finally , the technique of how to implement structural security patch comparison prototype system was presented , and the test results of prototype by using three Windows patches were given .
-
C语言是一种通用程序设计语言,它具有节省表达式,现代的控制流和数据结构,以及一组丰富的运算符等特点,它具有高度灵活性。
C is a general purpose programming language , which features economy of expression , modern control flow and data structures , and a rich set of operators . It is designed to be highly flexible .
-
DB2跟踪实质上是运行跟踪程序时捕捉到的控制流信息(函数和相关参数值)的日志。
A DB2 trace is essentially a log of control flow information ( functions and associated parameter values ) that is captured while the trace facility is on .
-
以程序控制流图(CFG)为基础,借助profiling信息对影响线程划分效果的线程体积、线程间的数据相关性等进行量化研究;
Based on the CFG ( Control Flow Graph ), the algorithm evaluates thread size and inter-thread data dependence quantitatively by the profiling information .
-
解析Kaffe虚拟机的控制流源码
Parsing the Source Codes of Kaffe Virtual Machine 's Control Flow
-
其次,对GCC抽象语法树文本进行了标准化及消除文本中与控制流分析和数据流分析无关的冗余信息。
Secondly , the abstract syntax tree text is standardized and the redundant information unrelated to the control flow analysis and data flow analysis is eliminated .
-
利用工作流的控制流机制,实现了多Web应用系统的控制逻辑,而多Web应用系统间的信息传输和集成则利用工作流的信息流机制,并采用移动Agent技术加以实现。
With the control flow mechanisms of workflow , the control logic for multiple Web applications can be implemented . Based on the data flow mechanisms of workflow , the information transmission and integration can be realized between multiple Web applications through adopting mobile agent technologies .
-
该模型描述了GIS过程模型的静态结构和动态过程中信息流、控制流的逻辑表达,设计了基于信息架结构的数据集成和数据流实现方法。
The model describe the logical express of the information flow and control flow in the dynamic process and the static structure of process model . , design the data integration and realization of data flow based on the info-rack . 4 .
-
通过OLEDB控制流为每一个表存在一个数据流,每一个数据流读平面文件数据,并写回SQLServer数据库。
The control flow has one data flow for each table , each data flow reading data from a flat file source and writing to the SQL Server database via OLEDB .
-
该方法首先为C克隆代码构造语法树,并在语法树的基础上建立程序依赖图,然后进行静态分析,从而获得程序的控制流信息和数据流信息。
This method first takes the clone code of C programs as input and generates parser tree . Based on parser tree built above , program dependence graph is established and static analysis is performed , through which the control dependence information and data flow information are collected .
-
组件、应用程序、交互和执行的控制流允许WSFL流引擎编排Web服务,并特别允许象WSXL指定的那样编排用户体验。
Controlling flows of components , applications , interactions , and executions allows the WSFL flow engine to orchestrate web services , particularly user experiences as specified by WSXL .
-
实践证明,利用控制流图和对象过程图扩展UML建模环境,可方便地进行系统需求分析、总体设计和详细设计,大大提高效率,缩短开发进程。
It is indicated in practice that introducing CFG and OPD to UML based modeling environment is very convenient for system requirement analysis ; overall design and detail design and can greatly improve the efficiency and shorten the software development course .
-
定制KeyManager中的控制流
Flow of control in the custom KeyManager
-
它也是简单的:存在有一个控制流为每一个“流”所产生的数据DBGEN。
It is quite simple : There is one control flow for each " stream " of data generated by DBGEN .
-
本文介绍了面向对象的软件开发方法和DICOM国际标准的通信部分,并根据DICOM标准,用面向对象的方法分析设计PACS系统的通信模块,并给出了该部分的程序控制流原理图。
This article introduces the object oriented programming and the communication part in international standard of DICOM . According to DICOM , it analyzes and designs the communication module of PACS by OOP , also offers the control flow chart of the module .
-
RTSP协议主要实现了客户端与流媒体服务器之间的RTSP会话交互,使得客户端能够远程控制流媒体服务器端的数据传输等工作,满足客户端播放、暂停和回放等操作的实时交互。
RTSP protocol mainly achieves the session interaction between the client and the streaming media server , allows the client to be able to remotely control a streaming media to meet the real-time interaction of playing , pausing and playing .