资源列表
[数据结构常用算法] DaShuJieCheng
说明:1 实现大数阶乘 2 数据结构与算法 3 链表实现-1 realization of large numbers factorial 2 Data Structures and Algorithms 3 linked list implementation<> 在 2025-05-01 上传 | 大小:14kb | 下载:0
[数据结构常用算法] MyHuffmanSzip
说明:1 实现霍夫曼压缩 2 构建霍夫曼数 3 实现压缩、解压-1 Huffman compression 2 Construction of Hoffman number 3 to achieve compression, decompression<> 在 2025-05-01 上传 | 大小:65kb | 下载:0
[数据结构常用算法] Binary-tree-VC
说明:建立一棵二叉排序树并对它进行前序遍历。建立二叉树利用了插入算法,数据由用户输入;对二叉树前序遍历,利用非递归调用子程序,然后对二叉树(1)访问根结点;(2)遍历左子树;(3)遍历右子树。程序中要注意左右指针llink和rlink的使用。-Create a binary sort tree and pre-order traversal. The establishment of the binary tree to the use of<鲍慊> 在 2025-05-01 上传 | 大小:10kb | 下载:0
[数据结构常用算法] LinkMergeAndSplit
说明:1 单链表的合并与拆分 2 数据结构与算法 3 链表操作-1 Merging and splitting of a single linked list 2 Data Structures and Algorithms 3 linked list operations<> 在 2025-05-01 上传 | 大小:22kb | 下载:0
[数据结构常用算法] maintenance-of-of-binary-tree-VC
说明:实现二叉排序树维护子系统实现,实现查找、插入、删除、修改操作。首先要建立一棵二叉排序树,建立树根,然后按照中序遍历依次建立二叉排序树。运用switch的四个case实现各个操作,每个case中调用相应的子程序。子程序是选择要进行的操作:查找、插入、删除、修改。-Binary sort tree maintenance subsystem to achieve, to achieve the find, insert, delete, a<鲍慊> 在 2025-05-01 上传 | 大小:12kb | 下载:0
[数据结构常用算法] BinarySearch
说明:对已排序的数组分别用迭代递归两种算法进行折半查找。-An array of the sort of has respectively with iterative recursion algorithm of two binary search.<孙> 在 2025-05-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] MiGongzhan
说明:用栈实现迷宫,C语言操作,绝对可以运行,帮助了解栈的应用-Stack to achieve the maze, the operation of the C language, can definitely run, to help understand the application of the stack<陈天遥> 在 2025-05-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] STATUS
说明:此软件主要进行数据录取及实时仿真功能,通过面板控制,可以清楚的看到实时数据,并将数据以图表格式输出-the purpose of software is data register and emluator real time<wangchunhua> 在 2025-05-01 上传 | 大小:2kb | 下载:0
[数据结构常用算法] ACM_Algorithm_print
说明:算法打印版 常用的算法的集锦 对于搞acm的同志来说应该有点帮助吧!-Algorithm Print Version Highlights of the commonly used algorithm Should be helpful for comrades to engage acm!<lsx> 在 2025-05-01 上传 | 大小:38kb | 下载:0
[数据结构常用算法] TXL
说明:程序设计一般由两部分组成:算法和数据结构,合理地选择和实现一个数据结构和处理这些数据结构具有同样的重要性。在通讯录管理程序中,由于预计记录数相对于一个单位的学生人数或职工人数来说不会太大,除了能够增加、删除、保存等外,更多的情况时查询,且能够实现快速查询,所以选用静态数组保存数据,实现多种查询方式。-Programming generally consists of two parts: algorithms and data stru<kongyameng> 在 2025-05-01 上传 | 大小:4kb | 下载:0