-
哈夫曼树编码
资源描述将字符串转化为哈夫曼编码,也能将哈夫曼编码转化为字符
- 2022-11-26 08:10:13下载
- 积分:1
-
简单的记账软件
用VC6 MFC开发的记账软件。记账数据保存在Access数据库,是新手入门的好素材。软件功能包括记账内容查询统计,账目记录、修改、删除等。
- 2022-02-03 12:40:19下载
- 积分:1
-
simulated people Maze, the main general operating procedures, data structure
模拟人走迷宫,主要实现一般操作的程序,数据结构-simulated people Maze, the main general operating procedures, data structure
- 2022-02-01 07:13:55下载
- 积分:1
-
数据结构课程设计,求无向网最短路径,利用c++6.0编程环境
数据结构课程设计,求无向网最短路径,利用c++6.0编程环境-data structure curriculum design, without seeking the shortest path to the net, using c 6.0 programming environment
- 2022-03-21 10:39:41下载
- 积分:1
-
作业练习题 你们
作业练习题 你们-workbooks that you s
- 2022-08-11 13:02:55下载
- 积分:1
-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
vfp编写的简单计数器.可以轻松实现计数,清零等功能
vfp编写的简单计数器.可以轻松实现计数,清零等功能 -Probe preparation of simple counters. Easily count, reset function
- 2022-05-28 13:33:24下载
- 积分:1
-
数据结构常用算法:平衡二叉排序树的综合操作
全部程序代码,在C环境编译通过。...
数据结构常用算法:平衡二叉排序树的综合操作
全部程序代码,在C环境编译通过。-algorithm commonly used data structures : a balanced binary sort tree all integrated operation code, the C compiler through the environment.
- 2022-01-31 18:19:18下载
- 积分:1
-
《产品进销存管理系统的设计与实现》数据结构课设
产品进销存管理系统的设计与实现
内容:针对某一种行业的库房的产品进销存情况进行管理
要求:
(一)采用一定的存储结构对库房的货品及数量进行分类管理
(二)可以进行产品类的添加、产品的添加以及产品数量的添加
(三)能够查询库房每种产品的总量、进货的日期、销出数量、销售时间等
- 2022-04-12 03:37:00下载
- 积分:1
-
个人通讯录信息管理系统
个人通讯录信息管理系统 -personal address book information management systems for personal address book information management system
- 2022-03-18 04:45:32下载
- 积分:1