资源列表
BinarySortTree
- 二叉排序树的查找、插入和删除 要求:在屏幕上表示出二叉查找树的结构,用到的抽象数据类型为元素数据类型和二叉树结点类型。 -Binary sort tree search, insert, and delete requirements: binary search tree structure is shown on the screen, the abstract data types used for the element data type and the binary tree
Student_Management
- 一、问题描述 在年级成绩管理系统中,希望处理各班信息及各班每个学生的学习情况信息,其中班级信息包括班号和名称,学生学习情况信息包括学号,姓名,班号等,及已学课程的课程号及成绩,并能使管理人员通过界面完成对班级、学生信息的录入及对数据的查找和浏览。 二、基本要求 1、登记各班的学生基本情况(学号,姓名,性别,年龄,等信息); 2、插入某班某个学生的基本情况; 3、修改各班学生基本情况; 4、删除某班某个学生或某班所有学生基本情况; 5、登记各班所有学生各门课的成绩
guangyixishujuzhen
- 数据结构中稀疏广义矩阵链式结构的定义源代码-The sparse generalized matrix data structure definition source
xianxingbiao
- 数据结构中线性表结构的定义的vc语言源代码-Linear form defined data structure vc language source code
zhanheduilie
- 数据结构中栈和队列结构的定义的vc源代码-Vc source code of the stack and queue data structure definition of the structure
mutator
- This mutation fuzzzer.-This is mutation fuzzzer.
varray
- 这是一个可变长度数组管理的源代码,数组的成员为任意长度的结构实例或对象,该代码封装了调用接口,可以动态添加成员对象、删除对象、和通过索引定位对象。最重要的是实现了插入排序、对散乱的数组进行快速排序、二分法搜索和二分法删除等接口。-This is a variable length array management source code, a member of the array is the example of the structure or object of any length,
Maze
- [rar文件] flash as3.0 求解迷宫最短路径 深度优先策略-[Rar file] flash as3.0 Solving the shortest path in the maze depth-first strategy
huffman
- 数据结构中哈夫曼数实现的详细代码,很有用,对学习很有帮助。-Detailed code of Huffman number in the data structure, very useful, very helpful for learning.
CAI
- 数据结构的书本中算法的详细CAI课件,有2种运行语言环境。-Data structure algorithm CAI courseware books, there are two kinds of running the locale.
Web-HTML2
- 跟我一起上传的WEB HTML是一起的,要一起才能一起用,学习。-With me to upload the Web HTML is together, in order to together, learning together.
integersplit
- 利用非递归算法将正整数n表示成一系列正整数之和,n=n1+n2+...+nk,其中n1>=n2>=n3>=...>=nk>=1,k>=1。 正整数n的这种表示称为正整数n的划分。 -N represents a positive integer into a series of positive integers and the use of a non-recursive algorithm, n = n1+n2+ ...+nk, wherei
