-
读串口数据的一个程序,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了....
读串口数据的一个程序,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了.-Reading serial data, a procedure, as long as when there are data to serial data to FAT, the computer will automatically write its data to a specific buffer, we can write the procedure to read that particular buffer it.
- 2022-03-23 06:39:56下载
- 积分:1
-
多媒体记数器,可以精确到1ms
多媒体记数器,可以精确到1ms-multimedia Register, to be precise 1ms
- 2022-08-03 20:35:10下载
- 积分:1
-
通过调用Windows API,实现跟踪鼠标坐标位置功能
通过调用Windows API,实现跟踪鼠标坐标位置功能-By calling the Windows API, tracking the mouse coordinates of the location of functional
- 2022-08-21 15:17:01下载
- 积分:1
-
WINDOWS let you know how the system at startup, launch other applications
让你了解WINDOWS系统如何在启动时,启动别的应用程序-WINDOWS let you know how the system at startup, launch other applications
- 2022-05-31 12:54:32下载
- 积分:1
-
众所周知,在微软的操作系统下编写应用程序,最主要的还是通过windows所提供的api函数来实现各种操作的,这些函数通常是可以直接使用的,只要包含windows...
众所周知,在微软的操作系统下编写应用程序,最主要的还是通过windows所提供的api函数来实现各种操作的,这些函数通常是可以直接使用的,只要包含windows.h这个头文件。 里面主要介绍的是几个常用的api函数,通过它我们可以获取用户磁盘的相关信息。-known in the Microsoft operating system, to prepare applications, or through the main windows api provided by the various functions to achieve the operation of these functions can usually be directly used, as long as it contains the header files windows.h. They introduced are several common api function, through which we can access disk users to the relevant information.
- 2022-11-23 10:55:03下载
- 积分:1
-
COMMAND int16
COMMAND int16-COMMAND int16
- 2023-02-15 22:15:03下载
- 积分:1
-
用VB 中的类 实现绘制事实曲线,不错的代码值得学习
用VB 中的类 实现绘制事实曲线,不错的代码值得学习-Using VB class in drawing realize the fact that curve, well worth learning code
- 2022-08-11 19:15:28下载
- 积分:1
-
To avoid repeatedly running the same procedure. Proceedings checking whether an...
避免同一程序多次运行.程序启动时检查是否已经有一个实例运行,有则启动停止.-To avoid repeatedly running the same procedure. Proceedings checking whether an instance has to run, I would start to stop.
- 2022-08-06 10:24:06下载
- 积分:1
-
可以实现设置和获取当前DC的各种属性的功能,是基于Windows API编程实现的...
可以实现设置和获取当前DC的各种属性的功能,是基于Windows API编程实现的-Can be achieved to obtain the current settings and the various attributes of DC function, is based on Windows API programming to achieve
- 2023-03-13 06:05:04下载
- 积分:1
-
该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1...
该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1-----n。比赛分成m个男子项目和w个女子项目,项目编号分别为1---m和m+1---m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;有些项目取前三名,得分顺序为5,3,2。写一个统计程序产生得分报表。 基本要求: 产生总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 测试数据: 对于n=4,m=3,w=2,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实例数据。 实现提示: 可以假设n
- 2022-04-24 10:20:52下载
- 积分:1