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

搜索资源列表

  1. ftds_slides

    0下载:
  2. 数据结构C++语言描述--应用标准模板库-Data Structures C++ language descr iption- Application of Standard Template Library
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3720741
    • 提供者:wuzhibin
  1. mode

    0下载:
  2. 模板函数 显示具体化 源代码,带你进入STL时代(网络转载)-Template function of the source code shows that the specific
  3. 所属分类:STL

    • 发布日期:2017-05-03
    • 文件大小:681135
    • 提供者:nack
  1. STL_Brief

    0下载:
  2. STL (标准模版库,Standard Template Library)简要说明-a brief descr iption of STL (Standard Template Library, Standard Template Library)
  3. 所属分类:STL

    • 发布日期:2017-04-26
    • 文件大小:8573
    • 提供者:Steven
  1. Permutation

    0下载:
  2. 利用递归查找数字的排列组合 使用了STL技术-The technique of finding permutations also provides source code for the recursive implementation. Also, learn how to use the STL template function next_permutation().
  3. 所属分类:STL

    • 发布日期:2017-04-13
    • 文件大小:2194
    • 提供者:test2008
  1. CodeOfACM

    0下载:
  2. 对参加ACM竞赛非常有用的几个ACM答题模板(数论,数值计算,NP等等)-ACM to participate in several contests very useful answer ACM template (number theory, numerical calculation, NP, etc.)
  3. 所属分类:STL

    • 发布日期:2017-04-01
    • 文件大小:48997
    • 提供者:石林
  1. hutulacms

    0下载:
  2. 采用模块化设计,自由组合文章,软件,论坛等模块,安装方便快捷 模板支持Dreamweaver可视化编辑,创建风格更为容易,专业 -Modular design, a free combination of articles, software, forums and other modules, installed easily and quickly template support Dreamweaver visual editor, create a style more e
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:945258
    • 提供者:刘学武
  1. VS2005

    0下载:
  2. MasterPage(母版页) 母版页(MasterPage)就相当于模板页,挺简单的,没什么好说的。基于母版页的常用的功能有:母版页和内容页之间信息的传递,在内容页中用FindControl方法找到内容页中的控件等。另外,母版页是可以嵌套的。-MasterPage (home page) home page (MasterPage) is equivalent to the template on the page, very simple, to say nothing of. M
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:561990
    • 提供者:dllsha
  1. fuzzyneuralnetwork

    0下载:
  2. 一个将模糊控制和神经网络相结合的方法,用matlab实现的模板-A fuzzy control and neural network combining methods to achieve matlab template
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:10218
    • 提供者:郝冰
  1. BTree

    0下载:
  2. 用C++实现的一个二叉树模板类,包括一些基本的操作-Using C++ to achieve a binary tree template classes, including some of the basic operation of
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:713
    • 提供者:胡斌
  1. minheaptemplate

    0下载:
  2. 最小堆模板完整类,将最小堆模板精简下用移位来处理插入删除速度有所提快-Integrity of the smallest stack template class, the minimum reactor under the streamlining template to deal with shift to insert quickly to remove the speed mentioned
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:579
    • 提供者:hxn
  1. FFT

    1下载:
  2. This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:51842
    • 提供者:nytza
  1. STL_Alexander_Lee_Meng

    0下载:
  2. STL(标准模板库)的相关知识,作者Alexandar Stepanov 和 Meng L-STL (Standard Template Library) knowledge, the author Alexandar Stepanov and Meng Lee
  3. 所属分类:STL

    • 发布日期:2017-04-07
    • 文件大小:108269
    • 提供者:hertz
  1. sas

    1下载:
  2. sas的聚类程序 可以当聚类的模版用 适用于初学者-sas cluster clustering procedure can be applied to the template to use for beginners
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:21030
    • 提供者:于其
  1. kmp

    0下载:
  2. KMP算法的一个实例。输入目标串和模板串返回为查找成功的位置-An example of KMP algorithm. Enter the target string and the template for the search string to return to the location of the successful
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:586
    • 提供者:zz
  1. SCL

    0下载:
  2. 交大ACM模板,适合搞ACM的人使用,需要用foxit1.3才能打开, 高版本PDF阅读器打开有错-SJTU template code for acmer
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:354587
    • 提供者:33
  1. mdsd

    0下载:
  2. MDSD算法! 这个是我们中国人自己发现的一个算法! 在ACM中属于比较难得题目! 我只有有一个模板-MDSD algorithm! This is the Chinese people themselves, we found an algorithm! In the ACM in a relatively rare topic! I only have a template
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:6462
    • 提供者:邱雄
  1. Eff_STL_CN

    0下载:
  2. More Effctive STL,从基础详细讲解标准模板库(STL)的使用以及STL的原理-More Effctive STL, from elaborate on the basis of Standard Template Library (STL), as well as the use of the principle of STL
  3. 所属分类:STL

    • 发布日期:2017-04-04
    • 文件大小:600616
    • 提供者:中杰
  1. cppSTL

    0下载:
  2. C++ STL 标准程序库.有侯俊杰写的序.很好的一本书.-C++ STL Standard Template Library.
  3. 所属分类:STL

    • 发布日期:2017-05-15
    • 文件大小:3709607
    • 提供者:百变狸猫
  1. Stl_Tutorial_And_Reference_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.This book will help you how to programming with STL.
  3. 所属分类:STL

    • 发布日期:2017-05-14
    • 文件大小:3261379
    • 提供者:nbn
  1. stl_vector

    0下载:
  2. Standard Template Library Vector Object Oriented Programming example with a GUI base.
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:1451
    • 提供者:3x0sk3l3t0n
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 41 »
搜珍网 www.dssz.com