搜索资源列表
第四章进程线程控制
- VC 中进行进程线程控制 有兴趣的同志可以看看哪-VC for process control threads are interested can find out where comrades!
用VB写多线程程序
- VB的多线程程序-VB of the multi-threaded program
第四章进程线程控制
- VC 中进行进程线程控制 有兴趣的同志可以看看哪-VC for process control threads are interested can find out where comrades!
智能组焊
- 这是本人在校期间用VC编写的对数控焊接机床的控制程序,工控机采用ADLINK PCI-8136六轴控制卡,可根据输入的焊缝特征参数采用多线程控制机床自动焊接。-VCADLINK PCI-8136
nt_thread
- 自己写的。多线程控制的演示程序。 包括线程的创建、挂起和释放。 附有详细的注解-wrote it myself. Multithreading control of the demonstration program. Thread including the creation, aloof and release. With detailed explanation
使用信号量进行线程同步
- 使用信号量进行线程同步控制,是学习多线程编程的好范例-use of signals volume thread synchronization control study is multi-threaded programming a good example
一个多线程的windows控制台应用程序
- 一个多线程的windows控制台应用程序-a multithreaded the windows console application
Clockly
- 非Applet的java电子时钟与秒表小程序 包括多线程控制与界面切换-the non- java applet electronic clock with a stopwatch small programs including multithreaded control and interface switching
Multi Thread
- 多线程控制实例。一个用户界面线程,负责响应工作者线程。-multithreaded control examples. A user interface thread, the thread is responsible for response workers.
ISAPI Filter 限制 IIS 多线程访问
- 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数
救护车调度系统
- 救护车调度模拟系统,使用java实现,利用多线程控制每一辆救护车,随机出现呼救点,也可以点击界面人工控制!-ambulance scheduling simulation systems, the use of java achieved, the use of multi-threaded control each one ambulance, there were shouts for help, you can click on
ProgressThreadTest
- 最简单的用工作线程控制有进程条的窗口,主窗口调用后,调用工作线程,并显示模式对话框,并可控制线程的进展——在对话框上有pause和stop按钮-most simple thread work with a process control of the window, the main window to call after call work thread, and displays the dialog, can control t
自己写得串口多线程程序
- 自己写得串口多线程控制程序,里面的超时设置和书上说得不是很一样,大家参考吧-their written control procedures for multi-threaded, overtime set up inside the book and put it is not very like, we make reference to it
魔羯之辉黑白棋第二版
- 魔羯之辉黑白棋第二版,在第一版的基础上加上了多线程控制,重新编写代码,代码可读性更强,程序逻辑更清晰,界面更漂亮,网络对战功能没有来得及做.只要把程序中的黑白棋类代码拿出来就可以迅速编出自己的黑白棋游戏.-Jose Zhihui reversi second edition, the first edition on the basis of a multi-threaded with control, to rewrite code,
多串口多线程工业控制实现
- 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它
魔羯之辉黑白棋0.6
- 魔羯之辉黑白棋0.6版,多线程控制,网络对战功能没有来得及做。-Jose Zhihui reversi 0.6 version, multithreaded control, network multiplayer action does not have enough time to do.
远程控制软件源码
- 关键代码:完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理 SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠 操作。 -key code : complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Dat
serial10
- 专门用于多串口通讯程序,不同串口由不同的线程控制。-Specifically for use in multi-serial communication program, different serial control from a different thread.
java
- 该代码加载一山水图,然后再通过线程控制,有一个流动的水面,产生像水面倒影一样的。-The code loads a landscape plan, and then controlled by the thread, there is a flow of water to produce the same as the surface reflection.
信号量控制多线程例子
- 信号量控制多线程例子 使用信号量实现多线程的技术实例3(Signal quantity control multi thread example 3 technology instance using semaphore to realize multithreading)