-
实现Haffman算法,有输入的接口,需输入字符及其权重,能自动生成Haffman编码...
实现Haffman算法,有输入的接口,需输入字符及其权重,能自动生成Haffman编码-achieve Haffman algorithm, the input interface, the need to import characters and weights, can automatically generate code Haffman
- 2022-06-20 08:47:40下载
- 积分:1
-
opencv存储数据结构
资源描述
介绍opencv特有的数据结构cvmat,对了解opencv的存储和读取数组和图片的格式有很大帮助
- 2022-07-24 21:06:18下载
- 积分:1
-
教堂管理系统
使用窗体开发了这个教堂管理系统 (兼容性-视觉工作室 2010 年或以上和水晶报表必须安装在您的系统,这个项目成功运行) 和在后端使用 MS Access 2010 数据库。
- 2023-05-05 15:40:04下载
- 积分:1
-
链表信息
学生信息建立
// 上机实验二.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream.h"
#include "string.h"
struct Student
{
char id[10];
char name[10];
char sex[10];
char grade[10];
char tel[10];
int age;
};
- 2022-02-14 01:40:40下载
- 积分:1
-
一个快速排序算法的实现例子,数据结构课程作业,可作研究学习之用。 包含源文件和详细的开发文档,可方便移植到C等语言平台。...
一个快速排序算法的实现例子,数据结构课程作业,可作研究学习之用。 包含源文件和详细的开发文档,可方便移植到C等语言平台。-a fast algorithm to achieve example, the data structure course work and can be used for research and study purposes. Includes source document and detailed documentation, will facilitate the transplantation of languages such as C platform.
- 2022-04-15 16:19:00下载
- 积分:1
-
数据结构算法实现及解析―配合严蔚敏_吴伟民编著的数据结构(C语言版和C++版)(作者 高一凡)源代码。
本代码含有严蔚敏《数据结构(C语言版)》和《数据结构...
数据结构算法实现及解析―配合严蔚敏_吴伟民编著的数据结构(C语言版和C++版)(作者 高一凡)源代码。
本代码含有严蔚敏《数据结构(C语言版)》和《数据结构(C++版)》两本书全书完整源代码,我在Visual C++、Dev C++、Turbo C、Turbo C++、DJGPP、MinGW上调试通过,正在学习数据结构的同学一定要看啊~对学习相当有帮助-Data Structure and Analysis of Algorithms- Wei-Min Yen with吴伟民_ edited by the data structure (C language and C++ version) (The author is one where high) source code. The code contains Yan Wei-Min " data structure (C language version)" and " data structure (C++ version)," book 2 books full source code at my Visual C++, Dev C++, Turbo C, Turbo C++, DJGPP, MinGW debugging through , is studying data structure must depend on the Student ah ~ there is a considerable help to the study
- 2022-02-25 08:37:43下载
- 积分:1
-
tree traversal of the four, China and Syria, the former sequence after sequence...
树的四种遍历方式,中叙,前序,后序和按层遍历算法,前三个用递归很好实现,最后一个复杂点。-tree traversal of the four, China and Syria, the former sequence after sequence and by layer traversal algorithm, the former three Recursive properly achieved, Finally a complex point.
- 2022-08-17 13:05:30下载
- 积分:1
-
递归算法,很经典的移盘算法源代码,请用vc编译运行。
递归算法,很经典的移盘算法源代码,请用vc编译运行。-Recursive algorithm, it is the classic disk-shift algorithm source code, please use the vc compiler to run.
- 2022-02-22 12:45:50下载
- 积分:1
-
客户管理
一个客户管理的源代码,采用三层式结构设计。-Management of a client
- 2023-08-18 08:20:03下载
- 积分:1
-
bank collecting telephone management system 1.0 describes the use of functional...
银行代收电话管理系统1.0介绍了使用计费功能文档管理整个报文内容有:C16客户姓名、N11电话号码、F7.2市话、F7.2长途话费。信息费F7.2,F7.2 ADSL收费,总成本F8.2对应年份N6,收费状态C(0--未收,1--已收),D收费日期,银行账号N20,备付金名称。
- 2022-09-22 08:15:03下载
- 积分:1