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

搜索资源列表

  1. SeqStack

    1下载:
  2. 数据结构BTree.h头文件,包含Visit,IsEmpty,Root,PreOrder,InOrder,PostOrder-BTree.h data structure header files, including Visit, IsEmpty, Root, PreOrder, InOrder, PostOrder
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1919
    • 提供者:杨穆智
  1. c_for_FEM_postpro

    1下载:
  2. 利用c++进行有限元分析的可视化实现 xyz.txt是ansys有限元分析后输出的所有节点坐标 danyuan.txt为有限元分析的所有单元包含的节点编号 jiedianjie.txt为有限元分析后,每个节点的应力值-a.dsp This file (the project file) contains information at the project level and is used to build a single project or subpr
  3. 所属分类:Algorithm

    • 发布日期:2016-09-23
    • 文件大小:3211574
    • 提供者:paradisedragon
  1. StandardTempleteLibrary

    0下载:
  2. C.STL中文版。翻译了由四位对C++STL的实现有卓越贡献的大师撰写的,通过背景知识、功能描述、头文件代码、测试程序和习题,讲述了STL的13个头文件及迭代器算法和容器。-C. STL Chinese version. Translated from the four pairs of C++ STL outstanding contribution to the realization there is a master of writing, through background know
  3. 所属分类:STL

    • 发布日期:2017-05-27
    • 文件大小:9696974
    • 提供者:品牌
  1. CLAPACK_dll

    1下载:
  2. LAPACK的全称是Linear Algebra PACKage,是非常著名的线性代数库。LAPACK是用Fortran写的,这里是C版LAPACK编译后的dll和头文件。-LAPACK full name is Linear Algebra PACKage, is a very well-known linear algebra library. LAPACK is written in Fortran, here is the C version of LAPACK compiled dll
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1928069
    • 提供者:pattek
  1. BigNum

    0下载:
  2. 一个简单的大数运算头文件,包含了加减乘除模,BOOL,逆元,模幂等-A simple computation of large numbers header file, contains the Math module, BOOL, inverse, modular power, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:3774
    • 提供者:shadow
  1. ext_string

    0下载:
  2. 本例是对STL中string类的扩展,很好的弥补了现有string类的不足,可以和CString相媲美哦~~ 扩展的功能有分割字串,整形转换成string,字符串替换,判断该字串的类型等。 使用起来也很方便,直接include该头文件即可。-This example is the STL string class in the expansion, very good to make up for the deficiencies of the existing string class
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:69713
    • 提供者:萧萧
  1. list

    0下载:
  2. 程序实现了带表头单链表的最基本操作,包括创建链表,查询数值,插入结点,删除结点,链表分解,将单链表变为循环链表。并附有详细的注释和实验报告。-Procedures to achieve a single-list header with the most basic operation, including the creation of list, query value, insert node, delete node, chain decomposition, into a single
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:93196
    • 提供者:王天
  1. nsga2

    1下载:
  2. nsga2源程序代码,自己编写的,可以运行,只要把两个头文件加入到库里面就好了。-nsga2 source code, I have written, you can run as long as the two header files inside to the library like.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:6449
    • 提供者:朱晨
  1. newran02.tar

    0下载:
  2. 随机数生成程序- Random number production procedure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-10
    • 文件大小:38574
    • 提供者:站长
  1. ReadspaceAndSimpleCalculate

    0下载:
  2. 利用專案的方式,將不同功能的切割到不同檔案,主要是要學習如何在專案內學習如何用header以及其他檔案, 並加入了如何將讀到的檔案輸出至特定位置,以及讀檔案時的空白如何處理,利用簡單的運算來表示,同樣對初學者很有幫助!-Use of the ad hoc manner, will be different functions of cutting to a different file, mainly to learn how to learn how to project within the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:2680
    • 提供者:王小居
  1. Graph

    0下载:
  2. 是一个在学习数据结构时编写的图结构,主要是用两种方法生成需要的图结构,其中有一个头文件都注释了,要是要使用的话,只需要将另一个头文件注释并把这个取消注释,在main方法中改一个类名就好了-Is a data structure in the learning plan to prepare the structure, is mainly used two methods to generate the need for the graph structure, in which there i
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7628
    • 提供者:王龙飞
  1. tcsearch

    0下载:
  2. 本软件一共收录了355个TC2.0库函数,每一个函数都提供了相应的头文件,函数用途,函数全称,输入输出参数,函数的返回值,以及函数是如果应用的例子。提供了按功能分类,字母分类,直接输入,下拉列表等快速查询。是学习C语言,C++语言的好助手。希望能给C,C++编程爱好者一点帮助,学习好C语言。 -The software includes a total of 355 TC2.0 library functions, each function has been providing the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:236741
    • 提供者:明天
  1. matrix

    0下载:
  2. 一个矩阵类,包括头文件和主文件,可以实现矩阵的加减乘除,赋值和输出运算。-A matrix of categories, including header files and the main document, you can achieve the matrix addition and subtraction, multiplication and division, assignment and output operations.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2307
    • 提供者:wake
  1. MPAHeaderInfo

    0下载:
  2. 获取mp3信息, Xing header, ID3 tag, APE tag, VBR header-Mp3 to obtain information, Xing header, ID3 tag, APE tag, VBR header
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:56349
    • 提供者:haiyong
  1. BiTreeLib

    0下载:
  2. 二叉树头文件 用以实现二叉树-Header files for the realization of binary tree binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1404
    • 提供者:ggg
  1. GAhead1

    0下载:
  2. 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。这3部分是头文件部分。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming. This Part 3 is part of header file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:69045
    • 提供者:antercy
  1. GAhead2

    0下载:
  2. 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。这3部分是头文件部分。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming. This Part 3 is part of header file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:45266
    • 提供者:antercy
  1. GAhead3

    0下载:
  2. 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。这3部分是头文件部分。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming. This Part 3 is part of header file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:76262
    • 提供者:antercy
  1. BiTree

    0下载:
  2. 数据结构中的二叉树的遍历(前序、中序、后序)算法,包括递归和非递归两种实现,另外还实现了层次遍历算法(header文件夹中包含了数据结构的头文件)。-Data structure of binary tree traversal (pre-order, in sequence, after the sequence) algorithm, including recursive and non-recursive two to achieve, in addition to achieving
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:22158
    • 提供者:benny
  1. BinaryTree

    0下载:
  2. Implementation of binary tree to use it nclude this header to your project -Implementation of binary tree to use it nclude this header to your project
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2320
    • 提供者:
« 1 2 34 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com