资源列表
b
- 数据结构图的存储结构及基本操作 要求: ⑴能根据输入的顶点、边/弧的信息建立图; ⑵实现图中顶点、边/弧的插入、删除; ⑶实现对该图的深度优先遍历; ⑷实现对该图的广度优先遍历。 备注:单号基于邻接矩阵,双号基于邻接表存储结构实现上述操作。 -Data storage structure diagram and the basic operational requirements: ⑴ can build chart based on the input ve
c
- 数据结构内部排序示例 ⑴实现三种以上内部排序方法; ⑵生成随机数以构造待排表; ⑶记录运行结果并加以分析。 -⑴ internal data structures to achieve three or more examples of the sort of internal sorting methods ⑵ generates a random number table to construct to be ranked ⑶ record and analyze
d
- 设计一个稀疏矩阵计算器,要求能够:⑴输入并建立稀疏矩阵;⑵输出稀疏矩阵;⑶执行两个矩阵相加;⑷执行两个矩阵相乘;⑸求一个矩阵的转置矩阵;⑹求一个矩阵的逆矩阵(选做)。-Design of a sparse matrix calculator, requires the ability to: ⑴ input and the establishment sparse matrix ⑵ output sparse matrix ⑶ perform two matrices are added
e
- 按常规形式输入算术表达式(例如:输入2*(6-4)+8/4),要求能够: (1)生成表达式的后缀表示,并输出; (2)生成表达式的前缀表示,并输出; (3)基于表达式的后缀表示,对该表达式求值; (4)编写一个主程序对表达式求值函数进行测试。 -Enter a conventional form of arithmetic expressions (for example: Input 2* (6-4)+8/4), requires the ability to: (1) t
cycleList
- 一个简易的环形链表程序,支持插入、查找、删除等基本操作,风格简约,gcc下编译通过-A simple circular linked list that supports insert, search, delete, and other basic operations, simple style, gcc compiler through
Greedy-algorithm
- 使用C语言编写的背包问题之贪婪算法求解源代码 -Greedy algorithm using C language source code for solving the knapsack problem
insertSort
- 插入排序法,能够对已知的数组元素进行升序和降序排列。-Insertion sort, able to be aware of the array elements in ascending and descending order.
common-search-algorithm
- 这是常用搜索算法的源码。不是我自己写的,是一本书里自带的,自己运行着可以用-This is a common search algorithm source code. Not my own writing, is a book that comes with their own running you can use
ch7graph
- 数据结构中图实现的C语言包,包括头文件、实现问题件、实例等-Graph theory in Data Structure
CVector
- 2D、3D、4D向量类,包含操作符重载 -2D, 3D, 4D vector class includes operator overloading,class CVector2,class CVector3,class CVector4
JSlider-Example
- javaslidercode for java beginner
圈地为王
- 圈地为王C++源代码,随即版本,可作参考