-
epwm_up_aq
生成PWM波的c程序,需要的可以自己下载查看(A C program for generating PWM waves)
- 2017-08-13 18:32:49下载
- 积分:1
-
wwws
比Windows自带的高级一点的计算器,能将整个表达式输入,然后求值。
这个程序要求读者具备编译原理的一些知识。
(Advanced calculator than Windows built, the whole expression input can be then evaluated. This program requires the reader to have some knowledge of compiler theory.)
- 2012-11-01 16:33:56下载
- 积分:1
-
Face
用openCV描述,简单实用地实现笔记本电脑上的人脸登入功能(With openCV description,To realize the face login in the notebook simplely and practically
)
- 2011-06-27 14:56:27下载
- 积分:1
-
MATLAB
关于学习C++的资料,适合初学者使用,有关数学建模(Learning C++ on the information, suitable for beginners, the mathematical modeling)
- 2010-09-28 10:55:32下载
- 积分:1
-
D_alogo_matlab
D算法求最短路径利用matlab解决
输出S矩阵和行向量(Dijkstra algorithm)
- 2013-09-11 20:53:19下载
- 积分:1
-
matrix
说明: C++矩阵运算,可以像matlab那样轻松使用(C++ matrix computation)
- 2010-04-20 10:09:02下载
- 积分:1
-
GreedySnake
用VC编写的贪吃蛇游戏。界面很好,没怎么调用API或者使用MFC主要是借用第三方graphics库(tanchisheyouxi,henhaowan,xiazaixiakaikankan )
- 2012-05-12 23:56:50下载
- 积分:1
-
ld3320
LD3320 是一颗基于非特定人语音识别(SI-ASR:Speaker-Independent
Automatic Speech Recognition)技术的语音识别/声控芯片。提供了真正的单
芯片语音识别解决方案。
LD3320 芯片上集成了高精度的A/D 和D/A 接口,不再需要外接辅助的
Flash 和RAM,即可以实现语音识别/声控/人机对话功能。并且,识别的关键词
语列表是可以动态编辑的。(Voice Recognition ;Speech Recognition ;Speech recognition technology
)
- 2011-08-19 22:47:10下载
- 积分:1
-
TCPSrv
socket服务器程序Demo。供socket开发人员参考。(socket server program Demo. Developer Reference for the socket.)
- 2013-09-13 16:51:05下载
- 积分: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