-
CSerialPort类的头文件和c源文件,封装了VC中串口通信的api,方便编写串口调试软件...
CSerialPort类的头文件和c源文件,封装了VC中串口通信的api,方便编写串口调试软件-CSerialPort class header file and the c source file, package the VC in the serial communication of the api, facilitate the preparation of serial debugging software
- 2022-04-07 09:58:25下载
- 积分:1
-
一个开源的基于WindowsCE的GIS系统。
一个开源的基于WindowsCE的GIS系统。-An open source GIS based on the WindowsCE system.
- 2023-07-08 23:25:04下载
- 积分:1
-
java 代码 一个聊天程序,可以成为一个客户端 也可以成为一个服务器端...
java 代码 一个聊天程序,可以成为一个客户端 也可以成为一个服务器端-java code a program about a clinet. it can be a server when it first run.
- 2023-05-23 13:45:03下载
- 积分:1
-
该代码为在窗口的标题栏中显示按钮的演示代码。
该代码为在窗口的标题栏中显示按钮的演示代码。-display buttons on title bar.
- 2022-02-02 17:49:40下载
- 积分:1
-
朋友们,该程序为雷达跟踪模拟程序,希望要雷达平面数据的朋友们喜欢
朋友们,该程序为雷达跟踪模拟程序,希望要雷达平面数据的朋友们喜欢-friends, the procedures for tracking radar simulation procedure, hoping to radar data plane like friends
- 2022-10-07 13:30:03下载
- 积分:1
-
笔记本与手机通过红外口通信的软件
笔记本与手机通过红外口通信的软件-laptop and cell phone through the infrared port communication software
- 2023-03-07 04:25:03下载
- 积分:1
-
matlab功能很强大,里面包含了很多程序,可以更好的理解和求解...
matlab功能很强大,里面包含了很多程序,可以更好的理解和求解-matlab function is very powerful, which contains a lot of procedures, you can better understand and solve the
- 2022-08-09 18:55:20下载
- 积分:1
-
From a small program, VC++ written, DisplayMode used to obtain the various param...
上传个小程序,VC++写的,DisplayMode用于获取当前显示器的各种参数-From a small program, VC++ written, DisplayMode used to obtain the various parameters of the current display
- 2022-03-18 01:03:49下载
- 积分:1
-
用c语言实现计算器;
程序很小,可以嵌入应用程序。
用c语言实现计算器;
程序很小,可以嵌入应用程序。-Calculator using c language procedures is very small, can be embedded applications.
- 2022-01-31 07:17:11下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1