代码搜索:协作通信
找到约 10,000 项符合「协作通信」的源代码
代码结果 10,000
www.eeworm.com/read/249503/12490989
c serial.c
/*************************************************************************
* File Name:Serial.c
* Description:串口DMA发送方式通信--CPU工作频率为60MHz(开发板外接8MHz),波
* 特率为19200bps,字符长度8位,奇偶校验位无,停止位1位。
www.eeworm.com/read/238057/13910028
txt tongxinyuandaima.txt
PC机与单片机通信源代码
#include
#include
#include
#define uint unsigned int
#define uchar unsigned char
void delay(uint time)//ms延时函数
{
uint i,j;
for (i=0;i
www.eeworm.com/read/102552/15772931
htm subject_33989.htm
序号:33989 发表者:TheCold 发表日期:2003-03-25 18:30:30
主题:请教:与work线程的通信问题?
内容:请问,我在MSDN里面看到一个例子。// This example creates a secondary thread that implements// the methods of CAnimateCtrl.