搜索资源列表
ossystem
- 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
CSSMastery
- The code, images and designs for this book are released under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. http://creativecommons.org/licenses/by-nc-sa/2.5/ You are free: * to copy, distribute, display, and perf
tcom
- 一个COMM通信控件,比较实用方便简单,做通信开发的比较好用-1 COMM communication control, more convenient and simple utility to do the development of better quality communication
comm
- 一个通信模块,适用于aix操作系统,包含底层函数库的源码,以及测试代码-A communications module, applicable to aix operating system, including the underlying source code library, as well as the test code
delphi_MSComm_image
- delphi用MSComm进行串口通讯,如果接受到的是连续的一组完整数字则将其进行图像还原。 本代码的另外一个是MSC51F310编写的单片机代码,两个合在一起完成从单片机将视频图像采集并发送到上位机还原的过程。-Comm by RS232,Program by DELPHI, link PC do F310,allow msc51f310 send a picture to PC .
ourdev_320222
- SPcomm控件源代码 Version 1.00 Comm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi TThread class. It is implemented using two threads: one for reading from,
Commint.pas
- CommInt for comunication with comm port and connect to the mobile, cash box, any thing you want
Comport4.10
- Comm port component to controll serial interfaces
SPCOMM
- spcom控件,串口通信类控件 适用于delphi7-To use the component once it is installed: 1) Attach an event handler to OnReceiveData . 2) Call StartComm to open the port. 3) Use the WriteCommData method to write to the Comm port. 4) Call StopC
Labview-comm
- 使用方法: 1.在baud rate里设置通讯的波特率 2.在milliseconds to wait的毫秒数要大于等于20,这样可以保证收发数据的成 功率. 3.在顶端的string to write 的文本框里写入要发送的数据,点WRITE发送数据,然后就可以在read string的文本框里看到从底层设备送回来的数据(当然,具体发什么和该收到什么取决于你使用的设备的具体协议) 4.点EXIT退出程序 -Use: 1. In the baud rate to set
