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