-
二叉树实例
二叉树是重要的数据结构,在其它数据结构的学习当中是基础环节。其他树形结构与二叉树在本质上都有一定的相似。而遍历是树形结构的重要算法。好的遍历算法效率高稳定性强。C++实现的二叉树。
- 2022-06-18 01:48:26下载
- 积分:1
-
火车售票系统
用链表实现了火车票信息以及火车经停站等信息。实现了链表中嵌套链表的功能,即利用两个链表存储火车信息,并且能够进行修改删除添加等基本功能。
- 2023-02-16 00:45:04下载
- 积分:1
-
一个仿access的可用于嵌入式的数据库软件源码
一个仿access的可用于嵌入式的数据库软件源码,可编辑生成一个小的数据库文件,这个文件可用于嵌入式系统访问。
- 2022-05-25 10:06:50下载
- 积分:1
-
MyDB 是一个小型、 快速、查询方便的桌面数据库。
适用于Visual C++、Visual Basic、Delphi等开发者。
只有一个DLL(1...
MyDB 是一个小型、 快速、查询方便的桌面数据库。
适用于Visual C++、Visual Basic、Delphi等开发者。
只有一个DLL(188KB),所有数据以自己的格式存
在一个普通文件中,无需Dao、Ado、BDE等支持。
也无须任何安装和设置。特别适合开发那些数据量
不是很大,无需复杂查询,又不想安装Dao等一大堆
DLL,OCX的绿色软件。而且数据安全性好,
无法轻易打开!-MyDB is a small, fast and convenient desktop database query. Applies to Visual C++, Visual Basic, Delphi and other developers. There is only one DLL (188KB), all data in their own format, there is a general document, without Dao, Ado, BDE and other support. Also without any installation and settings. Particularly suitable for the development of those who is not a big amount of data without the complexity of inquiries, but also do not want to install a lot of Dao, such as DLL, OCX green software. And data security, and can not be easily opened!
- 2022-04-20 16:06:25下载
- 积分:1
-
ADO dynamic link with various heterogeneous database query data generation inser...
用ADO 动态连接各种异构数据库查询数据生成sql插入insert语句。-ADO dynamic link with various heterogeneous database query data generation insert insert sql statement.
- 2023-03-16 02:10:03下载
- 积分:1
-
importation of a formula, the formula to judge whether the matching brackets suc...
输入一个式子,判断式子中的括号是否配对成功-importation of a formula, the formula to judge whether the matching brackets success
- 2023-06-20 05:45:03下载
- 积分:1
-
Directly into the algorithm
直接插入算法Directly into the algorithm-Directly into the algorithm
- 2022-01-25 22:09:39下载
- 积分:1
-
哈夫曼树的c++实现
实验说明
实验所用英文文本为 /HaffmanfT 下的a.txt文件,原文为:
South Korea’s top court ruled on Thursday that Japan’s Mitsubishi Heavy Industries Ltd must compensate 28 South Koreans for their forced labor during World War Two, a ruling that drew an immediate rebuke from Tokyo.
The decision echoed the Supreme Court’s landmark verdict last month that ruled in favor of South Koreans seeking compensation from Japan’s Nippon Steel & Sumitomo Metal Corp. for their wartime forced labor.
The court upheld a 2013 appeals court decision that Mitsubishi must pay 80 million won ($71,000) to each of the 23 plaintiffs in compensation.
In a separate
- 2023-04-18 18:05:04下载
- 积分:1
-
统计两个序列中的逆序对。经典的分治法,采用归并排序的框架实现。...
统计两个序列中的逆序对。经典的分治法,采用归并排序的框架实现。-Counting reverse pairs
- 2023-07-21 15:30:02下载
- 积分:1
-
本算法实现的是对两个单字符串的扫描,找出其最长公共子序列。...
本算法实现的是对两个单字符串的扫描,找出其最长公共子序列。-the algorithm to achieve the two-string scan, identify its longest public sequences.
- 2022-08-26 09:11:28下载
- 积分:1