搜索资源列表
ezMTL-1.02
- 矩阵运算的模板类,可在VC编程时更加方便的使用矩阵。我在我的课题中就使用它进行了很多矩阵运算,推荐下载!-matrix calculation template category, the VC program more convenient to use the matrix. I am in my topics on the use of it for a lot of matrix operations and recommend downloading!
SortedSet
- 本程序用VC++完成 定义类模板SortedSet (包括方法的实现) ,即元素有序的集合,集合元素的类型和集合元素的最大个数可由使用者确定。要 求该类模板对外提供以下三种操作: insert:加入一个新的元素到合适的位置上,并保证集合元素的值不重复; get:返回比给定值大的最小元素的地址。若不存在,返回-1; del:删除与给定值相等的那个元素,并保持剩余元素的有序性。-the completion of procedures with VC SortedSet clas
hand_recognization
- 手写数字识别之模板匹配法,VC++6.0编写的:)-handwritten figures identifiable template matching method, VC + +6.0 prepared :)
sga_sga
- 一个基本遗传算法求函数最大值的程序,在Vc中运行结果很好,有详细的代码注释,可以做为模板使用。 sag_sag.c-a basic function of genetic algorithms for maximum procedures, the Vc running good results, a detailed source notes, can be used as a template. Sag_sag.c
module
- 西电的VC++课上的几个通用模板,完全是可用的
matrix
- 在数学计算中经常需要用到矩阵运算,本程序提供一个矩阵运算的模板类,有利于在vc环境下进行矩阵运算。
TrackEye_src.zip
- 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
pso程序的源代码
- VC++环境下的粒子群算法源代码,通用模板,需要自行添加目标函数和约束条件-pso
VCPPISODATA-Code
- 基于VC++的ISODATA算法代码 本例基于VC++环境,使用了STL模板容器实现了ISODATA算法,简单易用。 -Based on VC++ ISODATA algorithm code cases based on VC++ environment, the use of the STL template container to achieve the ISODATA algorithm, easy to use.
APyramid
- 基于VC++的图像匹配的金字塔算法。输入原始的512*512灰度图像,同时输入模板图像,分别输出图像和模板图像的三层金字塔图像,用来分层匹配;对输入图像利用小波变换分层,并形成三层金字塔,然后对模板图像做同样的处理,然后从顶至下以此对原始图像和模板图像进行匹配,匹配采用简单的对应像素的绝对误差累计来表示。提供测试模式集及其测试结果。-Based on VC++ pyramid algorithm for image matching. Enter the original 512* 512 gr
boost_asio_0_3_7feihuangtengda
- VC++ boost STL 增强模板库-boost
TwoList
- 两个VC++链表模板类,包括单向链表和双向链表。-Two VC++ template class list, including one-way linked list and doubly linked lists.
TwoList
- 两个VC++链表模板类,一个是单向链表,一个是多向链表,用法在main()函数中都有说明,对初学者应该有帮助 -Two VC++ template class list, a one-way linked list, one more to the list, use the main () function has instructions for beginners should help to illustrate the principle, as well as code samp
sort2
- 一个基于VC的数组排序算法源码实例,程序中使用了函数指针数组,一共包含四种排序方法:泡沫排序法(bubble)、插入排序法(insertion)、快速排序法(quick)和选择排序法(selection)。在头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 -A sorting algorithm based on an array of source code VC instance, the program uses the function pointer array,
CDataStruct
- 用VC实现的数据结构模板类 包括数组,普通链表,双向循环链表,哈希表,二叉搜索树,AVL 树-With VC data structure includes an array of template class, general list, two-way circular linked lists, hash tables, binary search trees, AVL trees
ezMTL-matrix-alth
- 可在VC编程时方便使用的矩阵运算的模板类,可使用它进行很多矩阵运算,并且有详细的使用例子代码,推荐下载!-The VC program to facilitate the use of matrix operations template class can use it for a lot of matrix operations, and detailed examples of the use of the code to download!
cPPArray
- 数组模板实现 通过VC++6.0编译 供初学者使用 练习编数据结构 -VC++6.0 compiled by an array of templates for beginners to practice compile data structure