资源列表
speedyGAv1.2.1
- this is A Fast Simple Genetic Algorithm matlab files.
TimerClassVBA
- Build a simple timer class to Excel VBA
CMS
- Content Management systems & its differnt flavours
ThinandThickClients
- System administration of thick & thin clients
TimerClassVBASample
- A Timer Class in Excel VBA
WindowScriptControlExample
- Using Windows scr ipting Control ActiveX Object to let your program able to parse scr ipting language.(This Example using Excel VBA)
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.
Mapofsingle-sourceshortestpath
- 图中的单源最短路径,给出图中的一个目的结点,求出其它各点到它的最短距离-Map of single-source shortest path
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
main
- avr atmega16 用icc avr 调试即可。是TI的例程 头文件为iom.16-avr atmega16 can use debug icc avr. TI' s routine is the first document iom.16
upPicture
- 用ASP结合ACCESS数据库 实现,图片的上传。-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
OptimalServices
- acm算法设计 描述: 设有n 个顾客同时等待一项服务。顾客i需要的服务时间为ti ,1 < = i < = n 。应如何安排n个顾客的服务次序才能使平均等待时间达到最小?平均等待时间是n 个顾客等待服务时间的总和除以n。 对于给定的n个顾客需要的服务时间,编程计算最优服务次序。 输入:第一行是正整数n,表示有n 个顾客。接下来的1行中,有n个正整数,表示n个顾客需要的服务时间。 输出:最小平均等待时间 例输入: 10 56 12 1 99 1000
