-
-
-
ftpsearchdbase.rar
BISM "菁搜"FTP搜索引擎数据库
帮助文档: http://blog.csdn.net/BismSoftware/archive/2009/03/30/4037334.aspx
此为BISM软件开发小组发布的"菁搜"FTP搜索引擎的第一个 ...
-
-
ESMS.rar
... -based, field trip on the size of the default. 5, template ProductsView.html added, "the use of material : () ProductsMaterial" label Build 1024 Update : 30 of components rewrite code, and amendments to the several known BUG, to some extent, improve t
-
jiaotongdeng.rar
设有一十字路口,1、3为南北方向,2、4为东西方向。每个路口均有红、黄、绿三个灯,初始状态为四个路口的红灯亮,2秒之后,1、3路口的绿灯亮,2、4路口的红灯亮,1、3路口通车;延时50秒后,1、3路口绿灯闪烁5秒后绿灯灭,黄灯亮,5秒后,1、3路口的红灯亮,而同时2、4路口的绿灯亮,2、4路口开始通车;延时30秒后,2、4路口绿灯闪烁5秒后绿灯灭,黄灯亮,5秒后,2、4路口的红灯亮,同时1、3路口的红灯亮(即四个路口的红灯亮),2秒之后,1、3路口的绿灯亮,2、4路口的红灯亮,重复上面的过程。
-
-
advancedlinuxprogramming.rar
... the Process with GNU
Make 9
1.4 Debugging with GNU Debugger
(GDB) 11
1.5 Finding More Information 13
2 Writing Good GNU/Linux
Software 17
2.1 Interaction With the Execution
Environment 17
2.2 Coding Defensively 30
2.3 Writing and Using Libraries
-
-
WorkAssignment.rar
acm算法设计
设有n件工作分配给n个人。将工作i 分配给第j 个人所需的费用为Cij。试设计一个算法,为每一个人都分配1 件不同的工作,并使总费用达到最小。
设计一个算法,对于给定的工作费用,计算最佳工作分配方案,使总费用达到最小。
输入:第一行有1 个正整数n (1≤n≤30)。接下来的n行,每行n个数,表示工作费用。
输出:最小总费用。
例输入:
3
10 2 3
2 3 4
3 4 5
例输出:9
-
HAS.rar
针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过R
假设待填入哈希表的人名有30个,平均查找长度为2。
哈希表用除留余数法构造,用伪随机探测在散列法处理冲突。
-