亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Ch<b>IN</b>a

  • B樹算法實(shí)現(xiàn)

    B樹算法實(shí)現(xiàn),非常難得!btree implementation for random lookups, transaction handling, sequential access methods, and a small embeddable footprint.

    標(biāo)簽: 算法

    上傳時間: 2014-01-10

    上傳用戶:王小奇

  • 問題描述 序列Z=<B

    問題描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相應(yīng)的遞增下標(biāo)序列為<2,3,5,7>。 一般地,給定一個序列X=<x1,x2,…,xm>,則另一個序列Z=<z1,z2,…,zk>是X的子序列,是指存在一個嚴(yán)格遞增的下標(biāo)序列〈i1,i2,…,ik〉使得對于所有j=1,2,…,k使Z中第j個元素zj與X中第ij個元素相同。 給定2個序列X和Y,當(dāng)另一序列Z既是X的子序列又是Y的子序列時,稱Z是序列X和Y的公共子序列。 你的任務(wù)是:給定2個序列X、Y,求X和Y的最長公共子序列Z。

    標(biāo)簽: lt 序列

    上傳時間: 2014-01-25

    上傳用戶:netwolf

  • Adaptive Filter. This script shows the BER performance of several types of equalizers in a static ch

    Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood sequence estimation (MLSE) equalizer. The MLSE equalizer is first invoked with perfect channel knowledge, then with a straightforward but imperfect channel estimation technique.

    標(biāo)簽: performance equalizers Adaptive several

    上傳時間: 2016-02-16

    上傳用戶:yan2267246

  • 編寫一個用SOR法解方程組Ax=b的計(jì)算機(jī)程序

    編寫一個用SOR法解方程組Ax=b的計(jì)算機(jī)程序,其中 要求程序中不存系數(shù)A,分別對不同的階數(shù)(例如n=15,80)取w=1.7,1.8,1.9,進(jìn)行迭代,記錄近似解 達(dá)到 時所用迭代次數(shù)k,觀察松弛因子對收斂速度的影響。

    標(biāo)簽: SOR Ax 編寫 方程

    上傳時間: 2013-12-25

    上傳用戶:wcl168881111111

  • 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a

    1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.

    標(biāo)簽: dimensions arbitrary function reverse

    上傳時間: 2016-04-16

    上傳用戶:waitingfy

  • 簡易數(shù)字頻率計(jì)題解.( 1997年 B 題 ) 編寫與講解人:田良(東南大學(xué)無線電系,2003年3月12日) 一)任務(wù) 設(shè)計(jì)并制作一臺數(shù)字顯示的簡易頻率計(jì)。 (二)要求 1.基本要求

    簡易數(shù)字頻率計(jì)題解.( 1997年 B 題 ) 編寫與講解人:田良(東南大學(xué)無線電系,2003年3月12日) 一)任務(wù) 設(shè)計(jì)并制作一臺數(shù)字顯示的簡易頻率計(jì)。 (二)要求 1.基本要求 (1)頻率測量 a.測量范圍 信號:方波、正弦波 幅度:0.5V~5V[注] 頻率:1Hz~1MHz b.測試誤差≤0.1% (2)周期測量 a.測量范圍 信號:方波、正弦波 幅度:0.5V~5V[注] 頻率:1Hz~1MHz b.測試誤差≤0.1% 3) 脈沖寬度測量 a.測量范圍 信號:脈沖波 幅度:0.5V~5V[注] 脈沖寬度≥100μs b.測試誤差≤0.1% (4)顯示器 十進(jìn)制數(shù)字顯示,顯示刷新時間1~10秒 連續(xù)可調(diào),對上述三種測量功能分別采用不同顏色的 發(fā)光二極管指示。 (5)具有自校功能,時標(biāo)信號頻率為1MHz。 (6)自行設(shè)計(jì)并制作滿足本設(shè)計(jì)任務(wù)要求的穩(wěn)壓電源

    標(biāo)簽: 1997 2003 數(shù)字頻率計(jì) 東南大學(xué)

    上傳時間: 2013-12-26

    上傳用戶:xg262122

  • 采用3D Bresenham算法在兩點(diǎn)間劃一直線 % This program is ported to MATLAB from: % B.Pendleton. line3d - 3D Bres

    采用3D Bresenham算法在兩點(diǎn)間劃一直線 % This program is ported to MATLAB from: % B.Pendleton. line3d - 3D Bresenham s (a 3D line drawing algorithm) % ftp://ftp.isc.org/pub/usenet/comp.sources.unix/volume26/line3d, 1992 % % Which is referenced by: % Fischer, J., A. del Rio (2004). A Fast Method for Applying Rigid % Transformations to Volume Data, WSCG2004 Conference. % http://wscg.zcu.cz/wscg2004/Papers_2004_Short/M19.pdf

    標(biāo)簽: Bresenham Pendleton program MATLAB

    上傳時間: 2013-12-10

    上傳用戶:sz_hjbf

  • Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2

    Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing Classes 7: Polymorphism 8: Interfaces & Inner Classes 9: Error Handling with Exceptions 10: Detecting Types 11: Collections of Objects 12: The Java I/O System 13: Concurrency 14: Creating Windows & Applets 15: Discovering Problems 16: Analysis and Design A: Passing & Returning Objects B: Java Programming Guidelines C: Supplements D: Resources Index

    標(biāo)簽: Introduction Thinking Revision Preface

    上傳時間: 2014-07-13

    上傳用戶:netwolf

  • Creating barcodes in Microsoft廬 Office has never been easier. With BarCodeWiz Toolbar you can add b

    Creating barcodes in Microsoft廬 Office has never been easier. With BarCodeWiz Toolbar you can add barcodes to Microsoft廬 Office applications with a click of a button. In Microsoft廬 Word, create single barcodes, pages of labels, or mail merge documents. In Microsoft廬 Excel廬, select a range of cells and automatically convert each cell to a barcode. In Microsoft廬 Access廬, create reports with barcodes based on your data tables.

    標(biāo)簽: BarCodeWiz Microsoft Creating barcodes

    上傳時間: 2013-12-18

    上傳用戶:asddsd

  • In this program, several statistical fading channel simulators using the Sum-of-Sinusoids (SoS)has b

    In this program, several statistical fading channel simulators using the Sum-of-Sinusoids (SoS)has been implemented.A Rayleigh fading channel impulse respose using jakes model has been generated in matlab

    標(biāo)簽: Sum-of-Sinusoids statistical simulators program

    上傳時間: 2017-05-30

    上傳用戶:ainimao

主站蜘蛛池模板: 台南市| 亳州市| 安阳市| 西宁市| 上犹县| 长乐市| 盘锦市| 漠河县| 乌拉特中旗| 盘山县| 玛多县| 孟津县| 吴桥县| 鱼台县| 博野县| 轮台县| 蕉岭县| 永兴县| 枞阳县| 山阳县| 海安县| 巴彦淖尔市| 江口县| 昔阳县| 登封市| 许昌市| 大足县| 新疆| 四川省| 拉萨市| 南京市| 荔波县| 淮北市| 万宁市| 久治县| 迁安市| 锡林郭勒盟| 漠河县| 江源县| 长宁区| 信丰县|