-
Visual C++和matlab联合编程的详细代码
Visual C++和matlab联合编程的详细代码-Visual C++ And joint programming in detail matlab code
- 2022-07-08 05:15:49下载
- 积分:1
-
一个不错的词汇法分析程序,用了就会知道他好的,很容易就可以弄清词汇法分析的安排...
一个不错的词汇法分析程序,用了就会知道他好的,很容易就可以弄清词汇法分析的安排-a good vocabulary analysis procedures, with the good will he know, it is very easy to understand vocabulary analysis of the arrangements
- 2022-02-05 20:47:53下载
- 积分:1
-
该程序会自动获取当前系统中的WMI信息并自动给出每一类WMI的VB使用代码...
该程序会自动获取当前系统中的WMI信息并自动给出每一类WMI的VB使用代码-The program will automatically obtain the current system of WMI information and automatically given each type of WMI using the VB code
- 2022-02-06 19:04:04下载
- 积分:1
-
这是一个通过发送虚拟键盘控制其它程序的例子,比如控制powerpoint的切换等操作。是遥控程序的一个典型例子...
这是一个通过发送虚拟键盘控制其它程序的例子,比如控制powerpoint的切换等操作。是遥控程序的一个典型例子-This is a virtual keyboard by sending control procedures other examples, such as the switching control powerpoint operational. Remote procedure is a typical example of
- 2023-07-28 20:40:03下载
- 积分:1
-
2010年vweb win2000驱动源代码
vweb 2010 win2000 Driver Sourcecode
- 2023-08-26 04:45:03下载
- 积分:1
-
修改文件的创建时间。可以有效的利用。它在编程中可大大减少你的时间。...
修改文件的创建时间。可以有效的利用。它在编程中可大大减少你的时间。-To modify the file creation time. Can effectively use. It can greatly reduce programming time for you.
- 2022-01-21 21:45:14下载
- 积分:1
-
得到CPU信息的程序.不过好像不准.
得到CPU信息的程序.不过好像不准.-Program which obtains CPU information, But it seems not so accuracy.
- 2022-01-21 00:40:15下载
- 积分:1
-
在Linux / Unix用户访问信息,登录验证。
在linux/unix下访问用户信息,登录验证。-in linux/unix users accessing information, login verification.
- 2022-09-26 09:50:04下载
- 积分:1
-
一个wh_shell钩子程序,具体功能是使用管理应用…
一个WH_SHELL的钩子程序,具体功能是管理应用程序的使用。在使用应用程序之前可以控制其启动和关闭。包含三个文件夹,HookDLL文件夹是全局钩子dll,HookServer文件夹是一个应用程序控制程序,ProgamControl文件夹是delphi编写的应用程序编辑器。-A WH_SHELL the hook procedure, the specific function is to use management application. In the use of applications can be controlled prior to its start-up and shut down. Contains three folders, HookDLL folder is a global hook dll, HookServer folder is an application process control procedures, ProgamControl folder is prepared applications delphi editor.
- 2022-08-21 03:27:49下载
- 积分: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