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

搜索资源列表

  1. mystl

    0下载:
  2. 顺序线性表模板类的头文件,包括私有数据成员,公有函数成员等-Linear sequence of the template class header table, including the private data members, and members of the public function
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2359
    • 提供者:liwenjie
  1. attachments

    0下载:
  2. header file foe edf file
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1220
    • 提供者:Far
  1. the_generalized_table

    0下载:
  2. 用于实现广义表的创建、遍历、复制、求表头、表尾-Generalized table for implementing the creation, traversal, copying, find the header, footer
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1522
    • 提供者:朱嘎
  1. programs

    0下载:
  2. kmeans algo implemented in newkmeans2_1.c uses the header file IOV2.H. Given a set of data points and the number (k) of means (or clusters required for further processing), this algo gives the approximate means.-kmeans algo implemented in newkmeans2_
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3077
    • 提供者:Swapna Agarwal
  1. JosephusProblem

    0下载:
  2. 这是约瑟夫问题,用循环链表实现的,其代码用头文件写出-This is Joseph problems linked with the implementation cycle, the code is written with the header file
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:985
    • 提供者:liu
  1. LinerList

    0下载:
  2. 线性表LinearList类的头文件、实现、测试函数-Linear Table LinearList class header, implementation, testing function
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2926
    • 提供者:王欢
  1. mfcc

    0下载:
  2. mfcc header file rot speaker recogntion implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:829
    • 提供者:tamired
  1. FFT_2_DIT_Fixed

    1下载:
  2. 程序 FFT_2_DIT_Fixed 是基2_DIT_*定点*_FFT算法,值得学习的地方很多。亮点有:倒位序采用最简单,最高效的位移操作;实现存储的旋转因子表;定点溢出处理;灵活多样的宏定义。函数调用形式:void fft(COMPLEX *x)点数在头文件以宏定义形式出现。-Program FFT_2_DIT_Fixed is based 2_DIT_* fixed* _FFT algorithm, it is worth learning a lot of places. Highligh
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:216659
    • 提供者:傲天
  1. BinTree

    0下载:
  2. 二叉树的头文件 声明 使用C++写好 仅是一个头文件-The header file declares a binary tree using C++ header file only a written
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:629
    • 提供者:枕上雪
  1. MYFFTClass

    0下载:
  2. 傅立叶变换,头文件,可直接调研,包含调用的实例代码。-Fourier transform, header files, direct research, including examples of code calling.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:2385
    • 提供者:longjun
  1. ecg

    0下载:
  2. 根据已给ecg数据文件,画出心电图波形,并自动标记出特征点位置,并计算P-R时间间隔 等参数。 附件是.dat为数据文件,为二进制文件,每2个字节代表一个采样点,采样频率1000hz。依 次为1-12导联的第一个采样点,其次是1-12导联第二个采样点,.... .hea头文件是文本格式说明文件,可以看到十二导联存放的先后顺序。 -According to the data file has to ecg, draw the ECG waveform, and automat
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:405508
    • 提供者:张兵
  1. zuoye

    0下载:
  2. 迪卡克拉斯算法的vc++2010解决方案,包含完整的头文件和主程序-Di Klass algorithm vc++2010 solutions, including complete header files and the main program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:43571
    • 提供者:zhangshun
  1. MatrixOperation

    0下载:
  2. 矩阵的 加减乘 转置运算 ,没有平台要求 添加头文件直接调用即可-Addition and subtraction, multiplication matrix transpose operation, there is no platform requirements can direct calls to add the header file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1026
    • 提供者:David
  1. Renyi

    0下载:
  2. 计算一维向量的Renyi熵,已经设置为头文件,可以直接调用-One-dimensional vector of Renyi entropy, has been set for the header file, you can directly call
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:585
    • 提供者:张晓辉
  1. LZC

    1下载:
  2. 计算一维向量的LZC,已经设置为头文件,可以直接运用-One-dimensional vector of LZC, has been set for the header files, can be applied directly
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:15823
    • 提供者:张晓辉
  1. LZWdepressionCsourcecode

    0下载:
  2. 字典编码LZW 解压缩 读写 头文件和源文件源代码-LZW decompression dictionary to read and write code header files and source code files
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:9192
    • 提供者:yeqiuyu
  1. multinonial

    0下载:
  2. 用带表头结点的单链表作为多项式的存储表示;要建立两个单链表;多项式相加就是要把一个单链表中的结点插入到另一个单链表中去,要注意插入、删除操作中指针的正确修改。-Node with a header with a single linked list as a storage, said polynomial to build two single-linked list polynomial sum is to take a single node in the linked list in
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:249321
    • 提供者:木易
  1. Cows-Problem

    0下载:
  2. 解母牛问题的控制台程序,包含一个cpp文件和一个头文件。-Solutions to the cows problem, contains a cpp file and a header file.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1504
    • 提供者:yishuiwang
  1. 3-3

    0下载:
  2. 两个带表头结点的非递减有序单链表的表头指针, 将这两个有序链表合并成一个非递增有序的单链表。要求结果链表仍使用原来两个链表的存储空间, 不另外占用其它的存储空间。-Header node with two non-decreasing ordered list of single-table pointer, the two ordered lists into one single list of non-incremental and orderly. The results are sti
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1816938
    • 提供者:朱朱
  1. Image

    0下载:
  2. 分三次hermite差值,数值分析的实验。需要#include <graphics.h>的头文件运行。-Hermite three times the difference, numerical analysis of the experiment. Need to# include <graphics.h> Header file to run.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:29363
    • 提供者:wenjiaosun
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com