Flex chip implementation File: UP2FLEX JTAG jumper settings: down, down, up, up Input: Reset - FLEX_PB1 Input n - FLEX_SW switches 1 to 8 Output: Countdown - two 7-segment LEDs. Done light - decimal point on Digit1. Operation: Setup the binary input n number. Press the Reset switch. See the countdown from n down to 0 on the 7-segment LEDs. Done light lit when program terminates.
標簽: down implementation settings UP2FLEX
上傳時間: 2014-01-21
上傳用戶:sclyutian
K. ATKINSON, THE NUMERICAL SOLUTION OF LAPLACE S EQUATION IN THREE DIMENSIONS , SIAM J. NUM. ANAL. 19(1982),263-274.
標簽: K. J. DIMENSIONS NUMERICAL
上傳時間: 2016-12-15
上傳用戶:daoxiang126
decaf.jar 是將類java的decaf語言編譯成tac碼(Three address code,類似匯編指令)的編譯器。 包含了前端的詞法和語法分析、語義分析,中間代碼的生成。是我最近寫完的編譯課的一個作業。 例子: 1. 調用 java -jar decaf.jar -l 2 blackjack.decaf > blackjack.tac 生成 *.tac 文件 2. 然后,調用 java -jar tac.jar blackjack.tac 這時候就可以玩一個21點的游戲了。這里的blackjack.decaf就是用decaf語言寫的一個小游戲源代碼
上傳時間: 2014-11-23
上傳用戶:cjl42111
J2ME CANVAS INPUT IN CHINESE
上傳時間: 2016-12-23
上傳用戶:yd19890720
Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs and an initial network % [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the % network with backpropagation. % % The activation functions must be either linear or tanh. The network % architecture is defined by the matrix NetDef consisting of two % rows. The first row specifies the hidden layer while the second % specifies the output layer. %
標簽: back-propagation corresponding input-output algorithm
上傳時間: 2016-12-27
上傳用戶:exxxds
專業知識你懂多少? 例如:3DS或3D Studio 3DS或3D Studio: Three Dimension Studio,三維攝影室。是美國Autodesk公司推出的一套多功能三維動畫軟件,集實體造型、靜態著色和動畫創作于一體,極大地普及了三維造型技術。它能夠與AutoCAD進行圖形信息交換,利用掃描儀輸入圖形,通過VGA與電視轉換接口將動畫輸出至電視或錄像帶。
標簽: Studio 3DS Dimension Autodesk
上傳時間: 2016-12-29
上傳用戶:huql11633
數值計算牛頓迭代法的matlab源程序 說明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini----input,sets the starting point to ini % err----input,sets admissible error % sol----output,returns the root of equation
上傳時間: 2014-01-12
上傳用戶:妄想演繹師
數值分析高斯——列主元消去法主程序 說明如下: % a----input,matrix of coefficient % b----input,right vector % sol----output,returns the solution of linear equation
標簽: input coefficient matrix vector
上傳時間: 2017-01-01
上傳用戶:dancnc
An Evaluation of Blocking Probability for Three-fold SDMA
標簽: Probability Evaluation Three-fold Blocking
上傳時間: 2014-01-17
上傳用戶:515414293
verilog code 16-bit carry look-ahead adder output [15:0] sum // 相加總和 output carryout // 進位 input [15:0] A_in // 輸入A input [15:0] B_in // 輸入B input carryin // 第一級進位 C0
標簽: output look-ahead carryout verilog
上傳時間: 2014-12-06
上傳用戶:ls530720646