资源列表
cPquery
- c函数库 便准windows上的C函数-c函数库 便准windows上的C函数
Yang-Hui-triangle
- 杨辉三角,传统经典的算法,包含完整的代码,可以直接运行-Yang Hui triangle, classical algorithms, including complete code can be run directly
tongji
- 输入一列字符串,统计其中有多少个英文单词。-Enter a string, statistics on the number of English words.
translationcode
- 输入一串字符串,把这个字符串按照一定规则译成另外一个字符串。-Enter the string of string, this string according to certain rules into another string.
VBsrk
- 化工热力学SRK物性方法的VB实现,可以当成子程序用,主要用于化工方面的相平衡计算-Chemical thermodynamics SRK property method realized in the Visual basic
Desktop
- 求出2—1000之间的所有素数,要求以表格形式输出,每行输出5个素数,每一个占用10个字符宽度。-Find all prime numbers between 2-1000, will find the prime numbers were sent to a text file and binary file prime.dat prime.txt, the results to a text file, requiring the output in tabular form, each l
questionB
- 这是一个数学建模的题目:公交线路求解问题,其中还包括了题目中的数据-This is a subject of mathematical modeling: bus lines to solve the problem, which also includes the title of the data
RABIN-KARP
- Faster string matching using Rabin-Karp algorithm
Alogrithm_TongJiDaXue
- 同济大学算法分析讲义。很全的资料。一共有9个章节的ppt-Tongji University, algorithm analysis notes. Is full of information. A total of nine chapters ppt
kinich.tar
- KINICH AHAU KIN * Converts Current Gregorian Date to Long Count Mesoamerican * Calculates Tzolkin/Haab Seals/Numbers * Calculates new Dreamspell (Time Wave) Calendar (c) Thoth 2010 // thoth[at]01.-KINICH AHAU KIN * Converts C
code
- Input 输入数据有多组,每组的第一行是三个整数T,S和D,表示有T条路,和草儿家相邻的城市的有S个,草儿想去的地方有D个; 接着有T行,每行有三个整数a,b,time,表示a,b城市之间的车程是time分钟;(1= 接着的第T+1行有S个数,表示和草儿家相连的城市; 接着的第T+2行有D个数,表示草儿想去地方。 Output 输出ZJB能去某个喜欢的城市的最短时间,如都不能到达,输出-1。 -Input The input data more
jvzhen
- Descr iption 给定一个r * c的只包含0和1两个数字的矩阵,对于矩阵中任意一点(x,y),定义(x,y)的权为(x,y)到与此点曼哈顿距离最小的1的曼哈顿距离(如果mat[x][y] = 1,则(x,y)的权为0)。请求出对于给定01矩阵中所有点的权值之和。 Input 输入包含多组数据,每组数据第一行为两个整数r, c(0 < r, c < = 1000)。 接下来 r 行每行有 c 个整数,且保证只能为0或者1(保证矩阵中含有至少
