资源列表
MyDIP
- MyDIP C++图像处理程序源代码,实现图片灰度处理、图像缩放、图像变换、图像边缘与轮廓的相关处理等。关于源码内的Template()函数:作用是用指定的模板(任意大小)来对图像进行操作,参数iTempH指定模板 * 的高度,参数iTempW指定模板的宽度,参数iTempMX和iTempMY指定模板的中心 * 元素坐标,参数fpArray指定模板元素,fCoef指定系数。 关于PrewittDIB()函数:作用是用Prewitt边缘检测算子对图像进行边缘检测运
ModifyMemory
- VC++ 6.0 SP6编写的windows内存修改器,支持1、2、4、8字节整型、单精度浮点型、双精度浮点型、UNICODE以及ACSII字符搜索。搜索模式支持等于、大于、小于、两者之间、增大、减孝变化模式。另外还支持系列其他功能。 网上的许多内存修改器,开源的不多。现将程序及源码附上,仅供学习参考,实不敢说实用性有多强,即使我也用来修改过CS(Counter-Strike)的血量。-VC++ 6.0 SP6 prepared to modify windows memory, su
VCinternetcheck
- ASP+VC.NET实现基本的网络验证程序,目前很多软件都是通过网络验证来实现的,一种比较流行的方式便是把服务器端(如验证网页)放在服务器上,软件为客户端,当软件注册或启动时通过网络与服务器端进行数据交换,重新实现验证的目的。 另:用户需要根据服务端的实际网址修改对应代码,如更改为:m_strSvrURL=(_T("http://127.0.0.1/softreg/getinfo.asp"-ASP+ VC.NET basic network authentication process
VCtimer
- VC 写的定时器 计数器示例程序,定时器响应函数(在SetTimer()函数的最后一个参数可以指定一个回调函数,没有指定时采用默认的回调函数OnTimer()),变量声明必须在“{}”中。如图所示的例子中,左侧为定时器,右侧为计数器,点击相应的控制按钮可测试对应功能。-VC wrote timer counter sample program, the timer response function (in SetTimer () function is the last parameter c
altoutlookbar
- VC++实现左边抽屉窗口类,可用作界面设计,是个支持多级分类的菜单,源码包内附有调用例子,最终效果是左边抽屉窗口,右边是视图,在很多软件中用到这种界面,我想对大家设计VC窗体界面是有帮助的。-VC++ implementation on the left drawer window class can be used as interface design, is a multi-level classification of the menu, source package enclosing
BackgroundDetection
- opencv环境下用visual studio帧间差法实现背景检测-Background frame difference method to achieve detection
CPP_ExceptionHandling
- 一个专门处理异常的类和例子,功能强大,必要位置全都记有日志。-A special exception classes and examples. Function is very powerful.The necessary position all logged.
Expression-evaluation
- 数据结构实验之一,多项式相乘相加功能的实现,按指数逆序输出结果。-One of the experimental data structure, polynomial function multiplies the sum realized, according to the index reverse output.
LRU
- LRU page replacement algorithm - Least recently used - uses incrementing input
clock
- Clock paging replacement algorithm - reads from a txt file for easy use and utility
opt
- Optimal type of paging algorithm and paging replacement
ui
- U I that combines all the basic reading and writing functions of a paging algorithm
