资源列表
paixubijiao
- 1. 内部排序演示 问题描述 设计一个测试程序比较几种排序算法的关键字比较次数和移动次数以取得直观感受。 基本要求 (1)对起(冒)泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较; (2)待排序的元素的关键字为整数。其中的数据要用伪随机产生程序产生(如10000个),至少用5组不同的输入数据做比较,再使用各种算法对其进行排序,记录其排序时间,再汇总比较; (3)演示程序以人机对话的形式进行。每次测试完毕显示各种比较指标值的列表,用
xishujuzhenxiangcheng
- C语言实现的稀疏矩阵相乘。采用了子函数结构,实现了输入两个稀疏矩阵,用三元表法实现其相乘的子函数计算后打印矩阵。
daoyou
- 利用数据结构的平衡二叉树实现的简单的校园导游程序,可以实现导游功能-Use of the balanced binary tree data structure to achieve the simple procedures for the campus tour guides, tour guides can be achieved functional
fhghgh
- 校园导航++数据结构课程设计 -Campus Navigation++ data structure navigation campus curriculum design curriculum design++ data structure
erchashu
- 二叉树算法。实现了数据结构书中二叉树的算法。经老师检查过。可运行。-Binary tree algorithm. Binary tree data structure implemented the algorithm in the book. Checked by the teacher. Can run.
Top
- 设计一个软件,需要进行用户需求分析、系统需求确认、系统概要设计、设计用例场景、系统的详细设计、数据库详细设计、编码、单元测试、集成测试、系统测试、维护等活动。要求用户需求分析在系统需求确认之前完成,系统的详细设计必须在系统的概要设计、设计系统用例和设计用例场景之前完成。-A software design, the need for user needs analysis, system requirements confirmation, the system level design, de
Dynamic-Programming
- 这是算法设计与分析课程实验,动态规划的源程序。包含最长上升子序列,最长公共子序列,最大字段和问题,DP背包问题-This is a test algorithm design and analysis programs, dynamic programming source code. Rising sequence containing the longest, longest common subsequence, maximum field and problems, DP knapsac
list
- 单链表:完整代码,包括所有成员函数,在VC++2008编译通过-Single linked list: the complete code, including all the member functions compiled by VC++2008
drag_and_drop_draw
- IDL组件编程技术,实现图像绘制和拖动,包含组件界面设计和时间响应程序。-IDL component programming technology, image rendering and drag, containing the component interface design and response procedures.
curved-surface-and-curve
- 包含了曲线和曲面的源代码,曲线被认为图形学的基础,而曲面则是对曲线的扩展-Contains the curves and surfaces of the source code, graphics curve is considered the foundation of the surface is the extension of the curve
singhal空化模型
- 运用DEFINE_MASS_TRANSFER宏的singhal空化模型
MinMaxHeap
- 最小最大堆的插入,删除,找最大最小值操作实现(写成C++库文件的形式,可在.cpp代码中直接调用)-MinMaxHeap, we can implement findMin and findMax in O(1) time and insert or delete in O(log n) time.
