-
本程序旨在讲解如何用Delphi创建一个可以在易语言中执行的支持库,并给出了一个实用的汉字取模的易程序, 1.支持库为标准DLL格式,扩展名为fne. 在其中实...
本程序旨在讲解如何用Delphi创建一个可以在易语言中执行的支持库,并给出了一个实用的汉字取模的易程序, 1.支持库为标准DLL格式,扩展名为fne. 在其中实现了移位操作(Delphi7+WinXp通过) 2.在易语言中导入此支持库(复制TaoLibShift.fne)到易语言的LIB目录下,然后才可以执行 [诺亚点阵汉字提取器.e] 3.输出的格式有 ASM和C两种格式,可以直接应用于8x8点阵LED,-This procedure aims to explain how to use Delphi to create a language can be easily implemented to support the library, and gives a practical Chinese modulus of conveyancing, 1. Support library DLL as a standard format, called the expansion of fne. In which the achieved a shift operation (Delphi7+ WinXp through) 2. in language easy to import this support library (copy TaoLibShift.fne) to the easy language LIB directory, and then we can implement [dot characters Noah extractors. e ] 3. Output formats are ASM and C in two formats, can be directly applied to 8x8 dot matrix LED,
- 2022-07-07 21:24:51下载
- 积分:1
-
将GAL的BIN文件反汇编的工具源代码,不能用于非法商业用途。...
将GAL的BIN文件反汇编的工具源代码,不能用于非法商业用途。-The BIN file will GAL disassemble the tool source code, can not be used for illegal commercial use.
- 2022-10-28 16:05:04下载
- 积分:1
-
NT services for the preparation of the template, inside the band has prepared a...
这是一个编写NT服务程序的模板,里面带了一个已编写好的自动关闭程序的小服务,在对付经常占用你机子打游戏的菜鸟是非常好用的-NT services for the preparation of the template, inside the band has prepared a good self-closing procedures of small services, deal with the recurrent use of your loom playing the game as they are very handy! !
- 2022-05-19 13:59:09下载
- 积分:1
-
分布式仿真实例,基于HLA分布式仿真和VC++的佛…
分布式仿真实例,基于HLA和vc++分布式仿真用于航空仿真实例。-Distributed simulation example, based on HLA, and vc++ distributed simulation for aviation simulation example.
- 2022-07-12 07:22:34下载
- 积分:1
-
Windows系统进程查看、结束,内存查看等
Windows系统进程查看、结束,内存查看等-View, the end of the system is running processes, view the system memory usage
- 2022-03-17 14:54:52下载
- 积分:1
-
这是一个报警程序,如果输入的值超过一个值就会触发主板进行报警!...
这是一个报警程序,如果输入的值超过一个值就会触发主板进行报警!-This is a police procedure, if the value of imported more than one value of the Main Board will trigger the alarm!
- 2022-11-20 15:40:03下载
- 积分:1
-
手工加载dll,可以绕过LoadLibrary
手工加载dll,可以绕过LoadLibrary-Manual load dll, can bypass the LoadLibrary
- 2022-09-30 23:40:03下载
- 积分:1
-
工业控制研华板卡VC编程实现DI程序,和ad转换类似的编程,也是提供连接库方式调用...
工业控制研华板卡VC编程实现DI程序,和ad转换类似的编程,也是提供连接库方式调用-Advantech industrial control board VC Programming DI procedures, and a similar ad conversion program, as well as providing means for connecting calls
- 2023-09-03 13:10:03下载
- 积分:1
-
WINDOWS landing platform settings box, CTRL+ ALT+ DEL function key combinations,...
设置WINDOWS平台登陆框,CTRL+ALT+DEL组合键等功能的动态库框架-WINDOWS landing platform settings box, CTRL+ ALT+ DEL function key combinations, such as dynamic database framework
- 2022-02-13 14:25:30下载
- 积分: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