-
大三的经典C++程序设计问题.关于静态成员函数与友员
大三的经典C++程序设计问题.关于静态成员函数与友员-junior classic C program design. Members of the static member function and Friends
- 2022-02-01 22:14:08下载
- 积分:1
-
解决N后问题,可以实现在一个n*n的棋盘上放置N
解决N后问题,能够实现在一个N*N的棋盘上放置N个皇后,然后使其满足条件-Solve the N after the issue, can be realized in an N* N chessboard placed on N-Queen s, and then to meet the conditions
- 2022-03-18 13:11:57下载
- 积分:1
-
MFC Windows程序设计(第二版)随书光盘
MFC Windows程序设计(第二版)随书光盘-MFC Windows Programming (2nd edition) CD with the book
- 2023-03-24 02:35:05下载
- 积分:1
-
上位机与下位机的串口通信与自定义消息,非常适合VC初学者们学习...
上位机与下位机的串口通信与自定义消息,非常适合VC初学者们学习-Between PC and next-bit machine serial communication with a custom message, very suitable for beginners to learn VC
- 2022-01-25 14:17:32下载
- 积分:1
-
ssl协议的时间控制接口
ssl协议的时间控制接口-ssl time control interface
- 2022-10-15 22:35:03下载
- 积分:1
-
比较完善图书馆管理系统,如有不明白之处请email本人。
比较完善图书馆管理系统,如有不明白之处请email本人。-Fairly complete library management system, if not understand, please email me.
- 2022-01-28 15:14:31下载
- 积分:1
-
二叉树演示
二叉树的演示代码,主要演示二叉树的一些功能,,例如,求叶子节点,求深度
- 2022-07-10 13:26:09下载
- 积分:1
-
将翻盖的位图恰好贴在鼠标点击的方砖上(不论鼠标点击在这个方砖中的什么位置),真正实现翻盖的效果。并且要求和WindowsXP的扫雷程序的雷区部分一模一样。...
将翻盖的位图恰好贴在鼠标点击的方砖上(不论鼠标点击在这个方砖中的什么位置),真正实现翻盖的效果。并且要求和WindowsXP的扫雷程序的雷区部分一模一样。-Flip bitmap will be posted on the mouse just click on the方砖(whether or not the mouse click in this position in方砖), the effect of real flip. WindowsXP and the requirements and procedures for the de-mining part of the same areas.
- 2023-05-08 21:10:03下载
- 积分:1
-
这项工作与RAS连接创建拨号
This program work with RAS connection create a dial-up connection (find model of model from registry) and set it to default connection(work with registry) and used these API functions "RegEnumValueA" ,"RegOpenKeyA","RegOpenKeyExA","RegEnumKeyExA"
- 2022-05-30 23:47:45下载
- 积分:1
-
IP数据包解析
(1)捕获网络中的IP数据包,解析数据包的内容,显示结果,并将结果写入日志文件。
(2)显示的内容包括:捕获的IP包的版本、头长度、服务类型、数据包总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、头校验和、源IP地址和目的IP地址等内容。
(3)设置停止标志,当程序接收到停止命令时即停止。
- 2022-02-12 00:07:19下载
- 积分:1