數(shù)值分析高斯——列主元消去法主程序 說(shuō)明如下: % a----input,matrix of coefficient % b----input,right vector % sol----output,returns the solution of linear equation
標(biāo)簽: input coefficient matrix vector
上傳時(shí)間: 2017-01-01
上傳用戶:dancnc
verilog code 16-bit carry look-ahead adder output [15:0] sum // 相加總和 output carryout // 進(jìn)位 input [15:0] A_in // 輸入A input [15:0] B_in // 輸入B input carryin // 第一級(jí)進(jìn)位 C0
標(biāo)簽: output look-ahead carryout verilog
上傳時(shí)間: 2014-12-06
上傳用戶:ls530720646
verilog code array_multiplier output [7:0] product input [3:0] wire_x input [3:0] wire_y
標(biāo)簽: input array_multiplier verilog product
上傳時(shí)間: 2014-01-04
上傳用戶:wxhwjf
verilog code radix-2 SRT divider input [7:0]Dividend input [3:0]Divisor output [4:0]Quotient output [8:0]Remainder
標(biāo)簽: input Dividend Quotient verilog
上傳時(shí)間: 2014-11-27
上傳用戶:三人用菜
This program produces a Frequency Domain display from the Time Domain * data input using the Fast Fourier Transform.
標(biāo)簽: Domain Frequency the produces
上傳時(shí)間: 2013-12-11
上傳用戶:mpquest
Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8 B = Y + (443*(Cb – 128)) >> 8
標(biāo)簽: VGA fps Overview Capture
上傳時(shí)間: 2013-12-24
上傳用戶:遠(yuǎn)遠(yuǎn)ssad
編寫(xiě)input()和output()函數(shù)輸入,輸出5個(gè)學(xué)生的數(shù)據(jù)記錄,主要練習(xí)使用這兩個(gè)函數(shù)
標(biāo)簽: output input 編寫(xiě) 函數(shù)
上傳時(shí)間: 2017-01-17
上傳用戶:qoovoop
linux input 子系統(tǒng)分析 linux input 子系統(tǒng)分析
標(biāo)簽: linux input 子系統(tǒng) 分
上傳時(shí)間: 2013-12-19
上傳用戶:遠(yuǎn)遠(yuǎn)ssad
LabView : Perform Digital Input with Word Handshaking
標(biāo)簽: Handshaking LabView Digital Perform
上傳時(shí)間: 2013-12-21
上傳用戶:蠢蠢66
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
標(biāo)簽: contains Output convex planar
上傳時(shí)間: 2017-02-19
上傳用戶:wyc199288
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1