-
资源管理器,它可以管理你的电脑中的各个盘和文件.
资源管理器,它可以管理你的电脑中的各个盘和文件.-Resource Manager, which can manage your computer all disk and documents.
- 2022-03-14 13:56:38下载
- 积分:1
-
BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模...
BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。
-BM algorithm is a better pattern matching algorithm. General, if we do not consider the length of pattern, a time complexity O (n) algorithm should be optimal, but the fact is not the case. BM algorithm can achieve higher efficiency of pattern matching. Analysis and experiments, BM-matching algorithm for those relatively large character set, and the mode string of characters appearing in less time, the efficiency of the fastest. Moreover, consider the KMP matching optimization, you can match the combination of KMP and BM match, and further improve efficiency.
- 2023-01-27 01:15:04下载
- 积分:1
-
蚁群优化算法来求解 tsp 问题
ACOpt是一个程序演示的蚁群优化旅行商问题(TSP)的优化过程。城市显示为红色圆圈,它们
之间的灰色线条的连接(完全连接图)的信息素。在灰色暗,越信息素是目前的优势。在优化中,
目前发现的最好的巡演画为红色。要运行的优化,首先创建一个随机TSP,然后创建一个蚁群,最后运行优化。
- 2022-01-27 12:39:16下载
- 积分:1
-
Based on the data center plug, an application example for the U.S. reference
基于插件的数据中心,一个应用实例,供大家参考-Based on the data center plug, an application example for the U.S. reference
- 2023-04-08 11:55:03下载
- 积分:1
-
multithreaded Principle, delphi, with a note of the specific examples of multi
多线程的实现原理,在delphi中,用一个实例具体说明了多线程的过程。-multithreaded Principle, delphi, with a note of the specific examples of multi-threaded process.
- 2022-01-26 02:45:57下载
- 积分:1
-
VC写的一个光驱控制程序 有VC源代码
VC写的一个光驱控制程序 有VC源代码-VC to write a CD-ROM control procedures have VC source code
- 2022-07-08 20:33:12下载
- 积分:1
-
windows的核心编程丛书,详细讲述windows的机理,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序...
windows的核心编程丛书,详细讲述windows的机理,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。
-the core of windows programming books describe in detail the mechanism of windows, a comprehensive and systematic introduction to a variety of Windows, the basic components, such as process, thread, DLL, and memory management, and lists a large number of applications, insightful analysis of the components use, in order to master the Windows programming techniques provides an effective shortcut. For the different levels of Windows programmers, this book has an excellent reference value.
- 2022-07-15 16:09:12下载
- 积分:1
-
设计、编制并调试一个词法分析程序
输入所给文法的源程序字符串
输出二元组(syn,token或sum)构成的序列...
设计、编制并调试一个词法分析程序
输入所给文法的源程序字符串
输出二元组(syn,token或sum)构成的序列-Design, preparation and testing procedures for the importation of a lexical analysis of the grammar of the source string to the output of the dual group (syn, token or sum) of the sequence composition
- 2023-08-13 03:40:03下载
- 积分:1
-
Procs.dll combines the process/module related toolhelp and psapi API s to one se...
Procs.dll combines the process/module related toolhelp and psapi API s to one set of functions.
So you don t need to handle Win9x/ME and NT different anymore.-Procs.dll combines the process/module related toolhelp and psapi API s to one set of functions.
So you don t need to handle Win9x/ME and NT different anymore.
- 2022-03-21 15:54:07下载
- 积分:1
-
将YYYY
将YYYY-MM-DD HH-MM-SS的日期转化为自1900年01月01日00分00秒开始的秒数-will YYYY-MM- DD HH-MM-SS into the date from January 1900 01 Japan 00 minutes 00 seconds of the start seconds
- 2023-06-06 16:15:03下载
- 积分:1