-
data algorithm, the cooler East problem
数据算法,凉东问题-data algorithm, the cooler East problem
- 2022-03-15 23:25:10下载
- 积分:1
-
全国计算机等级考试四级上机的部分练习题,配有我自己写的算法,算法说明和输入输出文件,使实验起来更容易。算法比较简洁易懂,大概有三十题左右(已经去掉了重复和类似的...
全国计算机等级考试四级上机的部分练习题,配有我自己写的算法,算法说明和输入输出文件,使实验起来更容易。算法比较简洁易懂,大概有三十题左右(已经去掉了重复和类似的),对考四级的朋友和正在学习C的朋友会有帮助的-National Computer Rank Examination four aircraft on the part Exercises, equipped with my own writing algorithm, the algorithm description and input and output documents, and make it easier to experiment. Algorithms easy to read, there are about 30 or so that (already removed the duplication and similar), the examination of the four friends are learning C and friends can be helpful
- 2023-03-07 21:25:03下载
- 积分:1
-
实现拓扑排序,用到了堆栈,存储结构采用邻接表。
实现拓扑排序,用到了堆栈,存储结构采用邻接表。-To achieve topological sorting, use the stack, storage structure using adjacency list.
- 2023-06-24 09:35:03下载
- 积分:1
-
huffman树的基本实现.
利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压....
huffman树的基本实现.
利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压.-huffman tree realize. the use of statistics to read TXT file generated huffman tree, thus TXT file compression and decompression.
- 2022-08-24 08:55:48下载
- 积分:1
-
将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出...
将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。-Ma immediately on the international chess 8 8 chessboard Board [8] [8] of a box, MA by the rules of chess go mobile. Requires each box only entered once traveled chessboard all 64 box. Preparation of non- recursive procedure, and seeking stepped routes, with a calculated routes, the figures 1, 2, ..., 64 were filled an 8 x 8 matrix, put it out.
- 2022-03-03 15:33:41下载
- 积分:1
-
本人上传的是用贪心算法实现找零钱问题。贪婪算法的根本思想是逐步获得最优解。...
本人上传的是用贪心算法实现找零钱问题。贪婪算法的根本思想是逐步获得最优解。-I uploaded is to use greedy algorithm to find small change problem. Greedy algorithm is the fundamental idea is to gradually get the optimal solution.
- 2022-03-02 15:39:29下载
- 积分:1
-
Apriori算法实现频繁项集和关联规则
一共建6个表:
1) 购物表Trade_List(Trade_ID,Product)
2) 频繁一项集Apri
- 2022-05-08 00:30:06下载
- 积分:1
-
主要是数理方程基本框架很有用,对数据结构也有帮助
主要是数理方程基本框架很有用,对数据结构也有帮助-main mathematical equation is the basic framework is used for the data structure also helped
- 2023-05-06 11:25:03下载
- 积分:1
-
Fibonacci函数
Fibonacci函数-Fibonacci function
- 2022-10-08 18:05:02下载
- 积分:1
-
这是一个关于最长单调递增子序列的代码能运行
这是一个关于最长单调递增子序列的代码能运行-This is a monotonically increasing for the longest sequences of code to run
- 2023-07-26 22:00:02下载
- 积分:1