-
数据结构典型算法实现,c实现二叉树的遍历以及赫夫曼编码
数据结构典型算法实现,c实现二叉树的遍历以及赫夫曼编码-data structure typical algorithm, c achieve the traversal of a binary tree Huffman coding
- 2022-05-08 12:13:08下载
- 积分:1
-
数据结构中排序的实例分析,可供有兴趣的朋友参考学习
数据结构中排序的实例分析,可供有兴趣的朋友参考学习-Sort of data structure example of analysis, available to interested friends refer to learning
- 2023-04-12 23:20:02下载
- 积分:1
-
考勤系统
系统功能简介
针对原考勤系统存在的缺点,新系统开发具有如下功能:
1. 支持CTR-2000II 和 ID-AS2000两种电脑考勤仪,且卡号为5位;
2. 工号最在长度为10位,实际使用长度可由用户自已决定;
3. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-11 08:36:15下载
- 积分:1
-
vfp的界面,系统登陆时的表单。(压缩文件)
vfp的界面,系统登陆时的表单。(压缩文件)-Probe interface, the system of landing form. (Compressed files)
- 2022-06-15 20:37:15下载
- 积分:1
-
最小生成树问题
若要在n个城市之间建设通信网络,只需要架设n...
最小生成树问题
若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。
(1)利用克鲁斯卡尔算法求网的最小生成树。
(2)实现教科书6.5节中定义的抽象树类型 MFSet。以此表示构造生成树过程中的连通分量。
(3)以文本形式输出生成树中各条边以及他们的权值。
-minimum spanning tree problem to the n-city building communications networks needed to put up only n-1 lines can be. How the lowest economic cost of building the communications network, the network is a minimum spanning tree problem. (1) using Kelushikaer network algorithm for the minimum spanning tree. (2) to achieve 6.5 textbook definition of the abstract tree types MFSet. Spanning Tree Construction said this process of connectivity components. (3) the form of text output spanning trees and the edge of their weights.
- 2023-06-26 07:25:03下载
- 积分:1
-
在数据结构中编程实现表达式求值算法(加减乘除)
在数据结构中编程实现表达式求值算法(加减乘除)-Structure in the data evaluated the expression programming algorithm (calculation)
- 2022-07-13 14:31:46下载
- 积分:1
-
银行业的应用
正常的银行应用程序在C + +语言实现。MySQL数据库的使用。通过使用mysqlconnector C++程序与MySQL数据库的连接。这里的数据库命名为“银行”。一个表使用的是名为“user_account在账户信息的用户存储。在这个程序中执行的操作是创建新的帐户,显示帐户细节,存款金额,取款金额,余额查询,关闭帐户,修改帐户。程序应该用以下命令在终端编译。sudo g++ -Wall -I/usr/include/cppconn -o testapp banking_application.cpp -L/usr/lib -lmysqlcppconn一个可执行文件命名为testapp将被创建。运行它通过使用命令“/ testapp”。
- 2022-08-08 23:53:23下载
- 积分:1
-
用C++语言实现的八数码问题,A*算法。
用C++语言实现的八数码问题,A*算法。-With C++ Language realize eight digital problem, A* algorithm.
- 2022-03-20 04:02:18下载
- 积分:1
-
数据结构程序(顺序表 单链表 栈 队列 串 数组)
自己写的一些简单的数据结构代码 包括了顺序表 单链表 栈 队列 串 数组 树 和 图还没写 写完再发
- 2022-09-07 17:30:03下载
- 积分:1
-
快速SQL交互工具
快速SQL交互工具-rapid interactive SQL tools
- 2022-01-24 18:15:12下载
- 积分:1