-
VC++串口操作类
vc++的串口操作类示例,是学习串口操作的好例子。AT文件夹下是Modem命令集文件,在Modem检测功能中使用。
该程序有两个可以重用的类文件,串口通讯类文件superSP.cpp, superSP.h;文件操作类文件fileCtrl.cpp, fileCtrl.h。
- 2022-03-24 00:44:05下载
- 积分:1
-
Disk Monitor
Disk Monitor
- 2022-06-15 18:39:09下载
- 积分:1
-
本程序的功能:修改文件或目录的创建、修改、和属性…
本程序功能: 1、修改文件或目录的产生、修改时间,及各种属性; 2、能够自动判断本程序是否重载,并给出提示; 3、增加了隐藏到系统托盘的功能,并修改了关闭功能; 4、实现对话框的动画弹出和消隐,增强程序的美观性 5、增加了系统热键功能,窗口隐藏时Ctrl+Alt+X可以呼出; 6、置窗体为最顶层显示,并去掉了任务栏的窗体 7、新增了鼠标在主窗口上移动时,显示手形光标功能。-this program functions : a revised list of documents or create, modify, and attributes; 2, can automatically judge whether the procedure heavy, and gives prompts; 3, a system tray to hide the functions and revised the closing function; Four realize right then pop-up frames of animation and hidden, to enhance the beauty of procedure 5, a system hotkey function, the window hidden when Ctrl Alt X can exhale; 6, home to the most top-level windows, and removed the task bar of Form 7, a mouse in the new window on the main mobile, hand-shaped display the cursor function.
- 2023-06-13 13:20:03下载
- 积分:1
-
QT TCP通讯
应用背景
应用于WINDOWS操作系统下的网络C/S通讯,可以实现服务器和客户端的建立,相互之间的通讯。主要用于自动控制系统的上位机软件与设备之间的通讯。
关键技术主要是关于windows下的 TCP服务器件建立和TCP客户端的建立,以及之间的通讯过程。程序实际调试通过。与调试助手握手通讯正常。
- 2022-01-30 23:36:58下载
- 积分:1
-
我写的一个控件,可以通过串口发送数据到LED显示屏,支持中午,支持bmp图形,广大排队叫号软件显示屏程序开发者可以借鉴!...
我写的一个控件,可以通过串口发送数据到LED显示屏,支持中午,支持bmp图形,广大排队叫号软件显示屏程序开发者可以借鉴!-I wrote a control that can send data via serial port to the LED display, support at noon, support bmp graphics, the majority of the software line called number display application developers can learn from!
- 2022-08-02 21:03:31下载
- 积分:1
-
This programme shows how to draw an rotating cylinder,and how to set lighting an...
在VC++ DirectX环境下,绘制一个空心圆柱体,实现圆柱体的旋转,并设置光照和材质信息。-This programme shows how to draw an rotating cylinder,and how to set lighting and materials.
- 2022-03-21 19:23:56下载
- 积分:1
-
It is no easy task to design a library for generic programming. Java s solution...
It is no easy task to design a library for generic programming. Java s solution has many nice features but is certainly not the only possible approach.
- 2023-05-11 15:55:03下载
- 积分:1
-
代理服务器:使用vc开发的一个http代理服务器,功能简单但是比较稳定.是一个可以参考的不错的程序...
代理服务器:使用vc开发的一个http代理服务器,功能简单但是比较稳定.是一个可以参考的不错的程序-proxy server : Use vc developed an http proxy server, a simple but functional relatively stable. It is a good reference procedures
- 2022-04-19 09:46:12下载
- 积分:1
-
自己设计的24点游戏,利用穷举法,可以计算任意4个小于13的数的24点,并给出算法,而且可以让用户输入答案,判断答案的正确性。...
自己设计的24点游戏,利用穷举法,可以计算任意4个小于13的数的24点,并给出算法,而且可以让用户输入答案,判断答案的正确性。-24 points of their own design games, the use of exhaustive method can calculate any of the four is less than 13 the number of 24 points, and gives algorithms, but also allows users to input the answer, to judge the correctness of the answer.
- 2022-06-01 21:18:29下载
- 积分:1
-
编写一个程序,对用户由命令行参数传入的一个名称进行判断。如果是一个文件名,则输出该文件相关属性 ( 文件名、路径、绝对路径、是否可读、是否可写和文件的长度等 )...
编写一个程序,对用户由命令行参数传入的一个名称进行判断。如果是一个文件名,则输出该文件相关属性 ( 文件名、路径、绝对路径、是否可读、是否可写和文件的长度等 ) 。如果是一个目录,则输出该目录下的文件及子目录名列表。如该名称不存在,则以此名称为名在当前目录下创建一个子目录。
-prepare a process that the user from the command line parameters into the name of a judge. If it is a document, then the output of the document attribute (file name, path, the absolute path, readable, can be written and the length of documents, etc.). If it is a directory, then the output directory and subdirectory of documents from the list. If the name does not exist, it is also the name of the name of the current directory to create a subdirectory.
- 2022-05-13 23:55:22下载
- 积分:1