-
magic word memory
魔法单词记忆――DAO访问ACCESS数据库-magic word memory-- DAO visit ACCESS database
- 2022-02-04 15:13:14下载
- 积分:1
-
这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助...
这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助-This my learning algorithm and data structure when the series of the operation of the queue on procedures for the study of the data structure to help friends! !
- 2022-01-22 01:33:55下载
- 积分:1
-
学生成绩管理系统实现学生成绩的查询,修改,删除等
学生成绩管理系统实现学生成绩的查询,修改,删除等-Student achievement management system to achieve student performance of the query, modify, delete, etc.
- 2022-01-26 06:20:26下载
- 积分:1
-
哈夫曼树算法
根据给定的n个权值{w1,w2,……wn},构造n棵只有根结点的二叉树,令起权值为wj
在森林中选取两棵根结点权值最小的树作左右子树,构造...
哈夫曼树算法
根据给定的n个权值{w1,w2,……wn},构造n棵只有根结点的二叉树,令起权值为wj
在森林中选取两棵根结点权值最小的树作左右子树,构造一棵新的二叉树,置新二叉树根结点权值为其左右子树根结点权值之和
在森林中删除这两棵树,同时将新得到的二叉树加入森林中
重复上述两步,直到只含一棵树为止,这棵树即哈夫曼树
-Huffman tree algorithm based on a given n-weights (w1, w2, ... ... wn), construct n trees only a root node of the tree, so that from the right value of wj in the forest root node to select two the right tree for the value of the smallest subtree around, a new binary tree structure, the right to buy a new tree root node value of its subtree root node around the right value in the forest and delete these two trees, At the same time, the new binary tree obtained by adding the forest to repeat the above two steps until a tree containing only the date, that is, Huffman tree tree
- 2023-05-05 13:05:03下载
- 积分:1
-
投票系统
绝大多数工作门户让求职者报名注册一个免费账户,并允许他们搜索由雇主发布的职位空缺岗位上而言,雇主可审查个人简历。门户网站提供恢复过帐服务,使求职者进行复制和粘贴简历信息从字处理文档或建立一个新的恢复使用在线工具。工作门户通常提供提交一份已完成的简历,从字处理程序 (如 Microsoft Word 中创建的选项。求职者可以浏览由雇主发布的职位空缺和申请职位通过工作门户。
- 2022-11-15 00:20:03下载
- 积分:1
-
堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子
算法平...
堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子
算法平均时间复杂度: O(nlogn)
-HEAPSORT: thinking: using binary tree structure to express the array, and used to express an array of binary tree structure, such as i the parent node for its children, 2i, and 2i+ 1. Among them, the big top of a pile of the parent node greater than two children on average time complexity of algorithm: O (nlogn)
- 2022-07-11 06:36:53下载
- 积分:1
-
数据结构的电子教案,对各章的重点说的比较清楚
数据结构的电子教案,对各章的重点说的比较清楚-Data structure of electronic lesson plans, the focus of the chapter, said the relatively clear
- 2022-01-31 18:14:27下载
- 积分:1
-
校园导游系统
本代码通过C++实现校园导游系统,在程序中设置了十多个地点,可查询各地点的具体信息,展示两地点之间的最短路径,展示任意一个地点到其他各地点的最短路径等。同时,也可以增添或删减节点及边,也就是可任意增加新的地点信息。
- 2022-03-19 03:17:57下载
- 积分:1
-
学生信息管理数据库
用vb语言,在access数据库中完成的代码,是最简单的平台下的数据库。有完善的功能系统,添加,删除,修改等等。access数据库的密码在代码演示框中左下角有,或者使用access密码暴力破。解器可以解决,其他都不是问题,是初学者学习的很好的资料。背景的图片可以替换,换成自己喜欢的背景,建议用学校本身的徽章等
- 2022-01-27 20:35:12下载
- 积分:1
-
Java数据结构的小应用程序对于数组的冒泡排序
Java数据结构的小应用程序对于数组的冒泡排序-data structure of the Java applications for small array of Bubble Sort
- 2023-06-21 18:35:03下载
- 积分:1