搜索资源列表
Mutex
- 首先,在主线程中使用InitializeCriticalSection()初始化临界分区。然后建立两个子线程,在两个子线程中使用全局变量count的前、后分别使用 EnterCriticalSection()进入临界区及LeaveCriticalSection()退出临界区。等两个子线程运行完毕,主线程使用DeleteCriticalSection()删除临界区并撤销线程。-First of all, in the main thread InitializeCriticalSection ()
niminggd
- C++ 匿名管道程序测试源代码,定义结构体SECURITY_ATTRIBUTES变量,填充结构体中的各成员,创建匿名管道,定义并初始化结构体,填充结构体中的各个成员,从匿名管道中读取的数据等。-C++ anonymous pipe testing program source code, the definition of the structure of SECURITY_ATTRIBUTES variables, each member is filled in the structure,
Initialize
- 对一个普通的电控平移台进行改造,在不改变平移台丝杠加工精度要求的条件下,利用光栅尺对平移台实际位移距离进行检测,反馈给上位机,实现位移距离的补偿,提高了平移台的位移精度,使平移台在运动过程中最大误差的绝对值由0.5mm降低至0.015mm以内,达到了系统要求的精度。-On an ordinary electric translation stage transformation, without changing the translation stage precision screw mac
initialize
- 能够实现串口的收发功能,我是第一次上载东西,希望这个能对那些新手有帮助,同时也希望各位高手指点指点,()
