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

搜索资源列表

  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. zlib-1.2.2

    0下载:
  2. zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), r
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:483798
    • 提供者:fwx
  1. mesch12b自己修正

    0下载:
  2. C语言版本的矩阵库,目前世界上最流行的三大矩阵运算库之一,这是修正版本,我自己改了几个地方(按照官方要求)-C language edition matrix library , now in the world the most popular three greatest matrixeses carries to calculate the one of the library , this is to revises the edition, myself changed a few p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:709099
    • 提供者:赵辉
  1. chap3_2s

    0下载:
  2. 此程序为模糊PID控制程序,自适应模糊PID控制器以误差e和误差变化率e 作为输入,可以满足不同时刻的e和e 对PID参数自整定的要求。利用模糊控制规则在线对PID参数进行修改,便构成了自适应模糊PID控制器。 -procedure for fuzzy PID control procedures, adaptive fuzzy PID controller error e and e error rate of change as input to meet the different m
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1222
    • 提供者:红光
  1. Simulate_Allocate_Memory_Implement_by_C

    0下载:
  2. 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。) -simulation memory allocation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3617
    • 提供者:丘方
  1. 20063202514811

    0下载:
  2. 本源码是一个算法,请大家多多共享,如有不当之处请谅解。-the source is an algorithm, we share a lot, if anything wrong with the request of understanding.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6808
    • 提供者:彭玉辉
  1. CCHDUlink

    0下载:
  2. 本题所涉及的有关操作是从控件中选择所要创建的链表的类型(用VC的Radio Button 实现选择),然后在编辑控件(Edit Button)中输入数据,然后创建链表时从控件中截取数据,转化为数学数据后,通过对链表入链操作,从而建立起一个链表。链表建立起来后,要求在窗口中以图形方式输出链表,窗口图形显示,主要是利用画直线和画矩形函数实现。数值的输出通过VC自带的函数在相应的坐标点显示。链表的动态显示所涉及的问题是:在一个窗口中输出了图形是始终存在的。要实行动态显示,必须在一段区域内画一个足够大的
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:55799
    • 提供者:华姿翔
  1. topu

    0下载:
  2. 输入有向图的顶点,又有优先级的要求,通过此程序可以得到一个合理的排序-importation plan to the apex, another priority of the request, through this procedure can be a reasonable sort of
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1309
    • 提供者:王想红
  1. maxeigen

    0下载:
  2. 乘幂法求矩阵最大特征值函数形参分别为所求矩阵及矩阵的行列数-207.142.131.235 France for the largest matrix eigenvalue shape function parameters for the request matrix and the ranks of several matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1441
    • 提供者:shy
  1. PolyFitSingle

    0下载:
  2. //=== === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // int m -------- 拟合多项式的项数,即拟合多项式的
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1373
    • 提供者:石林
  1. proot

    0下载:
  2. 求原跟的VC程序,可计算2-10000之间的质数的原跟-original request with the VC process, translate between 2-10000 the quality of the original with a few
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6145
    • 提供者:忠波
  1. qASSIGNMENT2

    0下载:
  2. 这是帮那留学生做的第二个作业,里面有详细的文档资料,要求运用到 链表 图 和最短路径算法. Dijkstra-This is to help the students so that the second operation, which has detailed information on the document, Listless request to use maps and the shortest path algorithm. Dijkstra
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40662
    • 提供者:何键
  1. C_3mfz

    0下载:
  2. C语言 打印“魔方阵”,所谓魔方阵是指这样的方阵 ,它的每一行,每一列和对角线之间和均相等。例如,三阶魔方阵为 8 1 6 3 5 7 4 9 2 要求打印出1~n的平方数的自然数的魔方阵。-C language Print "demons Matrix" and the so-called magic matrix is the matrix, which each row, Each series and between di
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:942
    • 提供者:WJ
  1. Calculator_code_by_Java

    0下载:
  2. 用JAVA实现的计算器:采用Eclipse 3.1开发,基于JDK 1.5.可进行+、-、*、/、求余、开平方运算-using the JAVA Calculator : Eclipse 3.1 development, Based on JDK 1.5. may I request for ,-,*,/,, square root computation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8162
    • 提供者:miracleboy
  1. Studentstatusmanagementsystem

    0下载:
  2. Student status management system is development two aspects that typical information management system, IMS( MIS), its development includes primarily the background database creates with support and the front end applies the procedure.Creates to rise
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8737356
    • 提供者:lj
  1. svb022704

    0下载:
  2. 纯软件的光线追踪算法 可以满足你的要求-pure software ray tracing algorithm can satisfy your request
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:46338
    • 提供者:林为样
  1. 倒酒问题

    0下载:
  2. 倒酒问题描述: 设有两个能装8两的酒杯(称为1号,2号)装满了酒, 和1个能装3两的空酒杯(称为3号), 问怎样用这3个酒杯向4个人 敬酒, 使得每个人都喝4两酒. 要求: 用程序计算出可行方案。 输入: 无 输出: 每一步决策.-down quite Problem descr iption : two can be loaded with two of the eight glasses (known as 1, 2) filled with the wine, and one can ho
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9290
    • 提供者:
  1. kingho

    0下载:
  2. 皇后问题:在N*N的方格里放置皇后,要求不能放在同一行、同一列、同一对角线上。输入所有适合条件的情况。-Queen : N * N in the box, placed the empress, on the request can not be the same line, the same series on the same diagonal. The importation of all suitable conditions.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1471
    • 提供者:陶发辉
  1. 用C语言编写求矩阵自相关函数小程序

    2下载:
  2. 用C语言编写求矩阵自相关函数小程序,可应用于图像处理中求自相关系数-Written in C find the autocorrelation function of a small matrix program, can be applied to image processing request from the correlation coefficient
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-21
    • 文件大小:1604
    • 提供者:cheney
  1. selective-repeat

    0下载:
  2. Selective Repeat ARQ / Selective Reject ARQ is a specific instance of the Automatic Repeat-Request (ARQ) protocol used for communications.-Selective Repeat ARQ / Selective Reject ARQ is a specific instance of the Automatic Repeat-Request (ARQ) protoc
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:8446
    • 提供者:sathyapriyanga
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com