The basis of software design for inspecting and measuring weight of moving vehicle and the flow program are introduced.
介绍机动车重量动态检测软件设计的依据和程序流程。
The "Time Flow Program" that I am going to be using to discuss the importance of this event is the New Reality Science of Astronomology...
就是我想要被用在关于这个事件讨论的重要点,这个是天体法则的新实相科学。。。
A join point is "a well-defined point in the program flow." 3 There are many types of join points, such as a method call or a method return, which can be either a normal return or a thrown exception.
一个连接点是:一个在程序流程中定义明确的点。3连接点有很多类型,正如一个方法的调用或一个方法的返回,都可以是一个正常的返回或者抛出一个异常。
Visual trace 6 is used during program execution to reveal the execution path through a diagram; it depicts the control flow and how the software operates.
可视化跟踪6是用于在程序执行过程中,通过图表显示执行路径,它描述了控制流和软件如何运作的方式。
It greatly enhances the build process by letting you control program flow with looping constructs and conditional logic.
它让您用循环构造和条件逻辑控制程序流,极大地增强了构建过程。
Fortunately, using a generator is much less work than understanding all the conceptual issues of program flow and state.
幸运的是,使用生成器比理解程序流和状态的所有概念性问题容易得多。
These definitions illustrate the overall logic flow of the program.
这些定义阐明程序的整体逻辑流。
These three statements let you change the flow of a program by selecting which statements are executed or by executing a set of statements multiple times.
这三种语句通过选择执行哪些语句,或者通过多次执行一组语句,让您可以改变程序流。
We've taken our sample code and created a sequence diagram in order to show you a bit of the execution flow of the Access program.
我们编写了一个样本代码并创建了一个时序图以便向你展示一些访问程序的执行流程。
As this column's installments on functional programming have observed, the recipe style of program flow is comparatively error-prone and difficult to maintain.
正如本专栏关于函数型编程的部分文章中所评述的,程序流的方法风格相对来说容易出错并且难以维护。
All that remains to complete the scoring code upgrade is to modify the main program logic flow from Listing 7 to Listing 8.
完成评分代码升级剩下的全部操作就是将主程序逻辑流程从清单7修改为清单8。
A compound statement consists of a flow control instruction, followed by a colon character (:), followed by a block of program statements.
一个复合语句包括一个流控制指令,后跟一个冒号(:),然后再是一个程序语句块。
We decrement so to speak the variable and then where will we go next in terms of the flow control, the flow of this program.
可以这么说,我们递减这个变量,然后按照控制流,即程序流进入到下一语句。
Understanding XSL's basic program flow is crucial to grasping how JAXP handles transformations.
理解XSL的基本程序流对于掌握JAXP如何处理转换是非常关键的。
Writing effective timer-driven managed code requires a clear understanding of program flow and the subtleties of the.net threading model.
写一个高效的定时器驱动型可管理代码要求对程序流程有一个清晰的理解及掌握。NET线程模型的精妙之处。
Hopefully, the inline comments will guide you through the flow of the logic for the program listed above.
希望内嵌注释能指导您理顺上面列出的程序的逻辑流。
If a computer program has a mind of itsown, is not responsive to your commands, or is so slow as to appear to be amoron, then you are again brought back to “reality” and lose flow.
如果电脑程序自己有思想,对你的命令不感冒,或是像个低能一样反应迟钝,你就会再次回到现实,“心流”消失。
If Application.DoEvents is called from your code, your program flow may be interrupted in order to process the timer events generated by an instance of this class.
如果为了处理由该定时器类产生的定时器事件而在你的代码中有一个Application .DoEvents的调用,你的程序流程可能会被打断。
Boolean data plays a central role in controlling the flow of a program and is discussed in Chapter 4.
Boolean数据在控制程序流程中起着至关重要的作用,我们将在第4章中进一步讨论。
Tracing the logic flow through the program, you see that the first time through the loop, the value of the variable I becomes 5.
通过跟踪程序的逻辑流可以看到,第一次通过循环后,变量i的值变为5。
Quantify tracks program performance and calling behavior, so you can see execution flow and identify bottlenecks.
Quantify追踪程序性能和调用行为,因此您能够发现执行流并识别出瓶颈。
The process of the design, which is on the basis of the analysis of need, shall write the systematic development plan, program the realizing flow and the realizing methods of some related problem;
在设计中以需求分析为基础,写出系统开发计划、规划实现流程及相关问题的实现方法;
The second type of flow control statement in Python is the while loop, which executes a block of program statements while an expression evaluates True.
Python中的第二种流控制语句是while循环,它在一个表达式计算为True时执行一个程序语句块。
In any program that interacts with a user, you should first diagram or storyboard the flow or dialog with the user.
在任何与用户进行交互的程序中,您首先应该做的都是绘制流的示意图或串连图板,或者与用户进行对话。
It limits the ability to manage the organization at the program level as data doesn't flow smoothly up from the individual contributor level.
由于数据不能够平滑的从个体贡献者层次流动上来,所以这样做限制了在编程层次上管理公司的能力。
A computer program USES the images to generate pictures of water flow.
计算机程序可使用图像产生水流的图画。
In fact, I'm using this very program to write this article. It allows my hands to take a break and it lets the inspiration flow freely.
实际上,我正在用这款特棒的程序在这篇文章。它允许我双手休息一会儿,它让想象自由地飞翔。
The course takes on a more strategic approach, offering a practical business management program with a focus on managing the flow of materials, people and service to satisfy customer demand.
当然需要一个更具战略性的方法,提供一个实际的业务与管理的材料,人员和服务,以满足客户的需求流动为重点的管理方案。
Gprof reports on your flow control through all the subroutines of your program and provides you with the amount of CPU time consumed by each subroutine.
gprof可以报告您的程序中所有子例程的流程控制,并为您提供每个子例程所使用的CPU时间。
This essentially is changing the program flow; instead of the page (JSP technology) calling logic from the application, the application (Enhydra) USES methods to affect the values of the page.
这实际上改变了编程流程;应用程序并不像JSP技术那样使用页面从应用程序调用逻辑,而是使用方法影响页面的值(Enhydra)。
应用推荐