-
使用数据库的VC编程实现,一个简单的DEMO
使用数据库的VC编程实现,一个简单的DEMO-use of the VC database programming, a simple DEMO
- 2023-09-01 01:05:03下载
- 积分:1
-
1 can be applied to the case, but the database operations are not complicated. W...
一个可以应用的案例,但是数据库操作不复杂。其中全面地涵盖了所有常用数据库操作。-1 can be applied to the case, but the database operations are not complicated. Which comprehensively covers all common database operations.
- 2022-05-13 21:33:18下载
- 积分:1
-
源树,树结构,删除,插入,相当于搜索…
源树b,b树结构,删除,插入,相当于搜索,搜索功能的范围
- 2023-04-24 08:25:02下载
- 积分:1
-
《Visual C++.NET数据库开发经典案例解析镜像光盘》随书光盘代码。...
《Visual C++.NET数据库开发经典案例解析镜像光盘》随书光盘代码。-visual c++.net
- 2022-07-04 20:26:56下载
- 积分:1
-
处理语料库信息的小程序
处理语料库信息的小程序-Corpus information handling procedures small
- 2022-08-16 23:18:45下载
- 积分:1
-
network message boards No. 2004 v1.0
睿网留言版 2004 v1.0-network message boards No. 2004 v1.0
- 2022-03-01 13:59:50下载
- 积分: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
-
基于数据库的编成,程序是模块化的编写,利用摁钮实现对话框的调用。数据库是SQL...
基于数据库的编成,程序是模块化的编写,利用摁钮实现对话框的调用。数据库是SQL-based on the composition of the database, the procedure is the preparation of modular, using pressed the button to achieve box call. The database is SQL
- 2022-05-30 07:09:08下载
- 积分:1
-
一 . 需求分析:
1) 输入形式和输入值范围:
输入形式是某集体的“人名”,输入的是人名的拼音,而且字符长度不超过19。
2) 输出形式:...
一 . 需求分析:
1) 输入形式和输入值范围:
输入形式是某集体的“人名”,输入的是人名的拼音,而且字符长度不超过19。
2) 输出形式:
输出相应的“人名”哈希表,并实现查找的功能,且平均查找长度不超R.
3) 程序所能达到的功能:
利用哈希函数对“人名”拼音做编码,建立哈希表。并实现查找的功能,且平均查找长度不超R。
4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果)
测试输入是不是有效的。进行条件判断,实现错误处理。
如果输入是正确的话,就会按程序的5个功能一步步建立起哈希表、查看哈希表、哈希表的查找。否则用函数MessageBox提示错误。然后进行更正。
二 . 概要设计:
1) 哈希表的特点
a) 据哈希函数和处理冲突的方法将一组关键字映像到一个有限的区间上
b) 以关键字在地址集中的“像”作为记录在表中的存储位置
c) 不经过任何比较,一次存取便能得到所查记录
- 2022-03-24 15:33:14下载
- 积分:1
-
用C++开发餐馆导航系统
C++控制台程序,在不知道城市方位的情况下对某个城市的餐馆和小吃店进行导航定位。使用链表数据结构,采用继承的方式进行类的编写实现餐馆导航。
- 2022-01-24 16:09:06下载
- 积分:1