-
此程序是解决八数码问题的。由于使用广度优先搜索,并且程序中用数组存储节点。所以只能进行比较简单的操作。...
此程序是解决八数码问题的。由于使用广度优先搜索,并且程序中用数组存储节点。所以只能进行比较简单的操作。-eight digital solve the problem. The use of BFS, and procedures with an array storage nodes. Therefore, only for a relatively simple operation.
- 2023-08-11 01:15:03下载
- 积分:1
-
枚举Windowws所有进程的程序,并能切换活动窗口
枚举Windowws所有进程的程序,并能切换活动窗口-Enumeration procedures Windowws all processes and can switch the active window
- 2022-02-05 05:04:43下载
- 积分:1
-
Remote boot source to support the windows xp system
远程开机源程序,支持windows xp系统-Remote boot source to support the windows xp system
- 2022-03-19 01:10:54下载
- 积分:1
-
一个小的绘图软件,熟悉C++面向对象机制,适合初学者使用…
一个画图小软件,用来熟悉C++的OOP机制,初学者适用-A small drawing software, to become familiar with C++, OOP mechanism for beginners
- 2022-03-25 04:34:14下载
- 积分:1
-
本程序显示桌面所有图标的标题。代码示范了如何使用VirtualAlloc(),WriteProcessMemory() 和 ReadProcessMemory(
本程序显示桌面所有图标的标题。代码示范了如何使用VirtualAlloc(),WriteProcessMemory() 和 ReadProcessMemory() 在不同的进程中分配内存。用Windows的消息获得图标的名称。- This program display tabletop all charts sign title. How did
the code demonstrate has used VirtualAlloc (), WriteProcessMemory ()
and ReadProcessMemory () assigned the memory in the different
advancement. Obtains the chart sign with the Windows news the name.
- 2022-06-27 05:13:36下载
- 积分:1
-
Delphi 7 套接字聊天示例
Delphi 7 聊天使用套接字的服务器组件。
第一次打开 和 然后打开 作为奴隶 服务器. 如果有 服务器 德尔福 将 生成错误 连接 套接字.
- 2023-08-07 00:05:03下载
- 积分:1
-
c++课程设计。题目模仿windows自带计算器用c++编写一个。
c++课程设计。题目模仿windows自带计算器用c++编写一个。-c++ curriculum design. Title to imitate windows own calculator using c++ to write a.
- 2022-09-14 20:50:04下载
- 积分:1
-
串口测试 输入字符回显
串口测试 输入字符回显-Serial test input character echo
- 2023-07-17 16:25:03下载
- 积分:1
-
用Delphi开发的原子时钟程序。可以基于Internet进行准确较时。可用于网络时钟同步。...
用Delphi开发的原子时钟程序。可以基于Internet进行准确较时。可用于网络时钟同步。-with Delphi atomic clock procedures. Based on the Internet can be more accurate when. For the network clock synchronization.
- 2022-03-24 23:01:03下载
- 积分:1
-
编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和...
编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和应用程序中使用着的 该类对象的模式号做比较,如果两模式号不匹配,则MFC发送一个CArchiveException,其m_cause 等于CArchiveException::badSchema。没有得到处理的该类异常会促使MFC显示一个对话框,提示 “非预期的文件格式”。如果每次修改对象的串行化存储格式时都能做到增加模式号,那么就不怕 这种无心的操作―试图把磁盘中存的老版本对象读入内存里的新版本对象了。 [代码性质] VC完整应用程序代码 [代码作者] 阿豪(kof) [文件大小] 369K-prepared Serializable category, the MFC with you specify the mode of development of a rough version control mode. To write data files, the MFC model with markings such examples; In reading back the data, MFC will file the record of the model and application procedures with the use of such objects, the model used for comparison, if the two patterns do not match, and then send a CArchiveException MFC, equivalent to m_cause CArchiveException : : badSchema. Not to be addressed such abnormal prompted MFC will show a dialog box, suggesting that "unintended file format." If every amendment targets of serial storage format can achieve the increase mode, so it
- 2022-08-17 22:59:40下载
- 积分:1