资源列表

« 1 2 ... .15 .16 .17 .18 .19 1420.21 .22 .23 .24 .25 ... 2656 »

[数据结构常用算法Stack_Queue

说明:Applet演示程序,栈是一种先进后出(FILO)的线性数据结构,先进后出的意思就是……举个例子吧-Applet demo, after the stack is an advanced out (FILO) of the linear data structure, advanced means of the following ... ... Let me give an example
<hl> 在 2025-06-15 上传 | 大小:19kb | 下载:0

[数据结构常用算法palne

说明:模拟飞机在飞机场起飞和降落 输入想模拟的时间长度,输出为调度的过程 降落平均等待时间..起飞平均等待时间 -Simulating an aircraft taking off and landing at the airport would like to enter the length of time simulation, the output of the process for scheduling the average waiting time for landing
<> 在 2025-06-15 上传 | 大小:19kb | 下载:0

[数据结构常用算法Create_and_bianli_BiTree

说明:c语言实现的 算法思想: 根据完全二叉树的定义,对完全二叉树按照从上到下,从左到右的层次序遍历应该满足: (1)某节点没有左孩子,则一定无右孩子 (2)某节点缺左或右孩子,则其所有后继一定无孩子。 若不满足上述任何一条,均不为完全二叉树。 (3) 利用栈先序遍历 -c language implementation of the algorithm is thinking: According to the definition of complete binary
<lll> 在 2025-06-15 上传 | 大小:19kb | 下载:0

[数据结构常用算法L_A_distance

说明:Levenshtein 距离算法实现。Levenshtein 距离测量两个字符串的相近性-The "Levenshtein distance" is a measure of the similarity between two strings, this algorithm is also refered to as "edit distance".
<peter> 在 2025-06-15 上传 | 大小:19kb | 下载:0

[数据结构常用算法de

说明:实验五 二叉树的递归算法:计算高度、结点个数、交换左右儿子-Experiment 5 binary tree recursive algorithm: calculating height, node number, exchange about his son
<吴海> 在 2025-06-15 上传 | 大小:19kb | 下载:0

[数据结构常用算法Binary_Tree

说明:用c#实现二叉树(二叉树的前序,中序,后序遍历,以及删除节点等功能)-To use c# to achieve binary tree (binary tree preorder, inorder, postorder, and delete nodes and other functions)
<淡靥> 在 2025-06-15 上传 | 大小:19kb | 下载:0

[数据结构常用算法MultiLinkedList

说明:一个四维链表的实现,代码的实现思想很有意思,对于学习数据结构的朋友有很大的参考价值。-A four-dimensional linked list implementation, the code to realize a thought is very interesting to study the data structure for a friend have great reference value.
<lizhe> 在 2025-06-15 上传 | 大小:19kb | 下载:0

[数据结构常用算法singlyLinkedLink

说明:singly linked list by c-singly linked list by c++
<kellyjo> 在 2025-06-15 上传 | 大小:19kb | 下载:0

[数据结构常用算法Huffman-code-decode

说明:test1.txt中为要读入的英文文章,code.txt为生成的huffman编码,decoded.txt中为根据code.txt中内容解码后的结果。-test1.txt is used to store the article in English to be read, code.txt contains generated the huffman codes, decoded.txt for the contents according to code.txt decoded result
<Felix> 在 2025-06-15 上传 | 大小:19kb | 下载:0

[数据结构常用算法Migong

说明:自己写的c++链栈实现迷宫求解,可实现手动或自动初始化迷宫。-My own chain of stack c++ to achieve a maze solving, can be realized manually or automatically initialize the maze.
<cc> 在 2025-06-15 上传 | 大小:19kb | 下载:0

[数据结构常用算法10-2

说明:A program to process your database. this program enables you to perform following actions on your database : adding new record to database using INSERT deleting records from database modifying records
<ali> 在 2025-06-15 上传 | 大小:19kb | 下载:0

[数据结构常用算法job3

说明:清华大学C++版数据结构第3章作业答案,包括第3章所有习题的C++代码。-Tsinghua University, C++ version of the data structure of Chapter 3 Operating the answer, including all the exercises in Chapter 3 of the C++ code.
<winter> 在 2025-06-15 上传 | 大小:19kb | 下载:0
« 1 2 ... .15 .16 .17 .18 .19 1420.21 .22 .23 .24 .25 ... 2656 »

源码中国 www.ymcn.org