资源列表

« 1 2 ... .56 .57 .58 .59 .60 1361.62 .63 .64 .65 .66 ... 2656 »

[数据结构常用算法Introduction-to-Algorithms-

说明:算法导论上的几个实验源码,对学习算法有一定的帮助。-Introduction to Algorithms, several experiments on the source of learning algorithms have some help.
<liu> 在 2024-10-12 上传 | 大小:14968832 | 下载:0

[数据结构常用算法huffman00

说明:数据结构实验:哈弗曼编码,在vc环境下实现,用c++编写-huffman tree
<李雪薇> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法C-Library

说明:c语言库函数,包含函数的参数、返回值介绍-c language library functions, including function parameters, return values ​ ​ described
<yanghl> 在 2024-10-12 上传 | 大小:30720 | 下载:0

[数据结构常用算法guandao

说明:输入顶点的序列及边和顶点之间的关系就可以通过该程序输出最小生成树的各条边以及边上的权值;-Enter the sequence of vertices and edges and vertices of the relationship between the program output by the minimum spanning tree and the edge of each side of the weight
<小缪子> 在 2024-10-12 上传 | 大小:139264 | 下载:0

[数据结构常用算法park

说明:利用队列模拟车进入车位之前的排队情况,同时输出车刚进入便道的停车位置。n个车位用栈来模拟,同时输出车刚进入停车场内的车位。与此同时记录车到达和离开的时间,从而计算应缴费用。-Queuing simulation using vehicles to enter the parking situation before the line, while the output of car parking spaces just enterin
<小缪子> 在 2024-10-12 上传 | 大小:140288 | 下载:0

[数据结构常用算法travel

说明: 实现用二叉树遍历数据,包括栈的创建,数据的初始化,数据的遍历。 - traveling the members of the tree
<allen> 在 2024-10-12 上传 | 大小:80896 | 下载:0

[数据结构常用算法maopao

说明:该代码实现的是冒泡排序算法,经典实用,两层循环。希望能给你带来帮助。- sorting named maopao
<allen> 在 2024-10-12 上传 | 大小:79872 | 下载:0

[数据结构常用算法Expression-of-Value

说明:xoj上的一道题目,要求输入一连串的四则运算表达式,然后求值,输入的运算数字范围是0-9999,结果在32整形之内。此程序用到了堆栈,涉及知识比较广-xoj on a subject, asked to enter a series of arithmetic expressions, and then find the value, enter the operation number in the range 0-9999, the
<刘鑫生> 在 2024-10-12 上传 | 大小:201728 | 下载:0

[数据结构常用算法changename

说明:控制台程序,用于拷贝一个二进制文件,并从别外一个C文件中读取某一字符串作为拷贝文件的名称。-copy a binary file and rename it that the name read from the other c file. you can use the console execute it . EG.changename cn
<ding qianghua> 在 2024-10-12 上传 | 大小:4241408 | 下载:0

[数据结构常用算法linkedlist

说明:对带表头结点的单链表,完成以下菜单项功能,要求执行完一个功能后自动输出线性表: 按输入次序建表; 建立有序表; 按序号插入新元素; 按值插入新元素; 按序号删除元素; 按值删除元素; 输出表长; 建立2个有序表,合并成1个有序表。 -Node with a header on a single list, complete the following menu items feature that r
<麦培鹏> 在 2024-10-12 上传 | 大小:1103872 | 下载:0

[数据结构常用算法sequencelist

说明:对顺序表完成以下菜单项功能,要求执行完一个功能后自动输出线性表: 按输入次序建表; 建立有序表; 按序号插入新元素; 按值插入新元素; 按序号删除元素; 按值删除元素; 输出表长; 建立2个有序表,合并成1个有序表。 一般顺序表的查找; 有序表的顺序查找; 有序表的二分查找。 直接插入排序; 简单选择排序; 冒泡排序; 快速排序; 堆排序。 -On the order
<麦培鹏> 在 2024-10-12 上传 | 大小:1077248 | 下载:0

[数据结构常用算法binaryTree

说明:完成以下菜单项功能,要求执行完一个功能后自动输出二叉链表的广义表形式或凹入形式: 按带空子树的前序序列建树; 输出前序、中序、后序遍历序列(递归算法); 输出结点个数、叶子结点个数; 输出二叉树的深度; 按凹入格式输出二叉树; 按广义表格式输出二叉树; 查询前序遍历序列的第i个结点; 一般二叉树的查找:给定值是否在二叉树中; 建立二叉排序树; 二叉排序树的查找。 使用二叉排序树完成排序。-Co
<麦培鹏> 在 2024-10-12 上传 | 大小:1014784 | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 1361.62 .63 .64 .65 .66 ... 2656 »

源码中国 www.ymcn.org