-
又一个监视文件存取的程序,是图形界面的
又一个监视文件存取的程序,是图形界面的 -Another app for monitoring files access, with UI
- 2023-08-29 01:20:04下载
- 积分:1
-
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}...
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01} --> "C8329BFD0E01"
// pSrc: 源数据指针
// pDst: 目标字符串指针
// nSrcLength: 源数据长度
// 返回: 目标字符串长度-字节数据转换为可打印字符串
- 2022-03-06 12:41:32下载
- 积分: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
-
一个很好的反rootkit例子,终止其运用或替换 重要system dlls.
一个很好的反rootkit例子,终止其运用或替换 重要system dlls.-A good example of anti-rootkit, to terminate the use or replacement of important system dlls.
- 2022-06-28 05:25:55下载
- 积分:1
-
获取计算机的配置
获取计算机的配置-access computer configuration
- 2022-01-25 19:38:52下载
- 积分:1
-
判断磁盘簇大小CodeGuru Determining Cluster Size
判断磁盘簇大小CodeGuru Determining Cluster Size-Determine the disk cluster size CodeGuru Determining Cluster Size
- 2022-03-24 00:58:55下载
- 积分:1
-
Partition the first partition in the operating system file storage space for the...
分区分配 在 操作系统文件存储 先分区 再分配空间-Partition the first partition in the operating system file storage space for the redistribution of
- 2022-08-02 17:02:42下载
- 积分:1
-
浮点运算异常(如被除0)的捕获
浮点运算异常(如被除0)的捕获-capture of float operation exception (eg: divided by zero)
- 2023-03-11 12:40:04下载
- 积分:1
-
windows shell programming
windows shell programming-demonstrate the function of shell extension
- 2022-06-20 15:08:04下载
- 积分:1
-
实现了加减乘除基本功能,并且实现了角度弧度转换功能,三角函数等....
实现了加减乘除基本功能,并且实现了角度弧度转换功能,三角函数等.-Realize the basic functions of addition and subtraction multiplication and division, and realize the point of curvature of the conversion functions, trigonometric functions and so on.
- 2022-11-08 02:20:03下载
- 积分:1