Introduce for SUM system
上傳時間: 2016-11-23
上傳用戶:集美慧
編譯原理--詞法分析 功能: 輸入:所給文法的源程序字符串 輸出:二元組(syn,token或SUM)構成的序列
上傳時間: 2013-12-20
上傳用戶:wqxstar
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
int getDivisor(int iNum) { int i = 1 int SUM = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { SUM++ } i++ } return (SUM+1) }
標簽: int iNum getDivisor return
上傳時間: 2013-12-17
上傳用戶:frank1234
z-trenning z-tickets. mipt lucky tickets. Count of numbers with 2*n digits in base k such that SUM of first n digits is same as second n digits.
標簽: z-trenning z-tickets tickets numbers
上傳時間: 2014-01-05
上傳用戶:luopoguixiong
In this program we calculate the SUM of the incident and scattered fields in a 90 degree conducting wedge by using the analytic and Image theotem method
標簽: conducting calculate the scattered
上傳時間: 2014-10-27
上傳用戶:lizhen9880
In some graphs, the shortest path is given by optimizing two different metrics: the SUM of weights of the edges and the number of edges. For example: if two paths with equal cost exist then, the path with the least number of edges is chosen as the shortest path. Given this metric, you have find out the shortest path between a given pair of vertices in the input graph. The output should be the number of edges on the path, the cost of the shortest path, and the path itself. Input is the adjacency matrix and the two vertices.
標簽: optimizing different the shortest
上傳時間: 2014-10-25
上傳用戶:1159797854
This code will SUM-up the value of a listview and save the entire list of a listview in just one click.
標簽: listview the SUM-up entire
上傳時間: 2013-12-26
上傳用戶:SimonQQ
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
標簽: SUM-of-Sinusoids statistical simulators program
上傳時間: 2017-05-30
上傳用戶:ainimao
Implements layered decoding using the SUM-product-algorithm. Codes are input as a .txt file in A-list format.
標簽: SUM-product-algorithm Implements decoding layered
上傳時間: 2014-12-01
上傳用戶:WMC_geophy