搜索结果
找到约 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)
数值算法/人工智能 KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
algorithm to set the centres of a cluster model. The matrix DATA
represents the data which is being clustered, with each row
corresponding to a vector. The sum of squares error function is used.
The ...
数值算法/人工智能 杭电 ACM 1002 I have a very simple problem for you. Given two integers A and B, your job is to calcul
杭电 ACM 1002
I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.
数学计算 中南赛区ACM竞赛题 Description Given a two-dimensional array of positive and negative integers, a sub-rec
中南赛区ACM竞赛题
Description
Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the whole array. The sum of a rectangle is the sum of all the elements in that rectangle. In this problem the sub-rectangl ...
汇编语言 利用凌阳单片机中计算从从1到100进行累加
利用凌阳单片机中计算从从1到100进行累加,并把计算结果保存在[Sum]单元里
其他 此代码是LDPC码进行BP算法的重要参考代码
此代码是LDPC码进行BP算法的重要参考代码,价值很高!并且可以进行BP的改进算法min-sum BP算法的改进工作!参考的价值不错
其他 此代码是LDPC码进行BP算法的重要参考代码
此代码是LDPC码进行BP算法的重要参考代码,价值很高!并且可以进行BP的改进算法min-sum BP算法的改进工作!参考的价值不错!!信道的源码!
人工智能/神经网络 ClustanGraphics聚类分析工具。提供了11种聚类算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Li
ClustanGraphics聚类分析工具。提供了11种聚类算法。
Single Linkage (or Minimum Method, Nearest Neighbor)
Complete Linkage (or Maximum Method, Furthest Neighbor)
Average Linkage (UPGMA)
Weighted Average Linkage (WPGMA)
Mean Proximity
Centroid (UPGMC)
Median (WPGMC)
Increase in Sum of Squares (Ward s Me ...
通讯/手机编程 引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵
引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵,译码时采用简化最小和Min-Sum译码算法实现简化译码.仿真结果表明,该方法能够构造适合LDPC码的线性时间编码的下三角校验矩阵日,并且用此方法构造的LDPC码性能非常接近原来PEG算法构造的LDPC码.同时通过采用最小和Min-Sum算法降低译码复杂 ...
人工智能/神经网络 function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent fo
function [U,center,result,w,obj_fcn]= fenlei(data)
[data_n,in_n] = size(data)
m= 2 % Exponent for U
max_iter = 100 % Max. iteration
min_impro =1e-5 % Min. improvement
c=3
[center, U, obj_fcn] = fcm(data, c)
for i=1:max_iter
if F(U)>0.98
break
else
w_new=eye(in_n,in_n)
center1=sum(cent ...
SQL Server SQL 合计函数 使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式
SQL 合计函数
使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 Recordset对象时。
Avg 函数
Count 函数
First, Last 函数
Min, Max 函数
StDev, StDevP 函数
Sum 函数
Var 和 VarP 函数 ...