-
关于C++顺序表的一个演示代码。欢迎大家下载!
关于C++顺序表的一个演示代码。欢迎大家下载!-C on the order form a demo code. Welcome to download!
- 2022-03-21 22:04:48下载
- 积分:1
-
这是一个用C编写的小型数据库系统,实现了数据库,实现了表的定义,查找,插入,删除,索引等数据库操作。是一个数据库原型。
这是一个用C编写的小型数据库系统,实现了数据库,实现了表的定义,查找,插入,删除,索引等数据库操作。是一个数据库原型。-This is a small-scale use of C prepared database system, the realization of a database table realize the definition of search, insert, delete, index, such as database operations. Is a prototype database.
- 2022-11-20 10:50:03下载
- 积分:1
-
VC interrogation room monitoring software and removing the crew time, temperatur...
VC 审讯室监控软件,取下位机时间,温度,湿度,并显示-VC interrogation room monitoring software and removing the crew time, temperature, humidity, and show
- 2022-03-16 02:07:37下载
- 积分:1
-
先输入图的各顶点名,再输入图的邻接矩阵从而建立图,并用笛施卡尔,普里姆等三种方法求其最小生成树,...
先输入图的各顶点名,再输入图的邻接矩阵从而建立图,并用笛施卡尔,普里姆等三种方法求其最小生成树,-input vertices of the plan, and plans to import the adjacency matrix thereby establishing map, and use flute Shi Carl prim other three methods for the minimum spanning tree,
- 2022-06-16 23:23:37下载
- 积分:1
-
aplikasi票pesawat
资源描述这是aplikasi简单交易最近的机票pesawat ini杨是语aplikasi INI berbasis控制台,C.。
- 2022-06-27 23:24:19下载
- 积分:1
-
我的练习代码。是一些C++编程技能的实践。
我的练习代码.是一些关于C++编程技巧的练习.-My practice code. Is the number of C++ Programming skills practice.
- 2023-04-05 12:20:03下载
- 积分:1
-
This is a topological sorting example, the data structure of the students will h...
这是一个拓扑排序的例子,对学数据结构的同学有很大帮助!-This is a topological sorting example, the data structure of the students will have a great help!
- 2023-02-20 18:40:03下载
- 积分:1
-
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
//...
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
// abcba 满足条件
// abcbc 不满足条件
//输入:n p
//输出:所有满足条件的字串及总数-recursive template Problem description : n generation length of the string and its 26 characters from the English alphabet before p (p 26) 000 1984 letter, makes no adjacent sequences equivalent. For example, p = 3, n = 5 :// abcba meet the conditions// abcbc not satisfied conditions// input : n p// output : to satisfy all the conditions and the total number of strings
- 2023-04-22 22:30:03下载
- 积分:1
-
fast Fourier transform coding, the two
快速傅立叶变换的编码,基二的按时间抽取方法实现,包含完整的源代码和测试程序,在里面重载了许多符号-fast Fourier transform coding, the two-time extraction method. includes complete source code and testing procedures, which in many symbols Heavy
- 2023-09-03 18:10:02下载
- 积分:1
-
词法分析器
这是关于编程语言和翻译方法的源代码。词法分析器,认识到有效的字符串。 第 1 步编写编译器。
- 2022-08-25 11:11:28下载
- 积分:1