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

搜索资源列表

  1. Matrix_Template

    0下载:
  2. 自己写的一个Matrix模板,推荐在IT++库下进行通信相关程序仿真。-Matrix to write a template, recommended in the IT++ library to communicate relevant procedures under the simulation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:697119
    • 提供者:张松
  1. zernike

    0下载:
  2. 使用matlab实现zernike模板系数的求解,避免了人工计算的麻烦与复杂-Using matlab to achieve the solution of coefficient zernike template to avoid the trouble of manual calculation and the complexity of
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1648
    • 提供者:Emerson
  1. matrix11.tar

    1下载:
  2. 包括一般的矩阵运算。如加减乘/伴随矩阵等。并有测试程序-This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:30396
    • 提供者:张帆
  1. unionfindset

    0下载:
  2. 我自己写的并查集的标程(例程),方便适用,短小精悍,可作为模板直接在oj上直接刷题使用。同时亦可作为数学结构学习者学习使用。-I wrote it myself and set the standard search process (routine) to facilitate the application of dapper, can be used as a template directly in the title oj brush to use directly. At the s
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:883
    • 提供者:prolove
  1. mobanGA

    0下载:
  2. 这是一个很基本的遗传算法代码,目的是给初学者提供一个相对较好的模板。希望对大家有用。-This is a very basic genetic algorithm code, the purpose is to provide a relatively good beginner' s template. Useful for all of us hope.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2094
    • 提供者:Harry
  1. Howtostudy_STL_CN

    0下载:
  2. STL 是Standard Template Library的缩写,中文名是标准模板库。STL以其独特的魅力得到越来越多的程序员钟爱,STL彻底封装复杂的数据结构,提供丰富灵活的程序接口,同时还能保证程序的运行效率。-STL is an acronym for Standard Template Library, Chinese name is a standard template library. STL for its unique charm to be loved more and m
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:601188
    • 提供者:rain
  1. OwnsummaryofthecomputationalgeometrytemplatesACM.r

    0下载:
  2. 自己总结的 计算几何ACM模板 用于常用的计算几何的简单模板题目,包括一些巧妙的公式实现 -Own summary of the ACM template for computational geometry computational geometry commonly used simple template topic, including some clever formula to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:38588
    • 提供者:薛亦晨
  1. pattern10

    0下载:
  2. 10*10模板识别26个字母,相对于5*5模板增大了。因此所需要的样本数量也要相应的增大,才能有更高的正确识别率,使用时要注意这一点。-10*10 template identify 26 letters.relativing to 5*5 template is increased.therefore needing more stylebook to high recognize rate.pay attention to this.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3844777
    • 提供者:子华
  1. datastructsource

    0下载:
  2. 该源码是数据结构中各种算法,基本上是用模板的形式给以呈现,所以,通用性很强,希望给以大家参考。-It is about the alogoth of data struct,and it has given the source of C++ template...
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:172432
    • 提供者:duanhz
  1. SGI_Standard_Template_Library_Program_Guide

    0下载:
  2. The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are he
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:674620
    • 提供者:5263
  1. pudn_2

    0下载:
  2. ZJU/ZOJ 3001 的解和解题方法说明,是练习高精度大数据处理的参考模板。-ZJU/ZOJ 3001 solution and the problem-solving method that is to practice dealing with large data precision reference template.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1506
    • 提供者:闫帅
  1. TNT

    0下载:
  2. 标准模板程序包,包括向量与矩阵的基本算法实现。-Stardand Template Tookit of vector and matrix algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:205762
    • 提供者:MingZhang
  1. requirementSpecificationTemplate

    0下载:
  2. 该文档为需求设计的模板,用于需求设计阶段。-This is a requirement Specification Template
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4797
    • 提供者:Jason
  1. 3

    0下载:
  2. 该程序定义了一个向量类,里面的元素是模板形式,定义了有关向量类的各种属性,方法及运算符重载函数。根据向量处理的程序实现矩阵数乘-The program defines a vector class, which the element is the template form, the vector class defines the various properties, methods, and operator overloading function. According to the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2141
    • 提供者:李萍
  1. tree-2.65.tar

    0下载:
  2. 这是一个表示数据结构tree的c++模板对象,封装的非常好.tree-msvc.hh能在 visual c++下使用,如同使用stl标准模板类库一样-This is a tree data structure that the c++ template object, the package is very good. Tree-msvc.hh be able to use visual c++, as the use of standard template library stl the s
  3. 所属分类:Data structs

    • 发布日期:2016-07-10
    • 文件大小:197695
    • 提供者:gzj
  1. poj2488

    0下载:
  2. 回溯法的模板,关键是回溯的过程,以及在深搜过程中的方向问题-Backtracking template, the key is back process, as well as in the course of the deep question of the direction search
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:962
    • 提供者:李伟
  1. PatternRecong

    0下载:
  2. 图像模式识别的各种算法及其编程实现,包括模板匹配分类器、几何分类器和神经网络分类器等,可用于手写数字的识别。-A variety of image pattern recognition algorithm and its programming, including template matching classifier, geometric classifier and neural network classifiers, etc., can be used for handwritte
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:527995
    • 提供者:MORGAN
  1. C.STL

    0下载:
  2. 本书是一本有关于C++ 标准模板库的介绍的丛书 即使是拥有STl使用经验的人也可以从本书中学到新知识-This book is a book about C++ standard template library even though the introduction of the series is to have STl experience in the use of the people can learn new knowledge from this book,
  3. 所属分类:STL

    • 发布日期:2017-05-26
    • 文件大小:9699038
    • 提供者:羽翼
  1. ssd7exercise2

    0下载:
  2. 相对于实验一,新增了2个类。 Class Listing vector<Advertisement*>. Class Group vector<Client*>. 使用到了向量。增强了大家对STL向量容器,以及实现所给的声明函数。 压缩包里面有代码,指导书,以及Apache服务器。-Prerequisites: Students should have mastered the following prerequisite skills. C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:658054
    • 提供者:邹斌
  1. fga-1.4.tar

    0下载:
  2. 使用Visual C++ 2003编写的遗传算法库,具有详细的说明文档,使用接口函数传入相关适应度函数与基因个数、迭代次数相关信息,进行目标优化,使用类模板的形式支持函数并行化-Using Visual C++ 2003 prepared by the genetic algorithm library, a detailed descr iption of the document, use the interface function is passed the fitness functi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:226693
    • 提供者:asy
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 41 »
搜珍网 www.dssz.com