-
Requests must be of high quality on the site but not the source code must be req...
请求必须是网站上的高质量而不是源代码必须是网站上的高质量而不是源代码必须是网站上的高质量而不是源代码
- 2022-02-10 08:52:38下载
- 积分:1
-
Ez-usb 通讯PC端程序,利用DeviceIOControl轻松实现
Ez-usb 通讯PC端程序,利用DeviceIOControl轻松实现USB通讯,另外还带有适时显示获取数据部分,可以把数据动态显示成曲线,VC6编译通过,值得初学者学习借鉴。
- 2022-02-14 16:20:18下载
- 积分:1
-
Windows屏幕保护程序源代码,VC写的
Windows屏幕保护程序源代码,VC写的-Windows screen protection program source code, written by VC
- 2022-12-14 21:55:03下载
- 积分:1
-
可以在团体上随意绘画的小程序..简单好玩
可以在团体上随意绘画的小程序..简单好玩-In the group on a random drawing may be a small program simple and fun ..
- 2022-07-14 05:13:32下载
- 积分:1
-
Shape context 是一种基于特征的识别算子,其高性能的识别效果使只得到了广泛的应用,这些是学习Shape context 必须要看的一些资料已经自己的...
Shape context 是一种基于特征的识别算子,其高性能的识别效果使只得到了广泛的应用,这些是学习Shape context 必须要看的一些资料已经自己的一些学习总计希望能有所收获-Shape context is a feature-based recognition operator, its high-performance results so that only the recognition has been widely used, these are learning Shape context must be to look at some of the information has been a total of some of their own study hopes to have a harvest
- 2022-09-07 21:45:03下载
- 积分:1
-
IECTest 工具
IEC870-5-101 IEC870-5-104 测试工具可以帮助您运行测试,可以使用客户端 (奴隶侧) 和服务器 (主侧) 程序的调试。$./bin/client启动 IEC 870-5-104 奴隶并等待主人一方连接。奴隶可以接受并处理许多大师端连接 simultaneousely。调试信息被写入标准错误输出。$ 172.20.48.124./bin/server或$./bin/server
- 2022-01-25 23:10:58下载
- 积分:1
-
这个只是一个简单的编辑工具很好用的希望你们能好好的研究,有什么问题随时联系。...
这个只是一个简单的编辑工具很好用的希望你们能好好的研究,有什么问题随时联系。-a simple tools to you learning java project.
- 2023-01-28 21:20:04下载
- 积分:1
-
参考文章
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛...
参考文章
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Genetic Algorithm article reference Darwin" s theory of evolution is based on an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely applied in combinatorial optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
- 2023-06-10 12:55:03下载
- 积分:1
-
Socket通信示例
一次.net Socket UDP编程
最近想写一个网络服务器端的程序,想看看在大量客户端数下程序的运行情况。于是对.net 的Socket编程进行了一些研究,发现.net 3.5 里SocketAsyncEventArgs 是基于IOCP实现。MSDN上有相关的示例,但它是基于TCP协议的,而我想要的是基于UDP协议的。网上很难找到基于UDP协议的SocketAsyncEventArgs示例(UDP需要用IOCP吗?),于是决定自己写一个基于UDP协议的示例,看看它在和大量客户端通讯时的运行情况。
程序分为服务器端和客户端,它们使用UDP协议进行通讯。众所周知UDP是无连接的,可我又想计算出有多少客户端和服务器通信,其中又有多少是新的客户端。所以设计让服务器端程序绑定两个端口。一个端口专门用于接收客户端第一次发送过来的数据包;另一个端口负责和已经接入的客户端进行通讯(是不是有点像TCP的接入,例子本身也在模仿Tcp编程)。客户端比较简单让它生成足够多的Socket,然后不断的向服务器端发送数据包即可。
- 2022-08-17 12:38:18下载
- 积分:1
-
员工管理系统简化版。用vc环境编写。MFC
员工管理系统简化版。用vc环境编写。MFC-vc++ MFC
- 2022-03-22 04:17:27下载
- 积分:1