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

搜索资源列表

  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. g

    0下载:
  2. 包括分类程序和聚类程序。分类程序用于识别10个数字。5*5模板。聚类程序可以给数字字母和程序分类。相同或相近的形状归于一类。-Including the classification procedures and clustering procedures. Classification procedures used to identify the number of 10. 5* 5 templates. Clustering procedures can give the number o
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-10
    • 文件大小:17653614
    • 提供者:子华
  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. 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. 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. serch

    0下载:
  2. 查找模板,C++ STL,熟悉C++如何定义模版
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:958
    • 提供者:flynecnt
  1. ZOJ_ACM_Templet

    0下载:
  2. 浙江大学ACM模板~~~做ACM必备之良师益友-ACM, Zhejiang University ACM template ~ ~ ~ so the mentor must have ~ ~ ~! !
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:77669
    • 提供者:Harry
  1. c2csql

    0下载:
  2. 房产管理系统,的房地产公司网站管理系统正式版源码,免费房地产开发公司网站模板,地产企业网站系统源程序,地产公司网站后台程序,房地产企业网站模板,asp房地产开发公司网站自助建站系统,房地产公司网页模板,房地产公司门户网站源程序,欢迎大家下载使用- Real Estate Management System
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-12
    • 文件大小:18967839
    • 提供者:yangyong
  1. main

    0下载:
  2. 关于数据结构线性表中山大学上课PPT以及程序模板。-A linear form on the data structure and procedures template PPT Sun Yat-sen school.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:99048
    • 提供者:Ye Ping
  1. 9927445TestTrec

    0下载:
  2. ASPSeek是一个C++编写的互联网搜索引擎,并使用了STL库。它主要包括一个检索机器人,一个搜索守护程序,和一个搜索前端(CGI或者是 Apache模块)。它大概可以检索几百万个URLs,来查找给定的短语和单词,并使用通配符,进行布尔搜索。搜索结果可以限定在给定的时间或站点,站点空间,并按照相关性或者时间进行排序(这里面使用了一些非常酷的技术)。ASPSeek可以应用于很多语言和编码中(甚至包括多字节语言如中文)。它为多个站点做了优化。(多线程检索,同步DNS查询, 按站点将结果分组, We
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-19
    • 文件大小:28390922
    • 提供者:必扬
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com