资源列表
[Windows编程] TSPGACode
说明:程序源代码 遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Genetic algorithm source code is based on Darwin' s theory of e<wangtao> 在 2025-10-08 上传 | 大小:52kb | 下载:0
[Windows编程] TSPGA2
说明:修正后版本 遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Amended version of genetic algorithm based on Darwin' s theory<wangtao> 在 2025-10-08 上传 | 大小:9kb | 下载:0
[C#编程] StudentManage
说明:这是一个经典的csharp编写的学生管理系统,值得一看哦-This is a classic preparation of students csharp management system, see Oh<hezhaojin> 在 2025-10-08 上传 | 大小:1.78mb | 下载:0
[Windows编程] wnsrtool-2.2
说明:- Installer made using NSIS - Log file analyser made using PHP - Analyser for Entire log file generating Pie Charts - Analyser for Specific IP address and date : RTT Time analysis - Analyser for Specific IP address and date : llink Quality An<温祖槐> 在 2025-10-08 上传 | 大小:44kb | 下载:0
[Windows编程] Lasso_4.0.5_src
说明:Lasso 封装了一些常用的类 还不错 从sf上找的-Lasso<温祖槐> 在 2025-10-08 上传 | 大小:206kb | 下载:0
[Windows编程] speakfb-7.6a
说明:ipaddressing of networking encryption performance<nikarnt> 在 2025-10-08 上传 | 大小:689kb | 下载:0
[ActiveX/DCOM] ComplexNetworkAndItsApplication
说明:复杂网络理论及其应用 汪小帆 清华大学 介绍复杂网络的书,扫描版-Complex network and its application<Ziberg> 在 2025-10-08 上传 | 大小:28.56mb | 下载:0
[Windows编程] etherboot-5.4.4.tar.bz2
说明:etherboot 研究无盘的可以看看 完整的源码 把文件名改为bz2后缀-etherboot<温祖槐> 在 2025-10-08 上传 | 大小:1.16mb | 下载:0
[Windows编程] BluetoothEssentialsforProgrammers
说明:蓝牙开发的必备书籍,对于初学者有很大的帮助。优秀的文笔,清晰度思路,对于一个开发人员来说,都是最棒的!<-Bluetooth development of the necessary books, to be very helpful to beginners. Excellent writing, clarity of thinking, is a developer, are the best! <<Ziberg> 在 2025-10-08 上传 | 大小:94kb | 下载:0
[其他小程序] Dijkstra
说明:该问题为单元最短路经问题,求出一个有向图中两点之间权值最小的路径。 Dijkstra算法要求有向图中没有权值为负的边,有向图的信息由一个邻接表来表示,另外对每个顶点都设置一个属性d[v],描述从源点到v的最短路经上权值的上界。算法中设置一个顶点集合S,反复选择具有最短路经估计的顶点u∈V-S,并将u加入S中,算法中还用到了顶点的最小优先队列,排序关键字为顶点的d值。-The issue of the shortest path problem as a unit, find a directed<晶> 在 2025-10-08 上传 | 大小:6kb | 下载:0
[Windows编程] Matrixchainmultiplication
说明:给定n个矩阵构成的一个链<A1,A2,…,An>其中i=1,2,…,n,矩阵Ai的维数为pi-1pi,对乘积A1A2…An以一种最小化标量乘法次数的方式进行加全部括号。该问题应用动态规划算法-N matrix of a given composition of a chain <A1,A2,…,An> Which i = 1,2, ..., n, the dimension of the matrix Ai is pi-1pi, on the product A1A2 .<晶> 在 2025-10-08 上传 | 大小:3kb | 下载:0
[Windows编程] Sound_ChatRoom
说明:该程序基于局域网的双工文字语音即时通信系统,利用Socket通信技术,以服务器端和客户端实现双方通信。 -The program text duplex LAN-based real-time voice communication system, using Socket communication technologies to server-side and client communications between the two sides.<陈武> 在 2025-10-08 上传 | 大小:4.26mb | 下载:0