搜索结果
找到约 80 项符合
SUM 的查询结果
按分类筛选
- 全部分类
- 其他 (9)
- matlab例程 (7)
- Java编程 (6)
- 数值算法/人工智能 (6)
- 汇编语言 (5)
- 源码 (5)
- 微处理器开发 (3)
- 通讯/手机编程 (3)
- 人工智能/神经网络 (3)
- Linux/Unix编程 (3)
- 单片机编程 (2)
- 数据结构 (2)
- 软件设计/软件工程 (2)
- VHDL/FPGA/Verilog (2)
- 编译器/解释器 (2)
- 数学计算 (2)
- Java书籍 (2)
- 书籍 (2)
- 电子书籍 (1)
- Delphi控件源码 (1)
- 串口编程 (1)
- 单片机开发 (1)
- 书籍源码 (1)
- 企业管理 (1)
- STL (1)
- SQL Server (1)
- 压缩解压 (1)
- 其他行业 (1)
- 通讯编程文档 (1)
- 技术书籍 (1)
- 其他 (1)
- 技术资料 (1)
Linux/Unix编程 Introduce for sum system
Introduce for sum system
编译器/解释器 编译原理--词法分析 功能: 输入:所给文法的源程序字符串 输出:二元组(syn,token或sum)构成的序列
编译原理--词法分析
功能:
输入:所给文法的源程序字符串
输出:二元组(syn,token或sum)构成的序列
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
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)
}
数值算法/人工智能 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.
通讯/手机编程 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
其他 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 ...
其他行业 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.
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
通讯编程文档 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.