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

搜索资源列表

  1. 用“时域最小平方误差准则” 设计IIR DF

    0下载:
  2. 试用时域最小平方误差准则(最小平方逆设计)设计一个具有四项系数的IIR DF的系统函数,使其在y(n)=[3,2,1]输入激励下,输出v(n)逼近d(n)=[2,0.2,0.05]。令v(-1)=v(-2)=0。求出v(n)的前8个样值与d(n)进行比较。用matlab实现了此要求。-trial at the least square error domain guidelines (minimum inverse square design) design with a four DF IIR
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:822
    • 提供者:lsd
  1. 判断素数的个数

    0下载:
  2. 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除,       则表明此数不是素数,反之是素数。 -judgment 101-200 between the number of primes, and the export of all prime numbers. 1. Program Analysis : judgment in several ways : with a few were t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2964
    • 提供者:小倪
  1. 老鼠走迷宮 程式

    0下载:
  2. 這是使用vb來模擬資料結構中有名的老鼠走迷官程式。小老鼠會記錄所走過的路。自動找到出口。-vb This is the use of information to simulate the structure of the famous mouse away crowds official programs. Small rodents records traversed path. Automatic find export.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:66868
    • 提供者:詹小杰
  1. 迷宫搜索

    0下载:
  2. 这是一个实现自动生成随机迷宫,并且自动实现从迷宫的入口到出口的路径搜索的一个Applet程序-This is an automatically generated random maze, and automatically from the entrance to the maze of export path of a search procedures Applet
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9757
    • 提供者:roc
  1. 程序内存驻留程序(TSR)8

    0下载:
  2. 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7333
    • 提供者:高俊杰
  1. matlab_algorithms

    0下载:
  2. 非线性自适应滤波器MATLAB程序,含VLMS和VRLS以及输入输出文件-nonlinear filter MATLAB procedures, including VLMS VRLS and import and export documents
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:78496
    • 提供者:郑研
  1. Tansuo

    0下载:
  2. 数据结构---堆栈的使用。蓝色小方块在一个自己添加的红色迷宫中找到一个出口。利用数据结构堆栈的特性来。-data structure --- stack use. Blue small chunks themselves in a maze of red added to find an export. Stack data structure used to the characteristics.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1567
    • 提供者:wjj
  1. park_guide

    1下载:
  2. 公园导游图 给出一张某公园的导游图(景点不少于10个),游客通过终端询问可知: 任一景点的相关信息; 从某一景点到另一景点的最短简单路径。 游客从公园大门进入,选一条最佳路线,使游客可以不重复地游览各景点,最后回到出口(出口就在入口旁边)。 要求: 1、从键盘或文件输入导游图; 2、游客通过键盘选择两个景点,输出结果; 3、输出从入口到出口的最佳路线。 文件中包含详细的源代码及注释,以实现这个经典的问题。-park guide map is a par
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1614
    • 提供者:agang
  1. PCA-matlab

    1下载:
  2. 此程序为用于主成分分析的matlab程序,可以输出贡献率及画出二维散点图-this procedure for the Principal Component Analysis Matlab procedures can export contribution rate and the two-dimensional plot paint
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4150
    • 提供者:林子
  1. 3.32

    0下载:
  2. 将两个随机产生的链表连接,并按从小到大的顺序输出-two randomly generated Chain Link, together with a small to large export order
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7716
    • 提供者:李冰月
  1. riqi

    0下载:
  2. 自定义一个简单的日期类DateType,它具有数据成员y、m、d,用来表示当前日期的年、月、日。而后设计该类欲实现(完成)的功能,进而设计出相应的类成员函数。 例如,下面给出的“雏形”可用来实现对天的增加,比较两个日期是否相等,以及对日期的输出等操作。请完成各类成员函数,并编制主函数,说明DateType类对象,对定义的各成员函数进行调用,以验证它们的正确性。 class DateType { //自定义的日期类DateType int y,m,d //数
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4135
    • 提供者:fisherman
  1. Pathfinder

    0下载:
  2. 在WINDOWS环境下用C语言开发的寻路程序,应用遗传算法,在一个迷宫中迅速找到出口-the Windows environment using the C language development routing procedures, genetic algorithm, in a maze to find a rapid export
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23910
    • 提供者:lb
  1. yabanbiaohaoSource

    0下载:
  2. This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.-This file (the project file
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:890813
    • 提供者:周燕
  1. Untitled5

    0下载:
  2. 一个利用matlab来模拟数字信号处理过程的,信号经过加噪声滤波后重新输出。-a simulation using Matlab to digital signal processing, signal plus noise filtering through re-export.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:964
    • 提供者:孟旭
  1. 112213432545435

    0下载:
  2. n后问题,实现n后问题的求解,并且可以输出最有解-n, n after realizing the problem solving, and can export most Solution
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6113
    • 提供者:李真志
  1. DataImportandExport

    0下载:
  2. matlab数据导入导出,支持文本、音频、视频及其他数据类型-matlab data import and export, support for text, audio, video and other data types
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:978928
    • 提供者:jiang
  1. data-input-and-export

    0下载:
  2. MATLAB统计分析与应用:40个案例分析- data input and export
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:18137
    • 提供者:penny
  1. The-data-input-and-export

    0下载:
  2. 用matlab实现数据的导入与导出 内含经过调试的详细代码-The data input and export with detailed code
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:15372
    • 提供者:袁申申
  1. data-export

    0下载:
  2. data export Matlab Codes
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2293856
    • 提供者:zahra
  1. Estimation bias and data export

    0下载:
  2. 基于sas的估算偏差和数据导出的字段提取和数据处理代码(Estimation bias and data export based on SAS)
  3. 所属分类:数学计算

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:冬青卫矛
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com