-
PolyMulPoly_list
用stl实现多项式字符串相乘,用list实现,已测试。(Stl string using polynomial multiplication, with the list implementation, have been tested.)
- 2013-10-01 15:44:48下载
- 积分:1
-
dobot(完善装配关系)
说明: dobot机器人3d模型,dobot机器人3d模型,(dobot 3d mode,may can help you,suit for 2019)
- 2020-06-24 14:40:02下载
- 积分:1
-
这是我刚调试通过的VP12864程序,可以显示英文字符的,汉字显示正在进行中...
这是我刚调试通过的VP12864程序,可以显示英文字符的,汉字显示正在进行中-This is my first adopted by the VP12864 debugging procedures can demonstrate English characters. ongoing Chinese character display
- 2022-03-19 21:23:54下载
- 积分:1
-
一个扑克游戏
很久以前写的一个扑克游戏,TC,逻辑判断上有点小问题,供初学者参考
- 2022-08-11 04:15:00下载
- 积分:1
-
opencv
opencv基础版的源代码2-1,2-2(opencv-based version of the source code 2-1,2-2)
- 2009-11-30 11:28:00下载
- 积分:1
-
12864
51单片机中的LCD12864显示,用的是C语言,为KEIL程序包。(51 microcontroller in LCD12864 display)
- 2013-12-27 19:27:05下载
- 积分:1
-
FreeRTOS中文实用教程
FREERTOS 实时内核 实用指南 实用教程(Practical Guide for FREERTOS Real-time Kernel)
- 2020-06-22 09:40:07下载
- 积分:1
-
manFaceDetection
人脸检测程序。在菜单上有许多功能选项,可实现多角度,多目的检测。(face detection procedures. In the menu options are many functions that can be achieved from different angles, multi-purpose testing.)
- 2007-04-02 07:44:50下载
- 积分:1
-
fuzzy_tl
Under the circumstances of pure lag in feedback control system and the imprecision of the controlled object model, the fuzzy logic and pure lag compensation theory is used to design a Fuzzy PI-Smith control system . By the Simulink toolbox and Fuzzy logic toolbox of MATLAB, the system has been simulated. The simulation results show that the Fuzzy PI-Smith system has faster response speed and smaller overshoot than the traditional PI-Smith system.The explicit formulation of Fuzzy PI-Smith system is derived, and it lay the basis for the practical application of control algorithms.
- 2013-05-20 11:28:13下载
- 积分:1
-
winAPI_Sport_comm
实现串行通讯的相关API函数
API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。
函数名 作用
CreateFile 打开串口
GetCommState 检测串口设置
SetCommState 设置串口
BuilderCommDCB 用字符串中的值来填充设备控制块
GetCommTimeouts 检测通信超时设置
SetCommTimeouts 设置通信超时参数
SetCommMask 设定被监控事件
WaitCommEvent 等待被监控事件发生
WaitForMultipleObjects 等待多个被监测对象的结果
WriteFile 发送数据
ReadFile 接收数据
GetOverlappedResult 返回最后重叠(异步)操作结果
PurgeComm 清空串口缓冲区,退出所有相关操作
ClearCommError 更新串口状态结构体,并清除所有串口硬件错误
CloseHandle 关闭串行口()
- 2007-08-02 11:52:20下载
- 积分:1