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

搜索资源列表

  1. EEPROM_ok

    0下载:
  2. STC89C52 EEPROM的编程模板,及本个一个验证通过程序.-STC89C52 EEPROM programming template, and this one out through the certification process.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5011
    • 提供者:陈王
  1. template_tree

    0下载:
  2. C++ 模板方法实现树结构成员添加和去除 关键字 template tr-C template method tree structure to add and remove members of the keyword template tr
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2779
    • 提供者:ming
  1. tuxiangjiance11

    1下载:
  2. 图象的检测,模板匹配算法代码 这个是这学期老师编写的~也拿来用-image detection, template matching algorithm code is the teacher this semester also prepared for use ~
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4290
    • 提供者:王立
  1. AFEPack.tar

    3下载:
  2. 主要特点 * Flexible finite element space construction based template element library 基于模板单元库灵活的构造有限元空间 * Convenient facilities to implement mesh adaption 很方便的进行网格加密和稀疏化 * Multi-mesh operation supported 支持多套网格操作 需要有一定的有限元基础和C++语言
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1011193
    • 提供者:刘易
  1. Study

    0下载:
  2. 采用模版函数对数据结构的线性列表和栈以及队列进行编程。-template function using the data structure of the linear list and Stack and Queue program.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25466
    • 提供者:李瑞
  1. datastruct

    0下载:
  2. 安全数组 普通链表 哈希表 二叉搜索树 AVL树 集合类 通用自动机 所有类均使用模板编写,并不特定于 Windows 平台,只要有 C++ 编译程序的操作平台都可使用。-security array ordinary Chain Hash Table 2 forks search tree AVL Tree collections Universal Automatic machine is used in all types of template preparation, is not s
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:31080
    • 提供者:刘楚
  1. zzyTest

    0下载:
  2. 关于数学组合题的解法.用模板类+回归函数实现,思路简单清晰.这是我在索贝数码公司时接到的一道应聘题.含有算法描述文档.-on mathematical solution to the problem of portfolio. Template function to achieve the reunification category, the thinking is clear and simple. This is the closest digital received by the c
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:13651
    • 提供者:钟勇
  1. STLport-4.6.2.tar

    0下载:
  2. 改进版本的c++类模版库和其原代码-improved version of the C + + Class Library template and its source
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:755958
    • 提供者:李飞
  1. 模板

    0下载:
  2. 进行软件分析的一个模板。-software for the analysis of a template.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:65075
    • 提供者:胡乾初
  1. matrix11

    0下载:
  2. Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compil
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39692
    • 提供者:lxh
  1. ReBEL

    0下载:
  2. This template file is used to completely describe a system in a generalized % state space format useable by the ReBEL inference and estimation system. % This file must be copied, renamed and adapted to your specific problem. The % interface to
  3. 所属分类:matlab例程

    • 发布日期:2014-01-17
    • 文件大小:16133
    • 提供者:huguangfeng
  1. CurveFit_Poly

    1下载:
  2. 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use thi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:12786
    • 提供者:bilka
  1. c++

    0下载:
  2. 程序设计当中经常会出现使用同种数据结构的不同实例的情况。例如:在一个程序中 可以使用多个队列、树、图等结构来组织数据。同种结构的不同实例,也许只在数据元素 的类型或数量上略有差异,如果对每个实例都重新定义,则非常麻烦且容易出错。那么能 否对同种类型数据结构仅定义一次呢?答案是肯定的,C++提供的类模板(Class Template )就可以实现该功能。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8584
    • 提供者:axax123
  1. testlinklists

    0下载:
  2. 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:33770
    • 提供者:啊啊
  1. base

    0下载:
  2. 基本数据结构类的定义和实现: MyStack ,MyPoint,MyArc,Graph,MyQueuesMyStack为构造的一个通用的C++模版堆栈类 MyPoint为一个坐标结构MyArc为带权的边类Graph为临街矩阵表示的图MyQueues为按权值顺序存储的边的队列-basic data structure class definition and realization : MyStack, MyPoint, MyArc, Graph, MyQueuesMyStack for a ge
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2165
    • 提供者:wang
  1. 基于肤色和模板的人脸检测MATLAB源代码

    0下载:
  2. 基于肤色和模板的人脸检测MATLAB源代码.rar具有一定参考价值。-and template based on the color of face detection MATLAB source. Rar certain reference value.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7742
    • 提供者:朱信忠
  1. 命名多项式计数器

    0下载:
  2. 实现多项式表达式的运算器利用栈实现表达式计算器的模板类;用表达式计算器类和多项式类实现多项式表达式的计算器-polynomial expressions for the use of the computing stack to achieve expression calculator template; Using expressions like calculators and polynomial type polynomial expressions Calculator
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:31345
    • 提供者:白潘恩
  1. Edit Distance算法

    0下载:
  2. 对模式识别中的字符串模板匹配问题进行的研究,设计了对任意字符串进行匹配和字符串相似度,即列文斯顿距离进行计算的算法-right pattern recognition template matching string for the research and design of the arbitrary strings and string matching similarity, Ken Livingstone distance calculation algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2734
    • 提供者:蓝色梦幻
  1. 数据结构算法集---C++语言实现

    0下载:
  2. 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7370
    • 提供者:新康
  1. exmat-0.5.2

    0下载:
  2. exmat - The Expression Template Matrix Library,是矩阵运算模板库-exmat - The Matrix Expression Template Library, yes matrix calculation Template Library
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:218005
    • 提供者:Antonio
« 1 2 3 4 56 7 8 9 10 ... 41 »
搜珍网 www.dssz.com