资源列表
algorithm-design-with-C-CPP-Java
- 这是算法设计、分析与实现从入门到精通:C、C++和Java的随书源代码,按照算法之间逻辑关系,对每一个经典算法,都给出了完整的C/C++/Java三种主流编程语言的实现程序。-This is the algorithm design, analysis and implementation from the entry to the master: C, C++ and Java with the book source code, in accordance with the algorith
SORT
- 课程设计 排序 该课程设计综合了所有的排序方法足以满足日常的程序需求 并且涵盖了相应的PPT演讲材料-Sort of the course curriculum design integrated approach of all ordering procedures sufficient to meet the daily needs and covers the corresponding PPT presentation materials
vector
- 使用二维向量处理文件中的学生姓名及分数,求各个学生的总分及平均分并进行排序-Using the two-dimensional vector names and scores of students in the file, find the score and average score of all students and to sort
structure
- 数据库结构课件,适合于初学者使用,有讲到,顺序表,链表,栈,树等~-Courseware database structure, suitable for beginners, there are mentioned, the order of tables, linked lists, stacks, trees, etc. ~
Thinning-Algorithm_3D
- thinning algorithm in 3D
selection
- 面向对象 选择排序 很实用的 有点难懂 非常有趣-Select the sort of object-oriented is a bit difficult to understand a very interesting and practical
ds
- 数据结构所有实验源码实验报告 线性表排序树图链表查找-data structure cpp and report
Dsc1-5
- 这是一个数据结构的课件,前5章的内容。如果线性表、栈和队列、串和多维数组-this is a coureware for Data structure including pre 5。linear list, stack and queue, string and multiarray
plj
- 数字频率计,能直接计数单位时间内被测信号的脉冲数,然后以数字形式显示频率值-Digital frequency meter, count the measured signal number of pulses per unit time, frequency value is then displayed in digital form
sl_num
- 超长整数类及演示程序-long integer type and Demonstration Program
BSTAVT
- 本学期所有数据结构的大作业一,设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。二,本次实验的题目为表达式求值,要求设计一个程序,演示用算符优先法对算术表达式求值的过程。 即编写程序把前缀表达式转换成后缀表达式,并计算结果。用以下三组数据测试程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+
Red-Black-Tree
- 使用MFC做的一个红黑树操作演示,带有显示界面,很好的展示了红黑树创建、添加、删除等操作的过程,是数据结构与算法中很重要的一部分-Use MFC to do a red-black tree operation and demonstration, with the display interface, a very good show red-black tree to create, add, delete and other operations of the process data s