-
示例出列
这是只是一个示例代码 C 为队列。如何创建队列、 输入的队列、 删除队列、 排序和显示
- 2023-07-05 17:20:03下载
- 积分:1
-
教务辅助管理系统利用VB开发的数据库管理系统,里面分学生,教师,教务等等各方面的需求满足学校的教务管理的简单需求!...
教务辅助管理系统利用VB开发的数据库管理系统,里面分学生,教师,教务等等各方面的需求满足学校的教务管理的简单需求!-Senate Assistant Management System Using VB development of the database management system, which, students, teachers, Senate, the areas of the school to meet the needs of the academic management of the simple demand!
- 2022-03-11 21:21:00下载
- 积分:1
-
快餐管理系统
这个快餐管理系统,实现了实际数据库管理功能,能给相关开发的朋友提供很好的借鉴...
快餐管理系统
这个快餐管理系统,实现了实际数据库管理功能,能给相关开发的朋友提供很好的借鉴
-The fast-food fast-food management system management system, the realization of the actual database management functions related to development can provide a very good friend from
- 2022-07-15 19:05:20下载
- 积分:1
-
ADO直接读取数据库的编程实例
ADO直接读取数据库的编程实例-read directly ADO database programming examples
- 2022-03-29 12:09:20下载
- 积分:1
-
SQL 数据库
用VB和matlab混合编程,编写的数据库,数据库包含有删除,添加,修改,插入 及查看等功能,在利用VB和SQL联系起来,由于matlab强大的算法功能,将输入各类数据进行用算后存入数据库。
- 2022-04-18 13:57:17下载
- 积分:1
-
用C语言实现的算法题中的加油问题。
用贪心算法实现的。
用C语言实现的算法题中的加油问题。
用贪心算法实现的。-C language algorithms that the refueling problem. With the greedy algorithm.
- 2022-01-27 18:56:01下载
- 积分:1
-
wce4.0,database,
wce4.0,database,- wce4.0,database
- 2023-04-05 13:20:04下载
- 积分:1
-
平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树....
平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced binary tree, and split two balanced binary tree.
- 2022-02-25 00:21:11下载
- 积分:1
-
哈夫曼树和哈夫曼编码:
从终端输入若干个字符及其对应的整数,将整数作为结点的权值,建立哈夫曼树,然后对各字符进行哈夫曼编码。最后打印哈夫曼树和对应的哈夫曼编...
哈夫曼树和哈夫曼编码:
从终端输入若干个字符及其对应的整数,将整数作为结点的权值,建立哈夫曼树,然后对各字符进行哈夫曼编码。最后打印哈夫曼树和对应的哈夫曼编码。
设计要求:
⑴ 哈夫曼殊和哈夫曼编码的存储表示参考教材事例
⑵ 在程序中构造四个子程序为
① int createhtree(HTree *t) /*根据输入的字符及其权值建立哈夫曼树*/
② void coding(HTree *t, char *code) /*对哈夫曼树进行编码*/
③ void printhtree(HTree *t, int* path) /*中序打印树*/
④ void printcode(HTree *t) /*输出个字符的哈夫曼编码*/
-Huffman tree and the Huffman coding: input from the terminal a number of characters and their corresponding integer, will be an integer as node weights, the establishment of Huffman tree, and then on the characters Huffman. Finally print Huffman tree and the corresponding Huffman. Design requirements: ⑴ Huffman and Huffman coding is that the reference materials storage ⑵ examples constructed in the procedure for the four subroutines ① int createhtree (HTree* t)/* input characters in accordance with its right value the establishment of Huffman tree*/② void coding (HTree* t, char* code)/* Huffman tree to encode*/③ void printhtree (HTree* t, int* path)/* Pri
- 2022-01-22 06:46:42下载
- 积分:1
-
本书是Ford和Topp两位教授于199b年出版的名著Data Structures with C一的第2版,在全球范围内已经有数以万计・的学生从中受益。...
本书是Ford和Topp两位教授于199b年出版的名著Data Structures with C一的第2版,在全球范围内已经有数以万计・的学生从中受益。
作音将C十+语言作为算法描述语言,应用包含规范化的数据结构的标准模板库,集讲述了数组、向量、表、关联树容器,以及集合、映射、堆、哈希表和图等数据结构及其算法,重点讨论了如何高效地存储大型数据集合,涵盖了数据结构初级和高级教程的最新内容。书中各章章前提出学习目标,章后附有丰富的练习题、答案以及书面练习和上机编程练习,指导读者迅速、全面地掌握核心知识点和编程技巧,本书可作为计算机及相关专业数据结构课程的核心教材,对于研发人员,也是一本数据结构与而向对象技术完整结合的全新技术参考用书-err
- 2022-05-15 00:26:23下载
- 积分:1