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