-
IIC-OLED
stm32f429 iic oled mdk环境(Stm32f429 IIC OLED MDK environment)
- 2020-06-16 02:40:02下载
- 积分:1
-
linuxC网络编程
/* 使用UDP 创建一个服务器:client 和 server各一个进程
1)UDP服务器,可以接受各路发来的信息, 收到消息之后, 添加确认字符(ack)发回给对应用户
如 client1发送helloworld给服务器
服务器收到后,返回 getMsgACK:helloworld
2)client1会记录自己发出的所有信息,并确认服务器是否收到了 ,
也就是client1同时接收服务器发来的消息,对消息进行分析getMsgACK: (strtok)
确认服务器收到后, 把信息从发出链表中删除;
3) 如果消息链表有内容,每隔1秒提示是否重发该消息 alarm()
*/
- 2022-12-25 01:10:02下载
- 积分:1
-
sift_test
sift图像处理的一个测试的代码,他是用C++写的 用到了opencv中的一些函数(sift image processing as a test of the code, he wrote with C++ uses some of the opencv function)
- 2013-07-27 22:19:41下载
- 积分:1
-
Ebook
Ebook - C++ Professional Programmers Handbook-Ebook- C++ Professional Programmers Handbook
- 2022-01-30 10:45:09下载
- 积分:1
-
VC_OpenDIB256
说明: 一个打开并显示位图或者像素矩阵的程序
注意:本程序没有使用DOC/VIEW架构,
所以理解起来更容易,适合初学者。
本程序支持bmp、raw格式图像的读取(an open and display bitmap pixel matrix, or the procedures to : this procedure does not use DOC/VIEW structure, make it easier to understand and suitable for beginners. This program supports bmp, raw format images read)
- 2006-05-15 22:09:45下载
- 积分:1
-
基于win32的鼠标键盘操作录制和回放系统
基于win32的鼠标键盘操作录制和回放系统。基于MFC框架,利用HOOK过程捕获鼠标和键盘的操作,记录到脚本文件中。单击“回放”按钮,可自动重复之前的鼠标键盘操作。可以设置回放的次数。
- 2022-06-21 09:40:20下载
- 积分:1
-
窗体的浮动及隐藏--示例源码下载.zip
窗体的浮动及隐藏--示例源码下载.zip
- 2019-08-08下载
- 积分:1
-
LPC213X214X
深入浅出LPC213X214X上下册.rar
深入浅出LPC213X214X上下册.rar
- 2009-02-21 22:26:11下载
- 积分:1
-
proj Car for LDC1314
基于MSP430F5529LP自动寻迹小车的源程序(Main Program of Automatic Tracking Vehicle Based on MSP430F5529LP)
- 2020-11-25 20:59:32下载
- 积分:1
-
lap_cpp
线性分配算法的C++版本,在MATLAB调用mex命令编译后可以直接在MATLAB中运行,函数assianstment=lap(cost),cost为匹配的代价矩阵,assianstment为输出匹配矩阵(Linear assignment algorithm C++ version of the call in the MATLAB mex command can be compiled to run directly in the MATLAB function assianstment = lap (cost), cost for the match cost matrix, assianstment matrix for the output matching)
- 2010-06-09 17:03:33下载
- 积分:1