资源列表
[其他小程序] speedyGAv1.2.1
说明:this is A Fast Simple Genetic Algorithm matlab files.<kamranmu> 在 2025-11-13 上传 | 大小:3kb | 下载:0
[其他小程序] TimerClassVBA
说明:Build a simple timer class to Excel VBA<alphard> 在 2025-11-13 上传 | 大小:8kb | 下载:0
[其他小程序] ThinandThickClients
说明:System administration of thick & thin clients<Romeo> 在 2025-11-13 上传 | 大小:134kb | 下载:0
[其他小程序] WindowScriptControlExample
说明:Using Windows scr ipting Control ActiveX Object to let your program able to parse scr ipting language.(This Example using Excel VBA)<alphard> 在 2025-11-13 上传 | 大小:190kb | 下载:0
[其他小程序] shortestpath
说明:自己写的最短路径源码,互相学习.希望有用.特别对学习数据结构很有用.-The shortest path to write their own source code, learn from each other. I hope useful. In particular, very useful to study the data structure.<minisa> 在 2025-11-13 上传 | 大小:18kb | 下载:0
[其他小程序] Mapofsingle-sourceshortestpath
说明:图中的单源最短路径,给出图中的一个目的结点,求出其它各点到它的最短距离-Map of single-source shortest path<张晓安> 在 2025-11-13 上传 | 大小:1kb | 下载:0
[其他小程序] LectureHalls
说明:acm算法设计—会场安排问题! 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。) 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。-acm algorithm design- the venue arrangements! Assume it to be enough<张波> 在 2025-11-13 上传 | 大小:329kb | 下载:0
[其他小程序] SubsetSum
说明:子集和问题的一个实例为〈 S,t 〉。其中,S={x1 ,x2 ,…, xn }是一个正整数的集合,c是一个正整数。子集和问题判定是否存在S的一个子集S1,使得x1+x2+...+xk=S, 其中x1,x2...xk属于集合S1。 对于给定的正整数的集合S和正整数c,编程计算S 的一个子集S1,使得x1+x2+...+xk=S, 其中x1,x2...xk属于集合S1。-Subset of the problem and an example for < S, t> . Of<张波> 在 2025-11-13 上传 | 大小:328kb | 下载:0