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

搜索资源列表

  1. pca

    1下载:
  2. This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the filenam
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:34785
    • 提供者:harish bsv
  1. BinaryTree

    0下载:
  2. 自己实现的二叉树,包括头文件,实现函数和试用程序-Own implementation of a binary tree, including the header files, functions, and try to achieve the program
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:317551
    • 提供者:MikeHu
  1. Queue

    0下载:
  2. 自己实现的队列,包括头文件,实现函数和试用程序-Own implementation of the queue, including the header files, functions, and try to achieve the program
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:267648
    • 提供者:MikeHu
  1. Stack

    0下载:
  2. 自己实现的栈,包括头文件,实现函数和试用程序-Achieve their own stack, including header files, functions, and try to achieve the program
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:268034
    • 提供者:MikeHu
  1. use-matlab-get-excel-information

    0下载:
  2. 在科研中,大量时间花在统计年鉴的搜集上,例如找《中国城市统计年鉴》中2000多个市,要对分散的八个城市群找对应的数据,如果每次筛选会花费大量时间,如果做好excel表头,把对应的城市写上去会在多个文件多个工作组查找满足要求的数据,直接按需要保存成excel,进行后续分析。-In the research, the amount of time spent on the Statistical Yearbook of the collection, for example, to find &qu
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4155
    • 提供者:李德龙
  1. Single-linked-list

    0下载:
  2. 已知一个带有表头结点的单链表,结点结构为 ,假设该链表只给出了头指针list。在不改变链表的前提下,请设计一个尽可能高效的算法,查找链表中倒数第k个位置上的结点(k为正整数)。若查找成功,算法输出该结点的data域的值,并返回1;否则,只返回0。 -Given a single linked list with a header node, node structure, assuming that the list gives only the head pointer list. On
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1139
    • 提供者:陈默
  1. Head

    0下载:
  2. 数据结构常用头文件。包括单链表,双向链表,循环链表,栈,队列。还有几个常用的输入检查函数。-Data structure used header files. Including single-linked lists, doubly linked lists, circular linked lists, stacks, queues. There are several commonly used input checking functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4334
    • 提供者:马学威
  1. MFC

    1下载:
  2. (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-01-13
    • 文件大小:258048
    • 提供者:宋骏霖
  1. pinfanfangwen

    0下载:
  2. 设有一头指针为L的带有表头结点的非循环双向链表,其每个结点中除有prev(前驱指针),data(数据)和next(后继指针)域外,还有一个访问频度域freq。在链表被起用前,其值均初始化为零。每当在链表中进行一次Locate(L,x)运算时,令元素值为x的结点中freq域的值增1,并使此链表中结点保持按访问频度非增(递减)的顺序排列,同时最近访问的结点排在频度相同的结点的最后,以便使频繁访问的结点总是靠近表头。试编写符合上述要求的Locate(L,x)运算的算法,该运算为函数过程,返回找到结点的
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:988
    • 提供者:顾欣
  1. anheader

    0下载:
  2. Analyse GPS Header in RINEX
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:666
    • 提供者:bnajeeb
  1. DataRead

    0下载:
  2. matlab 读取振动信号数据程序 适合了解振动信号结构(头文件)-The MATLAB reads the data of the vibration signal of program suitable for vibration signal structure (header)
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:747
    • 提供者:小晗
  1. bothwaylist

    0下载:
  2. 利用结构体定义结点,每个结点有前驱指针与后继指针,结点数据也是用指针动态开辟内存,每个前驱指针指向前一个结点,每个后继指针指向后一个结点实现双向循环列表,新数据插入可选择首部插入与尾部插入-Use structure is defined nodes, each node has predecessor and successor pointers pointer, node data also opened with a pointer dynamic memory, each precurs
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2170
    • 提供者:曾捷
  1. Dicom2Raw

    0下载:
  2. offer a function which takes a DICOM medical image as an input and extracts some fields of its header and the raw data. Both the header and the raw data are saved by the own function.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2080
    • 提供者:md adil
  1. base64

    0下载:
  2. base64 header and source code(objective-c)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1222
    • 提供者:dhshin
  1. Polynomial

    0下载:
  2. 用C++类的思想实现一个多项式,实验课作业,包括三个文件,头文件,源文件,测试文件。-The realization of a polynomial, experimental course work, including three files, header files, source files, test file with the thought C++ class.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1948
    • 提供者:张勇
  1. 7652Cpp-juzhen

    0下载:
  2. 文件中包含了矩阵的头文件和主文件,描述了矩阵的相关运算方法-File contains a matrix header files and master files describe the correlation matrix calculation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5644
    • 提供者:蓝田玉
  1. read image in c

    0下载:
  2. The bitmap header begins with the size of the header, which is then followed by the width and the height of the image data. If the height is a negative number, the image is stored from bottom to up. Usually the number of color planes is one.
  3. 所属分类:matlab例程

    • 发布日期:2015-11-20
    • 文件大小:1014277
    • 提供者:shahujadhav
  1. GA_code

    0下载:
  2. 遗传算法的代码,面向对象的c++编程,编译通过,由一个头文件和一个算法引擎文件和一个主函数文件组成,比较适合有面向对象编程基础的初学者-Genetic algorithm code, object-oriented programming c++, compile, it consists of a header and an algorithm engine files and files a main function, more suitable for beginners basis o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3798
    • 提供者:TYT
  1. 2.2

    0下载:
  2. 设有一个双向循环链表,每个结点中除有pre,data和next三个域外,还增设了一个访问频度域freq。在链表被起作用前,频度域freq的值均初始化为零,而当对链表进行一次LOCATE(L,x)的操作之后,被访问的结点(即元素值等于x的节点)中的频度域freq的值便增1,同时调整链表中结点之间的次序,使其按访问频度非递增的顺序排列,以便始终保持被频繁访问的结点总是靠近表头结点。-There is a two-way circular linked list, each node in addit
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:614
    • 提供者:steve
  1. hfmbm

    0下载:
  2. C#实现哈夫曼编码,通过在文件头保存哈夫曼编码方式来实现自解压缩- C#实现哈夫曼编码,通过在文件头保存哈夫曼编码方式来实现自解压缩 C# Huffman encoding, Huffman encoding by saved in the file header to achieve self extracting
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:70142
    • 提供者:1111
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com