-
257
几个比较好的初级算法,初学者可以看一下思想,对算法入门(A few good elementary algorithms, beginners can look at thinking on algorithms entry)
- 2013-06-16 14:38:40下载
- 积分:1
-
c classic example of the data structure
c数据结构的经典示例
- 2023-08-13 18:20:03下载
- 积分:1
-
通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。...
通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。-Through the process to achieve huffman encoding and decoding. Enter a string, statistical character frequency, the output huffman coding. Enter a code, based on pre-set decoding method to decode.
- 2023-05-05 08:40:03下载
- 积分:1
-
快速排序
不是稳定的快速排序
优化了的原位快速排序
快速排序
不是稳定的快速排序
优化了的原位快速排序
- 2022-06-21 21:50:00下载
- 积分:1
-
浙江大学《数据结构》配套讲义
说明: 来自浙江大学的一套比较不错的数据结构入门资料(A good introduction to Data Structure from ZJU)
- 2020-09-12 09:47:59下载
- 积分:1
-
PKU on several topics Tunnel WarfareUnique SolutionWashing ClothesWeather Foreca...
PKU 上的几个题目
Tunnel Warfare
Unique Solution
Washing Clothes
Weather Forecast
Who Gets the Most Candies
-PKU on several topics Tunnel WarfareUnique SolutionWashing ClothesWeather ForecastWho Gets the Most Candies
- 2023-02-19 12:30:04下载
- 积分:1
-
Dijlstra
Dijlstra算法 对任意图,选择合适的数据结构表示图,在此基础上实现求解最短路径的Dijkstra算法(Dijlstra algorithm to arbitrary map, select the appropriate data structures that map, on this basis to achieve solution of the Dijkstra shortest path algorithm)
- 2009-01-11 19:03:11下载
- 积分:1
-
44
说明: 给定程序中,函数fun的功能是:将a所指3×5矩阵中第k列的元素左移到第0列,第k列以后的每列元素依次左移,原来左边的各列依次绕道右边。
例如,有以下矩阵:
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
若k结果为2,程序执行结果为:
3 4 5 1 2
3 4 5 1 2
3 4 5 1 2
请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。
注意:源文件存放在考生文件夹下的BLANK1.C中
不得增行或删行,也不得更改程序的结构!
(A given program, function fun feature is: a 3 × 5 matrix referred to in the first k elements of the left column to move Section 0, the k elements of each column after column followed by the left, the original columns in the left turn Bypass on the right. For example, the following matrix: 123,451,234,512,345 If k is 2, the program execution results: 345,123,451,234,512 in the program underscore the right content at the fill and to remove the underscore, so that the program reach the right result. Note: The source files in the folder of BLANK1.C candidates are not allowed by the line or delete line, nor change the structure of the program!)
- 2011-08-11 07:53:10下载
- 积分:1
-
扩展的堆栈
在 C + + 包括堆栈行动像推流行组合拆分和输出中执行扩展的堆栈
- 2022-07-08 05:26:00下载
- 积分:1
-
使用powerbuilder开发的小型图书店系统。请查阅!
使用powerbuilder开发的小型图书店系统。请查阅!-Use PowerBuilder to develop small-scale map Bookstore. Please check!
- 2022-03-18 07:27:03下载
- 积分:1