-
倍增法构建后缀数组 求最大重复子串的C程序
倍增法构建后缀数组 求最大重复子串的C程序-Constructing the suffix array multiplication seeking to repeat the largest sub-string C-program
- 2022-03-18 11:29:48下载
- 积分:1
-
oledb的例子,在pda上好用
oledb的例子,在pda上好用-connectivity example, pda on Easy
- 2022-05-25 11:37:38下载
- 积分:1
-
彩电故障信息共享系统
本程序使用Visual C++6.0编程制作信息共享系统,实现信息管理共享的自动化。由此实现了信息的增加、删除、修改、查看等功能,并且...
彩电故障信息共享系统
本程序使用Visual C++6.0编程制作信息共享系统,实现信息管理共享的自动化。由此实现了信息的增加、删除、修改、查看等功能,并且进而实现信息的安全管理,使信息的管理更加人性化,规范化。从而提高故障排除效率,提高信息利用率,有助于进一步提高了生产效率。-TV fault information sharing system of the present procedures using Visual C 6.0 programming produced information sharing system, Sharing information management automation. This realization of the information to add, delete, modify, check, and other functions, and thereby achieve information security management, information management more humane and standardized. Improve troubleshooting efficiency, improve utilization of information and help further enhance the efficiency of production.
- 2022-12-10 18:10:03下载
- 积分:1
-
是一个介绍常用算法的课件,如贪心算法,规划算法等,试一下吧...
是一个介绍常用算法的课件,如贪心算法,规划算法等,试一下吧-Is a commonly used method to introduce the courseware, such as the greedy algorithm, planning algorithms and so on, try it
- 2022-07-08 08:42:03下载
- 积分:1
-
数据结构示例。适用于对数据结构有一定基础的人研究练习
数据结构示例。适用于对数据结构有一定基础的人研究练习-Examples of data structure. Data structure suitable for a certain practice-based studies
- 2022-01-25 17:15:49下载
- 积分:1
-
电脑设备管理系统,基于ASP开发,功能包括仓存、外发、回收、报废等管理...
电脑设备管理系统,基于ASP开发,功能包括仓存、外发、回收、报废等管理-Computer equipment management system, based on the ASP development, functions including warehousing, outsourcing, recovery, end-of-life management
- 2022-01-28 22:39:21下载
- 积分:1
-
demonstration algorithm data structure
数据结构算法演示-demonstration algorithm data structure
- 2022-03-01 21:59:51下载
- 积分:1
-
数据结构c++版程序
数据结构c++版程序-data structure c editions
- 2022-01-26 03:38:31下载
- 积分:1
-
train reservation in visual basic
train reservation in visual basic
- 2023-03-07 00:50:04下载
- 积分:1
-
Queue Using Linklist
当使用数组实现队列时,它们只对有限的数据量起作用,即需要指定数据量早一点。排队当程序员不知道需要多少数据或需要处理多少数据时,这是没有好处的。由于链表实现的队列可以处理无限个值,因此采用链表数据结构实现了队列数据结构。这意味着,使用链表的队列可以处理可变大小的数据。使用链表实现的队列可以组织任意多的数据值。 ;
- 2022-02-25 07:33:09下载
- 积分:1