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

搜索资源列表

  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
    • 文件大小:112161
    • 提供者:吕学刚
  1. tmpl-examples

    0下载:
  2. C++模板源码 模板和泛型编程的学习资料-C source code templates and template Generic Programming learning materials
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:161387
    • 提供者:易峰
  1. stla8

    0下载:
  2. 这是一个关于A*算法的实现8数码的程序源代码,所有的算法核心全部使用STL标准模板库编程,对想熟悉STL编程和A*算法的朋友有很好的借鉴意义。-This is one of the A * algorithm to achieve eight digital source code, all of the core algorithms use all STL standard template library programming, STL right to know programming
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:118882
    • 提供者:严江
  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. tvmatrix

    0下载:
  2. 关于矩阵运算的很强的一个工具包,使用模板编程,功能十分强大。可以满足基本上所有的矩阵运算功能。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:750383
    • 提供者:高心雨
  1. STL_guider

    0下载:
  2. 指导程序员合理、高效的进行标准模板库编程。
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:744286
    • 提供者:zp
  1. STL

    0下载:
  2. 标准模板库STL编程入门教程 新手指南 请斑竹开通账号
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:558511
    • 提供者:李湖
  1. Number-Recognition

    0下载:
  2. 利用matlab编程来实现数字识别,即利用十个数字从0到9的模板与待识别的数字对比来实现识别功能-Use the matlab programming for number identification, namely use templates of ten numbers from 0 to 9 compared with the unidentified number.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1752087
    • 提供者:Dugu.wang
  1. cpp200

    0下载:
  2. 《C++应用编程200例 赫阿明著》源码 通过大量实例全面系统介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 通过实例讲解,使初学者能较快入门。-cpp 200
  3. 所属分类:STL

    • 发布日期:2017-04-03
    • 文件大小:104496
    • 提供者:jd
  1. fanxingbianchengjiSTLPDF)

    0下载:
  2. 是一本详细介绍泛型编程机STL模板的书,适合有一定c++编程基础的人学习-Is a detailed template generic programming machine STL book, suitable for a certain c++ Programming based learning
  3. 所属分类:STL

    • 发布日期:2017-05-22
    • 文件大小:7138640
    • 提供者:crinnie
  1. MyMembFunc

    0下载:
  2. 在《C++ Templates: The Complete Guide》一书中(以下简称书),提出了模板元编程最早的实际应用之一:在数值运算中进行解循环优化。 而本文的标题是噱头!本文的真正目的是指出这种优化措施在增加复杂性的同时,并不一定能明显改善效率。应当谨慎使用该技术——默认不使用该技术,在点积计算确实是效率瓶颈时考虑采用该技术,并认真测试该技术是否真能提高效率。 -In C++ Templates: The Complete Guide , a book (hereinafte
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:6152
    • 提供者:李金冰
  1. STLGuide

    0下载:
  2. 标准模板类的简明入门手册,共25页简明扼要的阐述STL编程方法-Standard template classes concise manual entry, a total of 25 clear and concise on the STL programming method
  3. 所属分类:STL

    • 发布日期:2017-04-04
    • 文件大小:273283
    • 提供者:马顺利
  1. DataStructureUtil

    0下载:
  2. 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12844
    • 提供者:张杨
  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. Determinant

    0下载:
  2. 使用C++模板编程实现了任意阶的行列式计算。结构简单,清晰。-Achieve any orders determinant s Calculation using C++ template programming.Simple and Clear.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:386373
    • 提供者:张立斌
  1. matlab-test

    0下载:
  2. 这些是信号与系统中用到matlab的各种那个仿真实例,可用作编程中的现成模板。-These are the signals and systems used in all the simulation matlab, ready-made templates can be used as programming.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:67157
    • 提供者:刘杰
  1. Templates1_7

    0下载:
  2. 本书是C++模板编程的完全指南,旨在通过基本概念、常用技巧和应用实例3方面的有用资料,为读者打下C++模板知识的坚实基础。 全书共5个部分,22章。第1章全面介绍了本书的内容结构和相关情况。第1部分(第2~7章)以教程的风格介绍了模板的基本概念,第2部分(第8~13章)阐述了模板的语言细节,第3部分(第14~18章)介绍了C++模板所支持的基本设计技术,第4部分(第19~22章)深入探讨了各种使用模板的普通应用程序。附录部分是一处定义原则和重载解析的相关资料。 本书适合C++模板技术的初学者阅读
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:632627
    • 提供者:于志
  1. VectorADT

    0下载:
  2. 基于C++模板编程实现的标准模板库——Vector-programming based C++ template to implement Standard Template Library- Vector
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:1714
    • 提供者:秦周
  1. linkQueue

    0下载:
  2. doc版本的链表模版 可以用来进行数据结构编程(doc version of linked list template)
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:sjtucarry
  1. 茶叶茶艺茶道茶文化PPT模板

    0下载:
  2. 游戏编程指南》配套代码,希望大家能够用的上,谢谢。好(Game programming guide "matching code, I hope you can use it, thank you." good)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:17230848
    • 提供者:撒下达
« 12 3 »
搜珍网 www.dssz.com