-
qianming
说明: 实现单击鼠标确定位置,选用用不同颜色及字体签名。(The realization of the mouse click to determine the location, choose a different font color and signature.)
- 2008-11-17 16:13:29下载
- 积分:1
-
Prodave
VC++上位机通过prodave与S7-300通讯进行数据监控(VC++ host computer for data monitoring via S7-300 communication with prodave)
- 2015-10-14 11:55:42下载
- 积分:1
-
shubiaozuotu
所有的鼠标驱动程序都遵循一定的原则INT33H是系统专门留给DOS使用的,绝大多数标准化驱动程序都使用这一软中断实现驱动本例主要实现鼠标中断编程的事例(All of the mouse driver must follow the principle of INT33H is reserved for system use DOS, the vast majority of drivers have standardized the use of this soft-interrupt-driven in this case to achieve the main achievement of the mouse interrupt programming examples)
- 2007-11-28 10:59:15下载
- 积分:1
-
MFC串口源码
支持VC 6.0,VS2008开发平台
用法如下:
/*全局变量*/
CMCOM Mcom;
int I_baudrate[] = {2400,4800,9600,19200,115200,128000,256000},b_in = 0;
BYTE byte_size,stop_bit,parity;
//波特率
b_in = 4; //波特率115200
// 串口数据宽度
byte_size = 8;
// 停止位个数
stop_bit = ONESTOPBIT;
// 校验类型
parity = NOPARITY;
if(Mcom.open_com(C_SSCOM_No,I_baudrate[b_in],byte_size,stop_bit,parity) == FALSE)
{
AfxMessageBox(L"串口打开失败!");
}
else
{
WriteStatusBar(L"串口打开成功!");
}
- 2022-07-09 05:32:40下载
- 积分:1
-
adc
lm3s9b92 source file from stellaris sdk
- 2012-04-28 08:57:43下载
- 积分:1
-
v3_test_uart
说明: Realization of Serial Port Function and Intelligent Control of Serial Port
- 2020-06-21 23:00:02下载
- 积分:1
-
face
OPENCV人脸检测程序,可以检测并标记出人脸区域。(OPENCV face detection program that can detect and mark the facial region.)
- 2015-11-16 11:29:45下载
- 积分:1
-
棋牌控制插件
棋牌游戏大富豪的控制插件
- 2022-07-25 10:38:46下载
- 积分:1
-
一个数字晶体显示组件,一切功能在组件属性里有说明,跟C#标准组件属性相同...
一个数字晶体显示组件,一切功能在组件属性里有说明,跟C#标准组件属性相同-a digital crystal display components, the components of all functional attributes Lane is described with C# attributes the same standard components
- 2022-04-22 22:01:50下载
- 积分:1
-
c# winform 播放gif图片实例(可暂停播放) 附完整源码
一个播放gif图片的实例,如图
- 2013-04-28下载
- 积分:1