取样系统用可调程序定时器或手动操作的按纽控制。
The sampling system is controlled by an adjustable program timer or by a manual pushbutton.
因为UI线程在睡眠,所以当UI线程一旦被唤醒例子程序就会列出5个定时器事件(4到8)并能够处理处理函数。
Because the UI thread was sleeping, however, the sample application displays the five timer events (4 through 8) all at once when the UI thread wakes up again and is able to process the handlers.
这个应用程序将会让你获得对这几个定时器类的清晰的理解。
This application will help you gain a clear understanding of each of the timer classes.
请不要手动改变过IIS设置,比如应用程序池标识,因为管理中心应用程序使用定时器来同步服务场中所有的服务器。
You should never change IIS Settings like the app pool identity manually because the central admin application USES timer jobs to keep all servers in the farm synchronised.
这个定时器类引发的定时器事件是同你的窗口应用程序的其余代码相同步的。
The timer events raised by this timer class are synchronous with respect to the rest of the code in your Windows Forms app.
写一个高效的定时器驱动型可管理代码要求对程序流程有一个清晰的理解及掌握。NET线程模型的精妙之处。
Writing effective timer-driven managed code requires a clear understanding of program flow and the subtleties of the.net threading model.
就像一个典型窗体程序里的其它代码一样,任何驻留在一个定时器事件处理函数(指的是该类型的定时器类)中的代码也是使用应用程序的UI线程所执行。
Just like the rest of the code in a typical Windows Forms application, any code that resides inside a timer event handler (for this type of timer class) is executed using the application's UI thread.
不论在客户端应用程序还是服务器组件(包括窗口服务)定时器通常扮演一个重要的角色。
Timers often play an important role in both client applications and server-based components (including Windows services).
如果为了处理由该定时器类产生的定时器事件而在你的代码中有一个Application .DoEvents的调用,你的程序流程可能会被打断。
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.
当应用程序启动时,TicTacToeActivity类对定时器进行初始化。
The timer is initialized by the TicTacToeActivity class when the application starts up.
说明:电脑系统时间的显示,该程序的主要功能是定时器的简单使用。
Computer system time is displayed, the program 's main function is to use a simple timer.
在硬件设计的基础上,文中对系统软件设计中的检测主程序、A/D转换子程序、定时器A中断子程序和液晶显示子程序的设计进行了系统性介绍。
On the base of the hardware design, this paper introduces the main program, A/D convert subprogram, Timer A abruption subprogram and liquid crystal display subprogram of software systematic.
本文通过分析通用异步通信器件的工作原理,给出了一种利用单片机的定时器中断程序实现异步通信的方法,并在实际工程项目中得到了应用。
Based on the principle of UART, a software method has been presented for asynchronous communication by using interrupt program of timer, and has been implemented in an application project.
它也有可能是病态的软件程序,以用于其他目的,定时器,计数器和中断率的变化。
It is also possible for an ill-behaved software program to use the timer-counter for another purpose and change the interrupt rate.
它看起来用处不大,而网页应用程序中通常有一些数据处理功能将受益于工人线程,而不是定时器。
This may seem like a fairly small number of USES, but buried in web applications there are typically some data-handling approaches that would benefit from using a worker instead of timers.
介绍了一种对定时器、计数器、数据寄存器的数据进行外部设定并显示的电路,并给出了相应的梯形图程序。
This paper introduces a circuit setting up and displaying the data of timer, counter and data register out of PLC. It gives the ladder-type Patterned program.
定时器程序结束也将关闭,不消耗内存。
At the close of the timer program is also closed and does not consume memory.
当定时器正在运行的程序不挂在托盘。
While the timer is running the program does not hang in the tray.
买开发板时带的几个程序,有定时器时间管理器等,方便学习。
Buy a development board with several procedures, time management, timer, etc., to facilitate learning.
这是一款用51单片机控制的玩具电子琴,用到了51的定时器和键盘技术,它的汇编程序流程如下,很适合初学者学习制作。
This is a microprocessor controlled toy with 51 keyboard, use a timer 51 and keyboard technology, which follows the assembly process flow, making it suitable for beginners to learn.
一旦检验总线速度,可以信赖的写定时器、串行I/O和其他时钟有关的程序。
Once you verify the bus speed, you can confidently write the timer, serial-I/O, and other clock-dependent routines.
然后,直到发生定时器中断且调度程序在内核态被激活,进程1才恢复在用户态下执行。
Process 1 then resumes execution in User Mode until a timer interrupt occurs, and the scheduler is activated in Kernel Mode.
软件分为五块:主程序中的初始化模块、换相子程序模块、电流调节、速度调节子程序模块,定时器中断程序模块。
The system software involves five main modules: initialization module, phase-changing module, current-regulating module, speed-regulating module and timer interrupt module.
C51编写的通过按键调节led灯亮度的程序,用定时器产生可调pwm。
C51 prepared through the buttons adjust brightness led procedures, have an adjustable timer with PWM.
DSP2812定时器部分的源程序,更深入的了解DSP2812。
DSP2812 part of the source timers, a better understanding of DSP2812.
有办法确定什么时候在这17个窗口刷新定时器女士目前的X11的应用程序。
Is there a way to determine at what point within that 17ms window the refresh timer currently is for an X11 application.
实验目的目的:掌握定时器t0、T1的方式选择和编程方法,了解中断服务程序的设计方法,学会实时程序的调试技巧。
Aim Objective: to master the timer T0, T1 of the mode selection and programming methods, to understand the design method of the interrupt service routine, and learn skills in real-time debugging.
实验目的目的:掌握定时器t0、T1的方式选择和编程方法,了解中断服务程序的设计方法,学会实时程序的调试技巧。
Aim Objective: to master the timer T0, T1 of the mode selection and programming methods, to understand the design method of the interrupt service routine, and learn skills in real-time debugging.
应用推荐