-
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
-
estimate_bmp_size
判断bmp图片的大小。描述如何获得位图的大小,然后再进一步处理。(Bmp picture to judge the size. Describes how to obtain the size of the bitmap, and then further treatment.)
- 2008-05-18 12:14:33下载
- 积分:1
-
chipgenius_67367
ChipGenius是一款USB设备芯片型号检测工具,可以自动查询U盘、MP3/MP4、读卡器、移动硬盘等的主控芯片型号、制造商、品牌、并提供相关资料下载地址.当然也可以查询USB设备的VID/PID信息、设备名称、序列号、设备版本等.软件绿色小巧,即插即用,是数码消费者、电子爱好者、 DIY人士和数码维修人员身边的好帮手.我们还将在后续版本中完善更多功能.(ChipGenius is a USB device chip type detection tool that can automatically query U disk, MP3/MP4, card readers, mobile hard disk controller chips, such as type, manufacturer, brand, and provide relevant information to download address. Of course, you can check USB device VID/PID information, device name, serial number, equipment versions. software green compact, plug and play, is the digital consumer electronics enthusiast, DIY and digital maintenance personnel are a good helper around. we will improved in subsequent versions of more features.)
- 2010-05-11 23:16:23下载
- 积分:1
-
pigdjas67
说明: By throwing an exception to indicate the occurrence of an error(By throwing an exception to indicate the occurrence of an erro)
- 2018-12-25 13:29:14下载
- 积分:1
-
Source
ndi公司CombinedAPISample。ndi公司光学检测程序(The ndi company CombinedAPISample. the ndi companies optical inspection program)
- 2021-04-07 11:29:02下载
- 积分:1
-
date
一个对日期编写的函数。
在VC6.0下实现。(Date of preparation of a function. Achieved in VC6.0.)
- 2009-01-03 22:55:49下载
- 积分:1
-
MESH--SIMPLE
可以简化obj,ply等三维模型,1:在VC++2008上运行oglpemsh.dsw 文件
2:选择要简化的模型,eg:huge_bunny.ply
3:选择简化
(Mesh Simplification Viewer
This program implements four different mesh simplification algorithms. After loading a mesh, the user can easily remove triangles from the mesh and the results are displayed in real time. The mesh can also be rotated and moved closer to or farther away from the viewer.
The goal of mesh simplification is to display a 3D polygonal mesh with fewer triangles while retaining the same shape. In the example above, the original cow model (upper left) is made up of over 5800 triangles. We can easily remove thousands of triangles from this mesh and still display a very similar cow model. While the 500 triangle cow is a cruder representation, this may not make a difference if the cow is far away from the viewer.
)
- 2014-07-10 11:37:50下载
- 积分:1
-
CreateODBC DSN
说明: 动态创建access或者oracle的ODBC数据源(create dynamic access to the oracle or ODBC data sources)
- 2005-09-05 17:08:24下载
- 积分:1
-
动态创建数组类
动态创建数组模板,可以用该模板动态创建所需要的数组类(Dynamic Creation of Array Templates)
- 2020-06-24 03:00:02下载
- 积分:1
-
GNSS Positioning(北斗)
GPS伪距单点定位算法,自己写的。一起交流啊。(GPS pseudo range single point positioning algorithm, written by itself. Exchange it together.)
- 2018-03-10 15:13:50下载
- 积分:1