CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - integral

搜索资源列表

  1. TMS320C54x DSP 的cpu和外围设备

    0下载:
  2. 针对在FPGA中实现FIR滤波器的关键--乘法运算的高效实现进行了研究,给了了将乘法化为查表的DA算法,并采用这一算法设计了FIR滤波器。通过FPGA仿零点验证,证明了这一方法是可行和高效的,其实现的滤波器的性能优于用DSP和传统方法实现FIR滤波器。最后介绍整数的CSD表示和还处于研究阶段的根据FPGA实现的要求改进的最优表示。-view of the FPGA FIR filters achieve the key -- the multiplication Efficient Implem
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1424510
    • 提供者:呈一
  1. 和数能表示1~23的5个正整数

    0下载:
  2. 已知五个互不相同的正整数之和为23,且从这五个数中挑选 若干个加起来可以表示从1到23之内的全部自然数。问这五个数 是什么?-incompatible with the five known is the integral and 23 and from 5 to select few number can be expressed from a combined 1-23 all within the year. Asked what is the number five?
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1129
    • 提供者:姚紫欣
  1. 龙贝格积分算法

    0下载:
  2. 用c语言编写的一个龙贝格积分算法.可在C++或DOC下实现.-use of a language Romberg integral algorithm. In C or under DOC.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1091
    • 提供者:王安耀
  1. 十进制四则运算器

    0下载:
  2. 题目内容:在以二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。主要功能:实现整数浮点数的四则运算。-topic : expressed in a binary tree arithmetic expressions on the basis of the design of a four decimal computing calculator. The main functions : to achieve integral float the four operations.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5321
    • 提供者:lucky100
  1. 二重积分

    0下载:
  2. 利用了二重积分的复化梯形公式,并运用了Richardson外推思想-use of the Double Integral Minute trapezoid formula, and apply a Richardson extrapolation thinking
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1380
    • 提供者:叶真
  1. zhou04

    0下载:
  2. 求函数的积分,用三种不同的方法求某一积分值,如矩形积分法等-function for the integration, using three different methods for a particular integral value, such as rectangular integral Law
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1779
    • 提供者:周子藤
  1. sinpson

    0下载:
  2. 数值算法的实现 辛普森算法 实现积分 在c语言下实现 -numerical algorithm to achieve Simpson algorithm integral in achieving language c
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1147
    • 提供者:委员克
  1. 文件运算器

    0下载:
  2. 问题描述:加减乘运算器。 要 求: 输入方式:使用给定文件进行输入; 输出方式:使用文件进行输出; 使用的数据结构:双向链表 实现的功能:实现任意位数的正负整数或小数的加法、减法和乘法运算。 具体要求:每个结点存储一位数字。算出的结果若是小数,整数部分的高位若为0要去掉,小数部分的低位若为0要去掉,若0085.56700,最后结果应为85.567。 文件说明:给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17518
    • 提供者:何金龙
  1. r_kutta4

    0下载:
  2. 龙个哭他法 计算积分 -he cried calculated integral integral integral integral calculation
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:986
    • 提供者:陈思
  1. pb91b5

    0下载:
  2. 寫一個程式將n個整數相加, 輸入檔的第一行是一個整數n, 接著n行每一行是一個整數, 你的程式要將這些整數相加並將結果輸出, 其中每個整數為不超過50位數的十進位數字-write a formula to the sum of n integers, the importation of the first line of stalls is an integer n, n OK then each trip is an integer, you should bring these progr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4243
    • 提供者:天才帥哥
  1. 积分

    0下载:
  2. 一个用C++编写的积分算法,可以用VC编译.-an integral prepared by the algorithm can be used in VC compiler.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13198
    • 提供者:star
  1. 分段积分的PID算法

    1下载:
  2. 分段积分的PID算法在温度控制系统中的应用-subparagraph integral PID algorithm in the temperature control system of
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:94149
    • 提供者:杨久敏
  1. simpsonintegral

    0下载:
  2. 复化辛普生求积分——工科学生必须的课程设计程序,简单的就积分程序,内付说明-Minute of Health quadratures Simpson -- engineering courses, students must design process, the simple procedures on Integral, which pay Note
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:19166
    • 提供者:yang
  1. TTraveler

    0下载:
  2. 这个软件和腾讯的TT软件相同,但是使用的效率绝对不会比TT差.在网上搜索而来,请帮偶上传换取积分噢-the software and Tencent TT the same software, but use efficiency will definitely not worse than the TT. Online search from, please help upload for dual integral Oh
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1000064
    • 提供者:陈龙炎
  1. simple tank

    0下载:
  2. 同样是用j2me写的,只是这个tank.rar实现了最基本的冲突检测,也就是j2me中最基本的问题,应为坦克运动时,会碰壁,而这个程序中较好的做到了这一点。而且,其中也实现了积分的操作,数据库读写。-J2ME is the same writing, only the tank.rar realization of the most basic conflict detection, J2ME is the most basic issues, the movement of tanks, it
  3. 所属分类:J2ME

    • 发布日期:2012-10-22
    • 文件大小:50529
    • 提供者:涛涛
  1. CorrelationDimension_luzhenbo

    1下载:
  2. 计算关联维的 Matlab 程序 - (mex 函数,超快) ----------------------------------- 文件夹说明: 1、CorrelationDimension_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、PhaSpaRecon.m - 相空间重构 5、CorrelationDimension.dll - 计算关联积分函数
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:54153
    • 提供者:李晓燕
  1. regexpp3.tar

    0下载:
  2. 最牛的C++语言正则表达式库 regex++即将被纳入c++语言标准库成为c++语言不可分割的一部分,这也可以看出这个库的厉害之处。这个库本身是boost库的一部分,但是boost太大,使用不便。这是该库的作者独立发行的安装包。-C language is a regular expression library regex about to be incorporated into the standard language for c c become an integral part
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:776588
    • 提供者:李伟
  1. jifenlianxi

    0下载:
  2. 复化simpson公式求二重积分的matlab程序,对于无振荡函数的二重积分效果很好!-Minute of Double Integral formula for the Matlab procedures, without oscillation function for the Double Integral good results!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:937
    • 提供者:好东西
  1. simpson_noncircular

    1下载:
  2. 用于非圆齿轮齿廓方程计算的辛普生二重积分程序-for non-circle gear equation of Simpson procedures Double Integral Health
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4007
    • 提供者:empirex
  1. GP_Algorithm_luzhenbo

    2下载:
  2. G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性 文件夹说明: 1、GP_Alg
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6371
    • 提供者:陆振波
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com