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

搜索资源列表

  1. pgmread

    0下载:
  2. MATLAB读取pgm图像的header,matrix-read pgm file by matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:721
    • 提供者:waqoc
  1. ppmread

    0下载:
  2. 用matlab读取ppm图像的header, matrix-Matlab read ppm image header, matrix
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:749
    • 提供者:waqoc
  1. matlib

    0下载:
  2. matlib.h,matcom4.5的头文件-matlib.h, matcom4.5 header file
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:17799
    • 提供者:达达
  1. turn2

    0下载:
  2. 批量去除文件头,结合EXCEL,可以快速操作上千文件,提取需要的纯数据部分-Bulk removal of the file header, and EXCEL can quickly operate thousands of files, and extract the needed pure data portion
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:7226
    • 提供者:ansenyue
  1. shunxubiao

    0下载:
  2. 顺序表的简单建立,以及相关头文件的使用,有助于初学者学习顺序表-Simple sequence table to establish, and the use of header files, help beginners learn the order table
  3. 所属分类:ELanguage

    • 发布日期:2017-11-28
    • 文件大小:1611
    • 提供者:潘阔
  1. json

    0下载:
  2. JSON类 包括所有需要的头文件和实现文件 可直接使用-The JSON class includes all the necessary header files and implementation files can be used directly
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:41395
    • 提供者:chenshanshan
  1. complmat_inv

    0下载:
  2. 改程序为一个复数矩阵的求逆的源程序,注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行-Reform program for a complex matrix of the inverse of the source, note that the set path VC++ 6.0 include directory (folder) path, or will not find the header file
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:151917
    • 提供者:dongliang
  1. fis

    0下载:
  2. /* * 这是修改过后的fis.c模糊推理系统库函数,可以移植C/C++环境使用,在VS2010的MFC环境经过测试 * 1、将fis.c文件拷贝到项目中; * 2、修改VS2010的配置属性,项目->属性->C/C++->预处理器->预处理器定义,添加 * _CRT_SECURE_NO_WARNINGS * 3、在【解决方案资源管理器】中选中fis.c文件,单击右键的属性 * 【配置属性】->【常
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:14190
    • 提供者:王行凤
  1. rjMCMCsa

    0下载:
  2. 可逆跳跃马尔科夫蒙特卡洛贝叶斯模型选择,主要用于神经网络-Reversible Jump MCMC Bayesian Model Selection This demo demonstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats t
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:17019
    • 提供者:gaofei
  1. danlianbiao

    0下载:
  2. 实现数据结构头文件,实现数据的转置等相关功能。-Data structure to achieve the header file
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:853
    • 提供者:王泽民
  1. searchanddelete

    0下载:
  2. 用不带表头的单链表实现查找和删除并输入和输出链表中的元素 -Find and delete elements in the linked list, and input and output with a single linked list without header
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:2908510
    • 提供者:阿糖
  1. mdt-r2_1_2

    1下载:
  2. 神念科技TGAM模块资料手册。TGAM数据解析源程序,头文件。-The concept of God Technology TGAM Module Data Manual. TGAM data parsing source code, header files.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-27
    • 文件大小:10586112
    • 提供者:周度翰
  1. HuffmanTree

    0下载:
  2. 哈夫曼树的头文件,但凡是没有主程序,自己可以写一个程序测试-Huffman tree, header files, but those who are not the main program, they can write a program to test
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:878
    • 提供者:宋恒军
  1. SString

    0下载:
  2. 只有头文件,没有主程序,需要的话自己可以写一个进行测试。-Only the header files, not the main program, if necessary, they can write a test.
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:1638
    • 提供者:宋恒军
  1. yy

    0下载:
  2. 把在链表中插入语删除节点的操作写成一个函数。 bool insert(Node *&h,int a,int pos) pos(>=0)为0的时候在表头插入,否则在第pos个结点的后面插入。 bool remove(Node *&h,int &a,int pos) -Written as a function of the parenthesis in the linked list delete node operation. bool insert (Node* &
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:934
    • 提供者:yejunjian
  1. exp2

    0下载:
  2. 表达式求值,根据用户输入的算术表达式,输出相应结果,其中包括两个文件,头文件定义了各个类函数。只是支持加减乘除非运算。-Evaluates the expression, arithmetic expression based on user input, the output of the corresponding results, including the two files, header files define the various functions. The only sup
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:2803
    • 提供者:karl
  1. LinkedStack

    0下载:
  2. 用C++实现的链式栈,使用了模板类,可以直接引入头文件用于其它项目-Chain stack with C++ implementation, use the template class can be introduced directly into the header files for other projects
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:532367
    • 提供者:jym
  1. LinkedQueue

    0下载:
  2. 用C++实现的链式队列,使用了模板类,可以直接引入头文件用于其它项目-Chain C++ achieved queue, use a template class can be introduced directly into the header files for other projects
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:517670
    • 提供者:jym
  1. suanfa2

    0下载:
  2. 文件: 排序比较.cpp —— 在产生随机数方面,使用编译系统给出的头文件 本程序通过对10000个随机产生的整型数据,利用起泡排序算法和选择排序算法进行排序并比较其排序时间, 从而揭示这两个算法时间性能上的差异。 -File comparison (2): Sort cpp- generate random numbers, use the build system header files given this program by 10,000 randomly generated
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:2954
    • 提供者:周盈吉
  1. circleList

    0下载:
  2. 有向循环双向链表,包括结点和链表的头文件以及实现,实现对一组数据的链表存储-Directed cycle two-way linked list, including node and list of header files and implementation, implementation of a set of data stored in the list
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:2191
    • 提供者:苏星
« 1 2 ... 6 7 8 9 10 1112 13 14 15 »
搜珍网 www.dssz.com