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

搜索资源列表

  1. source_code

    0下载:
  2. 各种基本的数据结构头文件,包括链表、栈、二叉树、BST树等-mang kinds of header file for data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:127599
    • 提供者:Jay
  1. newFunction_1

    0下载:
  2. newFunction creates an empty function with custom header Author: Jonas please read the .txt files before using
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:4270
    • 提供者:hasan
  1. requierbt

    0下载:
  2. 人工智能方面,这是一个简单的神经网络算法,进行sin(x)的拟合,vc中编译通过,require.h是thingking in c++中的一个很有用的头文件,asser的升级版-Artificial intelligence, this is a simple neural networks algorithm for sin (x) of the fitting, vc compiled by, require.h is thingking in c++ in a very useful he
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:239655
    • 提供者:蓝冰
  1. DS_ADT

    0下载:
  2. 用到Queue和Stack這兩個資料結構 ,已經寫好放在同個資料夾底下 , 有兩個檔案 : ADT.h 和 ADT.cpp , 同時還提供了一個洗牌的函式 1. 連結Header Files - 首先我們要同時使用多個檔案來跑程式的話 , 就需要建立一個專案檔。   VS.net 2005 因為一定要建專案才能跑 , 所以只要在標頭檔(Header Files)按   右鍵 , 把這兩個檔案加進來就可以了。在主程式要記得 #include “ADT.h” , 才可以使用
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2567
    • 提供者:zelda
  1. famousz-misc

    1下载:
  2. k-means及Isodata 聚类算法的实现,用c++代码实现,输入数据为Iris,输出分类类结果。 包含Iris数据及所有头文件和.cpp文件。-Isodata k-means clustering algorithm and implementation, using c++ code implement,. the input data is the Iris, the output classification class results. contains Iris d
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-07
    • 文件大小:82846
    • 提供者:姜丽
  1. dijkstra

    0下载:
  2. 一个Dijkstra算最短路径的代码,完整的(包括头文件,生成距阵),可直接运行的。-A Dijkstra shortest path calculation code, complete (including the header files, build Inmerse Matrix), can be directly run.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:13519
    • 提供者:zjf
  1. itu-t81[1]

    0下载:
  2. Implementation of JPEG compression algorithm with JFIF header being appended.This project involves writting code for following steps : Chroma subsampling,partitioning ,level shifting,DCT,quantization,zigzag scanning(involves DC differential coding &
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:967167
    • 提供者:dwn
  1. frame_syn

    1下载:
  2. 这是一个帧同步数据搜索模块,用于检测输入的数据流中的帧头,当检测到帧头后输出一个同步信号。 输入数据为 8bit的并行数据流,数据流中的每帧由 10 个字节组成,为 1个字 节的帧头(47H)加上 9 个字节的数据。各个字节的中间部分与时钟上升沿对齐。 每帧数据中,除帧头外的其他数据也可能为 47H。 在数据传输过程中,帧头数据有可能受到干扰而变为其他数值,因此要求输出同步信号时具有一定的容错功能。-This is a frame synchronization
  3. 所属分类:matlab例程

    • 发布日期:2014-03-16
    • 文件大小:409234
    • 提供者:追月
  1. 0001

    0下载:
  2. 基于文件调用形式的学生成绩管理,有头文件调用子函数来完成。-File-based forms of student achievement call management, call the header files Functions to complete.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2816
    • 提供者:李雷
  1. bpClass

    0下载:
  2. bp算法 类,一个头文件,一个源文件,非常全面,功能强大-bp algorithm type, a header file, a source file, very comprehensive and powerful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:4264
    • 提供者:lcy
  1. binaryTree

    0下载:
  2. 本程序用二叉树类实现了从键盘输入二叉树的两种遍历结果,在内存中建立二叉链表,根据遍历结果恢复该二叉树,并在屏幕上显示该二叉树。整个程序采用多文件,一个头文件,一个函数实现文件,以及主函数所在文件。-The program uses a binary tree class implements a binary tree from two keyboard traversal results in memory to create the binary list, according to res
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:288309
    • 提供者:姚丽文
  1. BinarySearchTree

    0下载:
  2. 一个简单的二叉搜索树实现,可以直接使用头文件移植-A simple binary search tree implementation can use the header files transplant
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1500
    • 提供者:夏治文
  1. Dijkstra

    0下载:
  2. 经典Dijkstra算法,用于最短路径求解,完整的(包括头文件,生成距阵),可直接运行的-Classical Dijkstra algorithm, for the shortest path problem, complete (including header files, build Inmerse Matrix), can be run directly
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:9089
    • 提供者:昱程
  1. 6

    0下载:
  2. 1、掌握队列的顺序存储和链接存储及队列操作 2、理解队列的不同存储实现下的头文件(queue.h和linkqueue.h)的应用 -1, control the order of the queue and the queue storage and storage operation link 2, understanding the different queue header files under the Data Storage (queue.h and linkqueue.h
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:31884
    • 提供者:chen
  1. time.h

    0下载:
  2. 头文件 ”time.h” 下的函数: Clocl_t和tine_t都可以将系统的时间和日期标示为长整形。 结构类型 tm 保存分解的日期和时间元素。 Tm的结构定义如下: -Header file " time.h" function under: Clocl_t and tine_t can the system time and date indicated for the long plastic. Decomposition structure type
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2645
    • 提供者:ready
  1. Follow-upbinarytreetraversal

    0下载:
  2. 上帝王牌:给出先序遍历和中序遍历,求后续遍历,要求: 函数头如下: bool getPostOrder(const char* perOrder, const char* inOrder, char* postOrder) 返回值是一个布尔 代表是否有这样的二叉树 用法: char* perorder = "abdgcefh" char* inorder = "dgbaechf" 或者 char* inorder = "abcde" char post
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:177890
    • 提供者:上帝王牌
  1. tt0202

    0下载:
  2. 1.建立两个有序得链表(带表头,用头插法); //2.写一算法在单链表上实现线性表的ListLength(L)运算。 写一算法将单链表中值重复的结点删除,使所得的结果表中各结点值均不相同。 -1. The establishment of two ordered lists too (with header, with the first interpolation) // 2. To write a method to achieve a single linked linear
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:979
    • 提供者:秦天
  1. MATLAB

    0下载:
  2. 这个环境最简单的是 gcc + glibc + linux-header + make 。另外还要看你的目标环境。-gcc+ glibc+ linux
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1504
    • 提供者:
  1. wireless_mesh_network_header

    0下载:
  2. it is the modified header when simulate wireless mesh network in NS2
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1564
    • 提供者:B. X. ZHAO
  1. fraction

    0下载:
  2. 分数的类定义,构成及实现加减乘除运算的头文件-Fraction of the class definition, composition and operation to achieve header Math
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:724
    • 提供者:your
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com