-
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
-
bpnnet_156
在实际应用中,原始的BP算法很难胜任,因此出现了很多的改进算法。BP算法的改进主要有两种途径,一种是采用启发式学习方法,另一种则是采用更有效的优化算法。本例采用动量BP算法,来实现对网络的训练过程,动量法降低了网络对于误差曲面局部细节的敏感性,有效地抑制网络陷于局部极小。
(In practical applications, the original BP algorithm very difficult to do, so there were a lot of the improved algorithm. BP Algorithm There are two main channels, a heuristic learning method is adopted, another is the introduction of more efficient optimization algorithm. In this case the use of momentum BP algorithm to realize the network training process, momentum method to reduce the network error surface for the local details of the sensitivity of the network effectively inhibited in a local minimum.)
- 2008-06-16 20:29:09下载
- 积分:1
-
71477213StuMis
说明: 学生信息管理 学生信息管 (Student Information Student Information Management tube)
- 2008-10-27 19:49:38下载
- 积分:1
-
Effective-CPP
Effective C++ 非常经典的C++书籍,基本上学C++的人没有不知道这本书的。书中介绍了55个准则,每一条准则描述一个编写出更好的C++的方式。(Effective C++ is the classic C++ books, basically learning C++, people do not know this book. The book describes 55 guidelines, each guideline describes a write better C++ way.)
- 2011-05-16 23:56:33下载
- 积分:1
-
DynamicButtonNavigation
说明: 发一个具有动态按钮的C#窗体界面实例源程序,看似专业的界面,实际上都是些比较基础的知识技巧的运用,在大家以后的编程中,这也是很常见的,做出一个专业的软件界面,这就是基矗(Made a dynamic button instance of C# source code form interface, professional-looking interface, in fact, some basis of comparison is the use of knowledge skills, in all future programming, this is very common to make a professional software interface, which is based Jinchu)
- 2010-04-02 19:42:56下载
- 积分:1
-
VLC
vs2005编译通过,基于VLC的播放器,能快进和后退和音量调节(Compiled by VS2005, based on VLC player, can fast-forward and rewind and volume regulation)
- 2011-12-09 10:22:01下载
- 积分:1
-
用VC代码读取BMP文件并显示
用VC代码读取BMP文件并显示(VC code reader and BMP documents show)
- 2005-02-25 12:10:16下载
- 积分:1
-
net_fpga-2p1_051807_v15
NETfpga 国外大学的教学源码
已经在Xilinx开发板上验证过,可行(NETfpga university )
- 2020-08-23 14:08:00下载
- 积分:1
-
recsrh-fsush
提供了许多vc上的界面的类库,使得大家用vc做界面时不太辛苦()
- 2017-09-17 15:00:24下载
- 积分:1
-
MFC-Interface-pragramming-examples
MFC界面编程的一些比较经典的例子,共26个,包括如何实现位图按钮、如何使用进度条、如何使用旋转按钮等等,对从事系统编程的人帮助较大(MFC programming interface, some of the more classic example, a total of 26, including how to implement bitmap buttons, how to use the progress bar, how to use the rotate buttons, etc., for people to help in the larger system programming)
- 2010-10-19 13:36:38下载
- 积分:1