-
c算法的一些应用,以帮助大家可以更好的理解C 和VC
c算法的一些应用,以帮助大家可以更好的理解C 和VC-c算法的一些应用
- 2022-11-24 00:10:04下载
- 积分:1
-
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表...
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the implementation of specific orders. But the presence of memory how to be executed? Generally, the memory presence procedures are revised BIOS or DOS systems to scale interruption to achieve. For example, changes to the set-16H location of the interrupt (the keyboard interrupt reception of keys, DOS, press the button, the suspension will be called), let me point to the procedure, if time was pressing the button, I was the implementation of the procedures.
- 2022-03-07 21:10:22下载
- 积分:1
-
基于MFC+opencv的字符识别程序
本工程是在Windows下基于VS2010和opencv2.4.9开发的MFC程序,利用模板匹配,Hu矩匹配的方式实现了字符识别
- 2022-03-22 04:42:25下载
- 积分:1
-
vc++编程技巧.rar很经典的书籍,希望能喜欢
vc++编程技巧.rar很经典的书籍,希望能喜欢-vc programming skills. Rar classic books, like hope
- 2022-03-10 07:10:04下载
- 积分:1
-
机器翻译,优化机器翻译,看代码能看懂的,自己去
机器翻译,优化机器翻译,看代码能看懂的,自己去-Machine translation, optimization of machine translation, look at the code can read and own
- 2023-05-11 02:40:03下载
- 积分:1
-
获得本机ip地址,网络编程
获得本机ip地址,网络编程-to this machine ip address, Network Programming
- 2022-02-21 05:18:19下载
- 积分:1
-
满足ASP进行指纹应用的的源码,可在用ASP开发语言开发的应用中进行指纹应用整合,包括指纹注册、验证等...
满足ASP进行指纹应用的的源码,可在用ASP开发语言开发的应用中进行指纹应用整合,包括指纹注册、验证等-meet fingerprint application source code, ASP can be used in the development of language development for the application of fingerprint application integration, including fingerprints registration, certification, etc.
- 2022-06-26 12:41:49下载
- 积分:1
-
这里提供了一个关于基于Active X 基础上的计算器程序
这里提供了一个关于基于Active X 基础上的计算器程序-Here is a project on Active X-based calculator program on the basis of
- 2023-02-25 16:00:03下载
- 积分:1
-
程序说明一个用C语言编写制作的菜单程序
程序说明一个用C语言编写制作的菜单程序 -C language description of the procedures to compile and make available a menu of programs
- 2022-03-18 06:46:21下载
- 积分:1
-
屏幕放大镜,运行这个程序之后,当光标在屏幕上移动时,光标位置附近的图像会放大显示在程序窗口中。支持以不同的比例放大图像。利用Windows API函数,同时还使...
屏幕放大镜,运行这个程序之后,当光标在屏幕上移动时,光标位置附近的图像会放大显示在程序窗口中。支持以不同的比例放大图像。利用Windows API函数,同时还使用了API对INI 文件进行操作。 -Screen magnifier, run this program later, when the cursor moves on the screen, the cursor near the position of the image will be displayed in the program window to enlarge. Support the scaling up of different images. The use of Windows API functions, but also use the API to the INI file to operate.
- 2022-10-14 01:40:03下载
- 积分:1