搜索结果

找到约 80 项符合 SUM 的查询结果

Linux/Unix编程 Introduce for sum system

Introduce for sum system
https://www.eeworm.com/dl/619/370027.html
下载: 50
查看: 1020

编译器/解释器 编译原理--词法分析 功能: 输入:所给文法的源程序字符串 输出:二元组(syn,token或sum)构成的序列

编译原理--词法分析 功能: 输入:所给文法的源程序字符串 输出:二元组(syn,token或sum)构成的序列
https://www.eeworm.com/dl/628/383715.html
下载: 55
查看: 1907

VHDL/FPGA/Verilog verilog code 16-bit carry look-ahead adder output [15:0] sum // 相加總和 output carryout // 進位 input

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
https://www.eeworm.com/dl/663/388874.html
下载: 147
查看: 1126

STL int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while

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) }
https://www.eeworm.com/dl/658/393667.html
下载: 31
查看: 1111

数值算法/人工智能 z-trenning z-tickets. mipt lucky tickets. Count of numbers with 2*n digits in base k such that sum o

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.
https://www.eeworm.com/dl/518/410639.html
下载: 200
查看: 1033

通讯/手机编程 In this program we calculate the sum of the incident and scattered fields in a 90 degree conducting

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
https://www.eeworm.com/dl/527/421326.html
下载: 150
查看: 1075

其他 In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights o

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 ...
https://www.eeworm.com/dl/534/425106.html
下载: 121
查看: 1061

其他行业 This code will sum-up the value of a listview and save the entire list of a listview in just one cli

This code will sum-up the value of a listview and save the entire list of a listview in just one click.
https://www.eeworm.com/dl/668/439121.html
下载: 135
查看: 1027

matlab例程 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
https://www.eeworm.com/dl/665/446765.html
下载: 63
查看: 1107

通讯编程文档 Implements layered decoding using the sum-product-algorithm. Codes are input as a .txt file in A-lis

Implements layered decoding using the sum-product-algorithm. Codes are input as a .txt file in A-list format.
https://www.eeworm.com/dl/646/456266.html
下载: 56
查看: 1034