CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 模板 vc

搜索资源列表

  1. ezMTL-1.02

    0下载:
  2. 矩阵运算的模板类,可在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!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:109.53kb
    • 提供者:吕学刚
  1. SortedSet

    0下载:
  2. 本程序用VC++完成 定义类模板SortedSet (包括方法的实现) ,即元素有序的集合,集合元素的类型和集合元素的最大个数可由使用者确定。要 求该类模板对外提供以下三种操作: insert:加入一个新的元素到合适的位置上,并保证集合元素的值不重复; get:返回比给定值大的最小元素的地址。若不存在,返回-1; del:删除与给定值相等的那个元素,并保持剩余元素的有序性。-the completion of procedures with VC SortedSet clas
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.23kb
    • 提供者:zhangbb
  1. hand_recognization

    1下载:
  2. 手写数字识别之模板匹配法,VC++6.0编写的:)-handwritten figures identifiable template matching method, VC + +6.0 prepared :)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:113.52kb
    • 提供者:zhang
  1. sga_sga

    0下载:
  2. 一个基本遗传算法求函数最大值的程序,在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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.94kb
    • 提供者:李洁薇
  1. module

    0下载:
  2. 西电的VC++课上的几个通用模板,完全是可用的
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.75kb
    • 提供者:zhushuai
  1. matrix

    0下载:
  2. 在数学计算中经常需要用到矩阵运算,本程序提供一个矩阵运算的模板类,有利于在vc环境下进行矩阵运算。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:75.93kb
    • 提供者:wudi
  1. TrackEye_src.zip

    2下载:
  2. 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-04-13
    • 文件大小:2.51mb
    • 提供者:sichuanlu
  1. pso程序的源代码

    1下载:
  2. VC++环境下的粒子群算法源代码,通用模板,需要自行添加目标函数和约束条件-pso
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-06
    • 文件大小:12.69kb
    • 提供者:方芳
  1. VCPPISODATA-Code

    0下载:
  2. 基于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.
  3. 所属分类:STL

    • 发布日期:2017-03-31
    • 文件大小:2.66kb
    • 提供者:徐斌
  1. APyramid

    1下载:
  2. 基于VC++的图像匹配的金字塔算法。输入原始的512*512灰度图像,同时输入模板图像,分别输出图像和模板图像的三层金字塔图像,用来分层匹配;对输入图像利用小波变换分层,并形成三层金字塔,然后对模板图像做同样的处理,然后从顶至下以此对原始图像和模板图像进行匹配,匹配采用简单的对应像素的绝对误差累计来表示。提供测试模式集及其测试结果。-Based on VC++ pyramid algorithm for image matching. Enter the original 512* 512 gr
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-05
    • 文件大小:1.7mb
    • 提供者:xinxin
  1. boost_asio_0_3_7feihuangtengda

    0下载:
  2. VC++ boost STL 增强模板库-boost
  3. 所属分类:STL

    • 发布日期:2017-05-09
    • 文件大小:2.11mb
    • 提供者:aceaddi
  1. TwoList

    0下载:
  2. 两个VC++链表模板类,包括单向链表和双向链表。-Two VC++ template class list, including one-way linked list and doubly linked lists.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:9.13kb
    • 提供者:fish
  1. TwoList

    0下载:
  2. 两个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
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:9.4kb
    • 提供者:madud00025
  1. sort2

    0下载:
  2. 一个基于VC的数组排序算法源码实例,程序中使用了函数指针数组,一共包含四种排序方法:泡沫排序法(bubble)、插入排序法(insertion)、快速排序法(quick)和选择排序法(selection)。在头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 -A sorting algorithm based on an array of source code VC instance, the program uses the function pointer array,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:24.28kb
    • 提供者:madud00087
  1. CDataStruct

    0下载:
  2. 用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
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16.07kb
    • 提供者:tesaff
  1. ezMTL-matrix-alth

    0下载:
  2. 可在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!
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:220.04kb
    • 提供者:lvxg
  1. cPPArray

    0下载:
  2. 数组模板实现 通过VC++6.0编译 供初学者使用 练习编数据结构 -VC++6.0 compiled by an array of templates for beginners to practice compile data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:913byte
    • 提供者:wanxiaoer
搜珍网 www.dssz.com