% binomial.m by David Terr, Raytheon, 5-11-04, from mathworks.com % Given nonnegative integers n and m with m<=n, compute the % binomial coefficient n choose m.
資源簡介:% binomial.m by David Terr, Raytheon, 5-11-04, from mathworks.com % Given nonnegative integers n and m with m<=n, compute the % binomial coefficient n choose m.
上傳時間: 2015-08-27
上傳用戶:mhp0114
資源簡介:function varargout = lcmgui(varargin) % LCMGUI M-file for lcmgui.fig % LCMGUI, by itself, creates a new LCMGUI or raises the existing
上傳時間: 2016-12-20
上傳用戶:cxl274287265
資源簡介:An Introduction to Genetic Algorithms for Scientists and Engineers By David Coley, World Scientific Press, 1999 (US$28 / £ 19.04) 書中的算法源程序
上傳時間: 2014-01-22
上傳用戶:yd19890720
資源簡介:%CreateRefChannels.m,可以參考一哈,對于數字信號處理有用
上傳時間: 2014-01-13
上傳用戶:zuozuo1215
資源簡介:Practical FPGA Programming in C By David Pellerin, Scott Thibault Publisher: Prentice Hall PTR Pub Date: April 22, 2005 ISBN: 0-13-154318-0 Pages: 464
上傳時間: 2014-01-10
上傳用戶:1966640071
資源簡介:python方面較權威教程. Python Cookbook, 2nd Edition By David Ascher, Alex Martelli, Anna Ravenscroft
上傳時間: 2014-06-03
上傳用戶:zhliu007
資源簡介:使用MATLAB中的COM生成器(comtool),將M文件生成DLL,于VB中引用.從MATLAB6.5開始,MATLAB提供了COM生成器,使用該生成器,可以將MATLAB函數和自定義的函數打包成組件,然后集成到支持該技術的應用程序中去.使用該技術,可以很大程度上脫離MATLAB環境.
上傳時間: 2013-12-18
上傳用戶:時代電子小智
資源簡介:These are the examples from the book Java Examples in a Nutshell, 2nd Edition, by David Flanagan. See the file index.html for more information.
上傳時間: 2016-01-22
上傳用戶:13188549192
資源簡介:These are the examples from the book Java Examples in a Nutshell, 2nd Edition, by David Flanagan. See the file index.html for more information.
上傳時間: 2016-03-08
上傳用戶:yyq123456789
資源簡介:Eclipse in Action: A Guide for Web Developers by David Gallardo, Ed Burnette and Robert McGovern
上傳時間: 2016-03-15
上傳用戶:Breathe0125
資源簡介:E-book, <<Fundamentals of Wireless Communication>> by David.
上傳時間: 2016-05-12
上傳用戶:yuchunhai1990
資源簡介:溫度檢測范圍 : -30℃-+50℃ ~ 測量精度 : 0.5℃ ~ 濕度檢測范圍 : 10%-100%RH ~ 檢測精度 : 1%RH ~ 顯示方式 : 溫度:四位顯示 濕度:四位顯示 ~ 報警方式 : 三極管驅動的蜂鳴音報
上傳時間: 2013-12-19
上傳用戶:kr770906
資源簡介:% am.m % Matlab demonstration script for DSB-AM modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.
上傳時間: 2016-12-28
上傳用戶:dongqiangqiang
資源簡介:% lssb.m % Matlab demonstration script for LSSB-AM modulation.
上傳時間: 2013-12-17
上傳用戶:a673761058
資源簡介:% lssb_dem.m % Matlab demonstration script for LSSB-AM demodulation.
上傳時間: 2013-12-26
上傳用戶:cc1015285075
資源簡介:% dsb_dem.m % Matlab demonstration script for DSB-AM demodulation.
上傳時間: 2016-12-28
上傳用戶:zhangjinzj
資源簡介:小生境遺傳算法程序 % MyFun1.m - 一維優化函數 % MyFun2.m - 二維優化函數 % MyFun3.m - 三維優化函數 % Main_GA1.m - 一維函數優化 - 主程序 % Main_GA2.m - 二維函數優化 - 主程序 % Main_GA3.m - 三維函數優化 - 主程序
上傳時間: 2017-01-08
上傳用戶:luke5347
資源簡介:%The phase locked loop(PLL),adjusts the phase of a local oscillator %w.r.t the incoming modulated signal.In this way,the phase of the %incoming signal is locked and the signal is demodulated.This scheme %is used in PM and FM as wel...
上傳時間: 2015-09-28
上傳用戶:zhangzhenyu
資源簡介:假定已經有許多應用采用了程序1 - 1 5中所定義的C u r r e n c y類,現在我們想要對C u r r e n c y類 的描述進行修改,使其應用頻率最高的兩個函數A d d和I n c r e m e n t可以運行得更快,從而提高應 用程序的執行速度。由于用戶僅能通過p u b l i c部分...
上傳時間: 2015-10-11
上傳用戶:BIBI
資源簡介:%DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the % bounds corresponding to the sign of the gradient g, where % l is the vector of lower bounds, u is the vector of upper % bounds. Ve...
上傳時間: 2013-12-24
上傳用戶:sz_hjbf
資源簡介:% PURPOSE : Demonstrate the differences between the following filters on the same problem: % % 1) Extended Kalman Filter (EKF) % 2) Unscented Kalman Filter (UKF) % 3) Particle Filter (PF) % 4) PF with EKF proposal (PFEKF) % 5)...
上傳時間: 2016-01-07
上傳用戶:yiwen213
資源簡介:% PURPOSE : Demonstrate the differences between the following filters on the same problem: % % 1) Extended Kalman Filter (EKF) % 2) Unscented Kalman Filter (UKF) % 3) Particle Filter (PF) % 4) PF with EKF proposal (PFEKF) % 5)...
上傳時間: 2016-10-20
上傳用戶:wuyuying
資源簡介:Ivor Horton s Beginning Java 2, JDK 5 Edition Code from the book
上傳時間: 2013-11-29
上傳用戶:離殤
資源簡介:Create a time protocol over Client/Server Environment by sending request about time to server from client and the server will response to give the correct time back to the client.
上傳時間: 2015-05-23
上傳用戶:guanliya
資源簡介:本程序直接摘自文獻: % S. K. Mitra. Digital Signal Processing: A Computer-Based Approach. Second Edition, % McGraw-Hill,2001 清華大學出版社,2001
上傳時間: 2014-12-02
上傳用戶:佳期如夢
資源簡介:%直接型到并聯型的轉換 % %[C,B,A]=dir2par(b,a) %C為當b的長度大于a時的多項式部分 %B為包含各bk的K乘2維實系數矩陣 %A為包含各ak的K乘3維實系數矩陣 %b為直接型分子多項式系數 %a為直接型分母多項式系數 %
上傳時間: 2014-01-20
上傳用戶:lizhen9880
資源簡介:%求輸入一維信號的計盒分形維數 %y是一維信號 %cellmax:方格子的最大邊長,可以取2的偶數次冪次(1,2,4,8...),取大于數據長度的偶數 %D是y的計盒維數(一般情況下D>=1),D=lim(log(N(e))/log(k/e)),
上傳時間: 2013-12-13
上傳用戶:671145514
資源簡介:% SSOR預處理的共軛梯度法求解方程Ax=b % 輸入參數說明 % A 正定矩陣[n*n] % b 右邊向量 % omega SSOR預處理參數(0--2) % Times 迭代次數 % errtol 給定誤差終止條件 % %輸出參數 % NewX 方程Ax=b的x近似解 % avgerr 求解的當前平均絕對...
上傳時間: 2013-12-19
上傳用戶:一諾88
資源簡介:IAR EWARM 5.11最新注冊機,保證絕對能用
上傳時間: 2013-12-05
上傳用戶:Amygdala
資源簡介:最新版IAR FOR ARM(EWARM)5.11中的代碼例子,包括Actel Aiji,AnalogDevice,ARM,Atmel,Cirrus,Freescale,Luminary,Mirconas NXP,OKI,OSE,Samsung,ST,TI公司的ARM處理器代碼
上傳時間: 2014-01-14
上傳用戶:zhouchang199