design LP,HP,B S digital Butterworth and Chebyshev filter. All array has been specified internally,so user only need to input f1,f2,f3,f4,fs(in hz), alpha1,alpha2(in db) and iband (to specify the type of to design). This program output hk(z)=bk(z)/ak(z),k=1,2,..., ksection and the freq.
标签: Butterworth internally Chebyshev specified
上传时间: 2015-11-08
上传用户:253189838
Globus Toolkit 3.0 Quick Start(Globus Toolkit 3.0 快速入门) 这本 IBM 红皮书描述了 ITSO 小组使用 Globus Toolkit 3.0 的早期经验。GT3 是一种重要的网格实现,它能够适应最新的开放网格服务基础设施(Open Grid Services Infrastructure,OGSI) 本红皮书针对那些想要学习 GT3,但具备很少甚至没有 Globus 早期版本或者网格计算经验的人,为他们提供了重要的入门资料。本书向您展示了如何实现 GT3 演示,以及如何为验证概念而构造某些场景。同时,本文还阐述了 GT3 工具箱组件的高级概念和整体架构。 特别提示:这篇材料并不曾提交给任何正式的 IBM 测试,就这样直接出版了。文中的主题并不适合进行严格的评审。IBM 不会为本文的正确性和完整性负任何责任。对文中信息和任何技术实现方法的使用都由用户自己负责,用户要利用自己的能力对其进行评估,然后才能集成到自己的运行环境之中。
上传时间: 2014-11-03
上传用户:天涯
The VHDL Golden Reference Guide is a compact quick reference guide to the VHDL language, its syntax, semantics, synthesis and application to hardware design.
标签: VHDL Reference reference language
上传时间: 2014-12-21
上传用户:chenbhdt
JSP中文网新闻发布系统是由jsp中文网为了方便管理自己的相关技术文章而编写的b/s模式的集新闻发布、管理与一体的新闻发布系统。
上传时间: 2014-01-22
上传用户:13215175592
// 带有列主元的高斯消元法 // 功能: 求解线性方程组 Ax = b // 参数: A - 指向n*n系数矩阵的指针 // b - 常数向量的指针 // n - 方程组的维数 // 返回值:0 - 如果成功。线性方程组的解保存在 b 中 // 1 - 求解失败
上传时间: 2013-12-18
上传用户:xcy122677
B-spline曲線是包含Bezier曲線的通用數學表示法。
上传时间: 2015-11-22
上传用户:whenfly
About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl
标签: C. hamsterdb structure database
上传时间: 2013-12-11
上传用户:LouieWu
文法如下: (1)S->aAcBe (2)A->b (3)A->Ab (4)B->d 關於lr0的語法分析
上传时间: 2015-11-22
上传用户:thinode
用全选主元高斯消去法求解N复系数阶线性方程组AX=B
上传时间: 2015-11-25
上传用户:ggwz258
一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。
标签: CubicMultinomialRegress override public double
上传时间: 2015-11-25
上传用户:13215175592