-
学生成绩管理
数据库课程设计 附加源代码。学校学生成绩管理的一个系统。教师可以查看修改学生成绩。学生查看成绩。登陆模式区分身份验证。只需要导入到软件就可以使用
- 2022-04-30 01:34:28下载
- 积分:1
-
有向图 编写程序判断该图是否含有环 如没有则输出其拓扑序列...
有向图 编写程序判断该图是否含有环 如没有则输出其拓扑序列-Digraph write a program to determine whether it contains any part of the plan if there is no sequence of the output of its topological
- 2022-01-21 04:46:37下载
- 积分:1
-
这是我帮同学做的一个链表操作的演示程序,可以模拟链表的插入删除...
这是我帮同学做的一个链表操作的演示程序,可以模拟链表的插入删除-This is what I do to help students operate a chain of demonstration program, it is possible to simulate the insertion deletion Chain
- 2022-03-07 10:58:40下载
- 积分:1
-
C++实现单向链表的基本操作,包括添加、删除、修改、遍历
本例主要是学习单向链表时的一个基础试验,当练手用,功能上包括链表的建立,节点的删除、修改、遍历。
- 2022-04-28 14:14:16下载
- 积分:1
-
从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对...
从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对划分后的前一部分和后一部分递归调用.
算法平均时间复杂度: O(nlogn)
-Any check from the array element p (can be random access, and now to take the first example). To P as the main element of the array to be divided, the first part is less than P, the latter part of the final division is greater than p. Department store p , and then were divided into the first part and the latter part of recursive calls. algorithm the average time complexity: O (nlogn)
- 2022-03-12 12:50:19下载
- 积分:1
-
赫夫曼编码程序,配套于数据结构教学书(南航)
赫夫曼编码程序,配套于数据结构教学书(南航)-Huffman coding procedures, data structures in supporting the teaching book (Southern)
- 2023-06-23 06:40:04下载
- 积分:1
-
用VC编写的利用快速排序算法,运行你输入的要求后…
使用VC编写的快速排序算法,运行后输入你希望产生的次数,会随机产生数值,并完成排序,是一个教好理解快速排序算法的程序。-prepared by the use of VC quicksort algorithm, running after you input the desired number of randomly generated digits and completed sequencing, is a good understanding of the fast algorithm procedures.
- 2022-03-24 20:34:03下载
- 积分:1
-
用VB与ACCESS数据库结合编写的远程数据传输程序
用VB与ACCESS数据库结合编写的远程数据传输程序-Using VB with ACCESS databases prepared by remote data transmission procedure
- 2022-05-27 22:27:25下载
- 积分:1
-
PowerBuilder 开发应用实例中关于阴历转阳历计算的源代码
PowerBuilder 开发应用实例中关于阴历转阳历计算的源代码-PowerBuilder to develop applications on the lunar calendar to calculate the solar calendar source code
- 2022-07-25 12:04:00下载
- 积分:1
-
哈夫曼编码译码
利 实现功能:用给出的字符数及个字符频度,对其建立哈夫曼编码,并用此哈夫曼编码表对给出的字符串进行编码、对给出的代码进行译码。 (1) 初始化Initialization.从终端读入字符数n 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 10:35:13下载
- 积分:1