-
on teaching management database
关于教学管理的数据库-on teaching management database
- 2022-08-09 17:47:05下载
- 积分:1
-
arithmetic functions example, an algorithm, the book store all the arithmetic fu...
算法函数实例,算法1,存放了书中所有的算法函数程序以及例子中的主函数程序-arithmetic functions example, an algorithm, the book store all the arithmetic functions procedures and examples of procedures for the main function
- 2023-06-18 02:05:04下载
- 积分:1
-
一个关于二叉树的小实验例子,包括整个的过程文件
一个关于二叉树的小实验例子,包括整个的过程文件-A small experiment on the binary tree example, including the whole process of document
- 2022-01-30 14:09:38下载
- 积分:1
-
Marketing Information System
供销信息查询系统-Marketing Information System
- 2022-03-21 19:26:34下载
- 积分:1
-
ASP+Accesss数据库设备WEB报修
ASP+Accesss数据库设备WEB报修-ASP+ Accesss database equipment repair WEB
- 2022-04-21 00:55:31下载
- 积分:1
-
tree data structure formation and operation of the algorithm
数据结构 之树的生成与操作 算法-tree data structure formation and operation of the algorithm
- 2022-10-23 13:00:03下载
- 积分: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
-
从数据库中读取数据进行图形显示, 需要MSChart OCX。
从数据库中读取数据进行图形显示, 需要MSChart OCX。-Read data from the database for graphical display, the need for MSChart OCX.
- 2022-05-24 14:32:19下载
- 积分:1
-
一个封装好的访问Access数据库的源代码,用VB.NET写的。
一个封装好的访问Access数据库的源代码,用VB.NET写的。-a good visit Access database of source code, written with VB.NET.
- 2023-04-09 16:10:03下载
- 积分:1
-
C语言版本的八皇后问题
要求:在国际象棋的棋盘摆上8个皇后,使得任何两个皇后不在一行,不在一列,同时也不在同一条斜线上。要求找出所有解。
算法思想
利用回溯算法搜索解空间,解分量的值等于解空间的索引(行编号),求出一个解递归调用即可求出所有92种情况。
设计心得:
1、 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-13 19:21:25下载
- 积分:1