资源列表

« 1 2 ... .73 .74 .75 .76 .77 2178.79 .80 .81 .82 .83 ... 2656 »

[数据结构常用算法huff-fuckfuckfuck

说明:赫夫曼树啊。输入说明:多组数据,第一行为整数m,表示有几组数据,每组数据分为两行输入;第1行为n的值,第2行为n个整数,表示字符的出现频度。 输出说明:对每组数据输出一个整数,表示所构造哈夫曼树的带权路径长度(输出整数后换行)。 -Huffman tree ah. Input Descr iption: multiple sets of data, the first act integer m, which means tha
<fisher> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法assistant

说明:输入说明: 文本文件“input.c”作为程序输入,统计C语言关键字(见附加信息)在程序中出现的次数和行号。 输出说明: 对所有出现在程序中的关键字按字典顺序各占一行输出,在关键字之后输出出现次数,和按递增顺序排列的所有出现行号 -Input Descr iption: Text file " input.c" as a program input, statistics C language ke
<fisher> 在 2024-09-21 上传 | 大小:2048 | 下载:0

[数据结构常用算法railwaystation

说明:火车站售票系统。订票啊,退票啊等等功能。不过没有啥正经界面-Train ticketing system. Train ticketing system. Train ticketing system. Train ticketing system. Train ticketing system. Train ticketing system. Train ticketing system. Train ticketing system
<fisher> 在 2024-09-21 上传 | 大小:2048 | 下载:0

[数据结构常用算法LRJ_ADVANCED_DATASTRUCTURES

说明:姓名:刘汝佳 生日:1982.12 职业:信息竞赛国家队集训教练 简介:清华大学刘汝佳,1982年12月生,毕业于清华大学,高中时就读于重庆市外国语学校-Name: Liu Rujia Birthday: 1982.12 Occupation: Information contest national team training camp Coach Profile: Liu Rujia Tsinghua University
<qin> 在 2024-09-21 上传 | 大小:290816 | 下载:0

[数据结构常用算法Triangle Mesh

说明:一个写于1998年出自老外之手的简单模型简化程序,值得初学者借鉴
<340673594@qq.com> 在 2013-05-27 上传 | 大小:99709 | 下载:0

[数据结构常用算法traverse-BT

说明:C++实现二叉树的遍历,数据结构,二叉树,遍历,前序遍历,中序遍历,后序遍历-C++ achieve binary tree traversal, data structures, binary tree traversal, preorder traversal, preorder, postorder
<后双> 在 2024-09-21 上传 | 大小:2048 | 下载:0

[数据结构常用算法Calculator

说明:这是一个对算术表达式进行求值的控制台程序,程序主要用了数据结构中的栈的方法思想。先把表达式转化为后缀表达式,然后两对后缀表达式求值。程序可以实现对加、减、乘、除、乘方进行运算,还支持括号-This is an arithmetic expression is evaluated console program, the program mainly used the data structure stack method thought
<qiur> 在 2024-09-21 上传 | 大小:17408 | 下载:0

[数据结构常用算法maze

说明:完成迷宫程序的设计 从maze.txt文件读入迷宫。格式如下: 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为 障碍物。 实验要求 : 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置 打印“ ”(两个空格),注意每个位置都是两个字符。 打印示例: 2. 寻
<ld> 在 2024-09-21 上传 | 大小:206848 | 下载:0

[数据结构常用算法find_tree

说明:这是算法设计中的一个重要算法.是用来计算find树的深度的.其中需要用到的算法思路已经写在word里了.-This is an important algorithm design algorithm is used to calculate find the depth of the tree of which need to use the algorithm idea is already written in the word
<wxq> 在 2024-09-21 上传 | 大小:47104 | 下载:0

[数据结构常用算法KMP

说明:这是data structure中一种很重要的算法.KMP字符查找算法.这里使用随机生成了50,500,5000个子串来验证算法的正确性.-This is the data structure in a very important algorithms. KMP character search algorithm used here 50,500,5000 substring randomly generated to verify
<wxq> 在 2024-09-21 上传 | 大小:1211392 | 下载:0

[数据结构常用算法las

说明:数据结构中的一种重要随机算法--Las Vegas算法,它总是给出正确的结果,但在少数应用中,可能出现求不出解的情况。也是用了50,500,5000子串验证的 -Data structure is an important randomized algorithms- Las Vegas algorithm, it always gives the correct result, but in a few applications,
<wxq> 在 2024-09-21 上传 | 大小:1181696 | 下载:0

[数据结构常用算法monte

说明:数据结构随机算法中一种重要算法--Mont Carlo算法,它通常不能保证计算出的结果总是正确. -Random algorithm data structure is an important algorithm- Mont Carlo algorithm, which usually can not guarantee the calculated results are always correct.
<wxq> 在 2024-09-21 上传 | 大小:1188864 | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 2178.79 .80 .81 .82 .83 ... 2656 »

源码中国 www.ymcn.org