Coding bugs cause improper program behavior (behavior deviating from the requirements).
编码错误会导致不正确的程序行为(偏离需求的行为)。
By extracting the program behavior pattern which matches with virus's behavior pattern, thus the purpose of detecting unknown viruses is reached.
该方法是通过抽取程序的行为模式,将之与病毒的行为模式进行匹配,达到检测未知病毒的目的。
These features make systematic changes to program behavior easy, including changes such as intercepting all calls to a method or all accesses of a field.
这些特性使得对程序行为做出系统性的变更很容易,其中包括诸如拦截所有方法调用或所有字段访问这样的变更。
On the part of behavior detection, a behavior detection algorithm was designed, which utilized system calls and their arguments to identify the program behavior.
在行为检测部分,设计了行为检测算法,利用系统调用函数及其参数信息识别程序行为。
Monitoring program behavior is one of the highlighted research topics of host-based anomaly detection recently. The key is to construct a program behavior-based anomaly detection model.
监视程序行为是近年基于主机的异常入侵检测的研究热点,构建程序行为模型是进行异常检测的关键。
These benefits accrue because users are more readily able to predict program behavior based on past experience with other parts of the interface or with other applications following similar standards.
之所以有这些好处,是因为用户在界面的其他部分,或遵循相似标准的其他应用程序的经验基础上能更容易地预见程序行为。
More importantly, it allows the program developers to improve bills behavior and knowledge base when needed.
更重要的是,它允许程序开发人员在需要时改进账单行为和知识库。
He recommends the usual behavior-modification approaches, familiar to anyone who has completed a quit-smoking program.
他推荐采用通常的行为矫正方法,任何完成了戒烟计划的人都很熟悉这种方法。
Most of these tools create incorrect designs in any event, because they can't adequately reverse engineer the dynamic behavior of the program simply by looking at the code.
大多数这些工具无论如何创建出的设计都是不正确的,因为它们不能够仅仅通过查看代码就能逆向工程程序的动态行为。
He began studying human behavior in virtual communities as a graduate student in Georgetown University's Communication Culture and Technology (CCT) Program in 2003.
2003年,他开始以研究生身份参与乔治城大学交流文化核技术项目,研究虚拟社区内的人类行为。
A quick look outside shows this is obviously not the case, and the program shown below will compensate for this behavior by only detecting precipitation events of a certain threshold.
可是到外面一看,您会发现明显不是这么回事,并且下面所示的程序将通过仅检测降水情况的特定阈值来修正此行为。
If you think about it, requiring a "save" operation is the same thing as making "throw away all my work" the default behavior of a program — not a particularly good default, if you ask me.
要是您考虑它,那么我可以告诉您,要求“保存”操作和使“放弃我的所有工作”成为程序缺省行为是同一回事?那并不是特别好的缺省行为。
The other kind of arguments are those that are not options, in other words, they do not really modify the behavior of the program, but are more like data names.
另一类参数是那些不是选项的参数,也就是说,它们并不真正更改程序的行为,而更象是数据名称。
This is runtime analysis: analyzing a running program to collect data that helps you understand the behavior of the software, and the relationships between various components in it.
这就是运行时分析:分析运行的程序并收集数据,用来帮助您理解软件的行为和软件不同部件之间的关系。
As mentioned above, many types of memory usage errors are insidious: the program appears to behave normally, even though it's at risk for memory corruption and improper behavior.
正如上面所提到的,许多内存使用错误都是潜伏的:程序似乎在正常地运行,即使它所面临着内存崩溃或者错误行为的危险。
This month I move on to analyzing the dynamic (runtime) behavior of the program.
这个月,我将分析程序的动态(运行时)行为。
If the person's behavior does not improve and the person is not enrolled in a rehabilitation program, you can begin disciplinary procedures.
如果这个人的行为还没有得到改善,并且这个人没有从康复项目中得到改善,你可以进行纪律处分程序。
Doing so can help you understand an application's internal behavior and obtain information for program optimization.
这样做可以帮助您理解应用程序的内部行为,并获得有关程序优化方面的信息。
Measuring and rewarding desired employee behavior were at the heart of Cascades Diamond's program.
监督衡量并奖励公司所需的行为乃是此项计划的核心所在。
If the program is already linked, you can also change this behavior by setting the environment variable LD_LIBRARY_PATH.
如果程序已经被链接,那么您也可以设置环境变量ld_library _ PATH来改变这一行为。
The annotation instances can then be used much like other objects to modify the behavior of the program.
然后可以像其他对象一样,用注释实例修改程序的行为。
At that point, her behavior reminded me of someone who might be anchoring a shopping program on television trying to Angle the exhibit towards the camera.
这时候,她的行为让我联想起主持电视购物栏目的主持人,好像在对着镜头把展卖品放置成一个角度。
The news program "People Behaving Badly" has run 4 years, exposing bad behavior in public.
《世人的恶行》播出4年来,曝光了不少人们在公共场所的不良行为。
Testing is another kind of runtime analysis: You feed in data or events and check to see that you got the right behavior from the program.
测试是另一种运行时分析:您通过数据或事件检验是否获得来自系统的正确行为。
If you need this behavior, consider calling the C exit function from your COBOL program and using _twzCOBOLTerm after the runtime termination exit.
如果需要使用这种行为,可以考虑从COBOL程序调用Cexit函数,并在运行时终止退出后使用 _twzCOBOLTerm。
A program that defines the robot's behavior.
一个定义机器人的行为的程序。
Quantify tracks program performance and calling behavior, so you can see execution flow and identify bottlenecks.
Quantify追踪程序性能和调用行为,因此您能够发现执行流并识别出瓶颈。
In its initial registration phase, Korset analyzes the program requiring protection and produces a model of good behavior that describes every allowable action.
在其最初的登记阶段,Korset分析需要保护的程序并生成良好行为的模型,这个模型描述了每一个被允许的行为。
This example shows how to extend any Ruby class when you know the behavior at the time that you run the program.
这个例子展示了当您在运行程序时知道了该行为后该如何扩展Ruby类。
This example shows how to extend any Ruby class when you know the behavior at the time that you run the program.
这个例子展示了当您在运行程序时知道了该行为后该如何扩展Ruby类。
应用推荐