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

搜索资源列表

  1. MAMPRES

    0下载:
  2. Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensioned complex array. the frequency response is stored in h(0) to h(n-1). n :the dimension of h and amp. fs :sampling frequency (Hz). iamp:If
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:969
    • 提供者:king_key
  1. AIbashuma

    0下载:
  2. 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个\"扩展数组[4]\"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5507
    • 提供者:丁如敏
  1. AIbashumaJava1

    0下载:
  2. 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个\"扩展数组[4]\"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10381
    • 提供者:丁如敏
  1. routh

    2下载:
  2. 建立routh阵列表的函数,建立胡尔维茨的函数,是判定系统稳定性的很好工具。-routh array of links to establish the function of the establishment of the H-Polynomial function, System stability is convicted of a good tool.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3247
    • 提供者:why
  1. revmatrix

    0下载:
  2. 螺旋矩阵问题:编程产生H*L的螺旋矩阵。首先,我们用一个二维数组来放置矩阵,然后按照数字大小顺序来填充矩阵.-spiral Matrix : Programming produced H * L spiral matrix. First, we used a two-dimensional array to accommodate matrix, in accordance with the order number to filling matrix.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1164
    • 提供者:吴远峰
  1. Array.h

    0下载:
  2. 数据结构(c++语言描述)动态数组类的定义和实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:823
    • 提供者:diyi
  1. 咖吗滤波matlab

    1下载:
  2. function [h,s,v] = rgb2hsv(r,g,b) %RGB2HSV Convert red-green-blue colors to hue-saturation-value. %   H = RGB2HSV(M) converts an RGB color map to an HSV color map. %   Each map is a matrix with any number of rows, exactly three
  3. 所属分类:matlab例程

    • 发布日期:2008-12-16
    • 文件大小:1517
    • 提供者:leohee
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. FFT

    1下载:
  2. 脑波FFT变换 调用格式见m文件头部说明(下边也复制了一份) 有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用 ------------------------------------ 保存为FFT.m文件 输入参数: N:进行FFT变换的点数(要求是2的N次幂); fs:信号的采样频率(frequency of simpling) sig:进行FFT变换的数组(一维)。 输出参数: f_sig:变换后的信号(一维数组) E_de
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:207065
    • 提供者:张诚
  1. datastr

    0下载:
  2. C/C++常用的数据结构类 包括: array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltr
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16765
    • 提供者:sam
  1. HeapsortCodes

    0下载:
  2. Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as po
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:197021
    • 提供者:黃文岩
  1. format_ticks.m

    0下载:
  2. Replace or appends XTickLabels and YTickLabels of axis handle h with input tickx and ticky array-Replace or appends XTickLabels and YTickLabels of axis handle h with input tickx and ticky array
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3477
    • 提供者:javi
  1. DynamicArray

    3下载:
  2.  完成满足上述接口的动态数组(Dynamic array)的程序;  需要遵循基本的编程规范和风格;  动态分配内存用C++的函数new/delete,不用malloc/free;  处理好动态分配的运用,不要出现内存泄漏;  了解C++类的构造函数和析构函数的作用;  熟悉C++类的写法(*.h, *.cpp);  各种情况考虑周到,不要出现程序崩溃; -
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-07-29
    • 文件大小:252928
    • 提供者:陈婉
  1. removingduplicates

    0下载:
  2. Removes dulicates in an array using stacks. It uses its own stack.h file instead of the STL.
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:4718
    • 提供者:sandeep
  1. Ardtool-1.0

    0下载:
  2. 程序计算并画出1D和2D阵列。由Designed by Mohamed H. Awida Ain Shams University, Faculty of Engineering, Electronics and Communication Dep.Egypt.设计 -The program computes and plots the array factor of 1D and 2D array .Designed by Mohamed H. Awida Ain Shams U
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:9592
    • 提供者:swizon
  1. paixu

    0下载:
  2. 用指向指针的方法对n个数进行排序并输出,n和各整数在主函数中输入-#include <stdio.h> #define SIZE 100//数组最大长度 #define SWAP(x, y, t) (t = x, x = y, y = t)//交换两个数 void sort(int**p, int n){//排序函数 int i, j int min int temp for(i = 0 i < n- 1 i++){
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:15965
    • 提供者:李明
  1. format_ticks

    0下载:
  2. The code replaces or appends XTickLabels and YTickLabels of axis handle h with input tickx and ticky array in MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2017-04-14
    • 文件大小:3382
    • 提供者:Ali
  1. matlab-help

    0下载:
  2. 导言 - 描述MATLAB系统的组成。 开发环境- 介绍MATLAB的开发环境,包括有关工具和MATLAB桌面的信息。 矩阵操作- 介绍如何用MATLAB生成矩阵以及用矩阵进行数学运算。 作图- 介绍MATLAB的作图能力,包括有关作图数据,给图表加注释,以及图像的使用。 用MATLAB编程 - 描述如何用MATLAB语言编写手稿和函数,以及利用数据结构,例如单元数组和多元数组。 - 用MATLAB编程- 描述如何用MATLAB语言编写手稿和函数,以及利用数据
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1028320
    • 提供者:xushaowen
  1. h

    0下载:
  2. H网联想记忆12*11阵列存储8个数字,打乱后重新记忆起-H network associative memory array 12* 11 store up to 8 digital memory , disrupting the re- starting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1318
    • 提供者:王妙琼
  1. array

    0下载:
  2. array接口,提供了动态数组的接口和实现,内有array.c为实现array.h为接口以及makefile。可在gcc下编译通过-array interface and implementation
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:1143
    • 提供者:zeropointer
« 12 »
搜珍网 www.dssz.com