-
是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序...
是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序-from a foreign website ant algorithm download the source code, is ACO for the TSP source! thanks to open source
- 2022-04-28 05:06:37下载
- 积分:1
-
多语言代码编辑器Syn Dev
用Delphi7写的代码编辑器,支持多语言语法高亮,可通过XML自定义语法。
Features
*多语言语法高亮,可自定义
*括号匹配高亮
*代码块匹配画线(彩色线)
*多语言自动补全,可自定义
*代码折叠
*代码导出功能
*支持添加自定义命令
*支持编写插件,接口函数int main(hMain HWND, hDll HWND)
- 2022-05-25 22:13:24下载
- 积分:1
-
Windows程序设计第五版示例源码
《Windows程序设计第五版》配套光盘源码,VS都可编译通过。
- 2022-02-25 11:48:42下载
- 积分:1
-
win32服务端socket封装
资源描述win32 API网络编程中比较麻烦,这里是封装好的socket类
- 2022-04-28 09:20:09下载
- 积分:1
-
用vc编写的小程序,动态显示对话框,并可实现在开机时随机启动...
用vc编写的小程序,动态显示对话框,并可实现在开机时随机启动-vc prepared with the small programs, dynamic display dialog box, enabling the boot at random start
- 2023-04-19 08:00:02下载
- 积分:1
-
另上传的winSockTest.zip包含三个工程的完整代码,对初学者适用 ALLinOne提供通用用户配置接口 而工程winSockTestClient与wi...
另上传的winSockTest.zip包含三个工程的完整代码,对初学者适用 ALLinOne提供通用用户配置接口 而工程winSockTestClient与winSocketServer配套-uploaded winSockTest.zip another three projects include the complete code for beginners applicable ALLinOne provide common user interface and configuration works with winSocketServer matching winSockTestClient
- 2022-02-24 13:48:03下载
- 积分:1
-
Pascal done wonderful directory interface, pascal not believe it can do this als...
Pascal做的精彩目录界面,不敢相信吧pascal也能做这个,运行环境TP-Pascal done wonderful directory interface, pascal not believe it can do this also, the environment TP
- 2022-02-15 12:53:50下载
- 积分:1
-
哈夫曼编码的c语言实现
哈夫曼编码的c语言实现-Huffman coding in C Language
- 2022-05-15 20:40:33下载
- 积分:1
-
简单的管道重定向功能!初学者可以参考!非常感谢你的下载!...
简单的管道重定向功能!初学者可以参考!非常感谢你的下载!-A simple example about pipe redirect!primary user can stady this example!thank you for download it.
- 2022-01-24 15:28:52下载
- 积分:1
-
《如何发送命令到文档对象》配套原代码 [代码性质] VC可重用代码段 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档
《如何发送命令到文档对象》配套原代码 [代码性质] VC可重用代码段 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同的格式显示这些数据。文档对象为了有规律地采集数据,它需要一个定时(time)事件。但是,文档不是一个基于窗口的对象,所以它没有这样的定时事件。我权衡了三种解决方案: 1、在其中的一个视图中创建定时器。当事件发生时通知文档对象获取数据。 2、为每一个文档(或在每个文档内)创建一个单独的线程,以便这个线程能有规律地创建时间事件。 3、在CMainFrame中创建一个定时器并从中调用文档函数这三种方法我都不满意。能否给出一种更好的解决方案?- How to send commands to the Document Object matching the original code [code nature] VC reusable code segment I made a similar on the Windows 2000 Performance Monitor procedures. In this process, I created a document object and several view
- 2022-08-11 05:55:04下载
- 积分:1