资源列表
[数据结构常用算法] Card
说明:金卡在现代生活里应用广泛,无论排长队于ATM机前取款还是就餐、购物、就医等等。在国外电子货币十分流行,其实电子货币是系统工程,它涉及金融、安全、通信、计算机等领域。这里为使读者掌握动态数据的用法,仅模拟其存款于取款过程。-Gold is widely used in modern life, regardless of the long queues at the ATM machine withdrawals or dining, shopping, medical care and so o<baby> 在 2025-06-14 上传 | 大小:10kb | 下载:0
[数据结构常用算法] paixu
说明:VB排序各种排序方法以及他们的效率,以供参考-VB sort of sorting method and their efficiency, for reference<jiangliuer> 在 2025-06-14 上传 | 大小:10kb | 下载:0
[数据结构常用算法] ArrayingWithC
说明:编写算法,对n个关键字取整数值的记录序列进行整理,以使所有关键字为负值的记录排在关键字为非负值的记录之前,要求: (1) 采用顺序存储结构,至多使用一个记录的辅助存储空间 (2) 算法的时间复杂度 (3) 讨论算法中记录的最大移动次数. -Make the non-negative records at first before the all keywords with<啊> 在 2025-06-14 上传 | 大小:10kb | 下载:0
[数据结构常用算法] SqList
说明:数据结构中顺序表的应用,构造和各种函数的应用-The application of the sequence table<li runbing> 在 2025-06-14 上传 | 大小:10kb | 下载:0
[数据结构常用算法] Traversal-of-the-tree
说明:树的遍历,上课写的一个小程序,希望有助于初学者的学习-Traversal of the tree class to write a small program, and want to help beginners learn<李> 在 2025-06-14 上传 | 大小:10kb | 下载:0
[数据结构常用算法] huiwen
说明:利用栈和队列的原理设计一个程序,对输入的字符串进行检测,以判断该字符串是否是回文数据,并输出判断结果。如:“abcxcba”或“abccba”都是回文数据。-Stack and queue principle to design a program to detect the input string to determine whether the string is a palindrome data, and outputs the judgment result. Such as: "a<6218346> 在 2025-06-14 上传 | 大小:10kb | 下载:0
[数据结构常用算法] vc-dazhihui-interface
说明:提供了大智慧早期版本的重要数据结构以及获取的方法和接口-Provides great wisdom early versions of the important data structure and obtain method<王强> 在 2025-06-14 上传 | 大小:10kb | 下载:0
[数据结构常用算法] haffman-code
说明:基于数据结构中哈弗曼树的操作 即哈弗曼编码对26个英文字母的哈弗曼编码-Based on the operation of Hafu Man tree data structure the Ha Fuman encoding the 26 letters of the alphabet Hafu Man coding<肖可> 在 2025-06-14 上传 | 大小:10kb | 下载:0
[数据结构常用算法] paixu2
说明:一组随机数放在存储区地址连续的10个单元内,采用冒泡排序方法,将此组数据按升序排序。(随机数排序后仍然放在这里)-duijishu paixu<dangligedang> 在 2025-06-14 上传 | 大小:10kb | 下载: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 the insertion algorithm, the<鲍慊> 在 2025-06-14 上传 | 大小:10kb | 下载:0