SUM

共 105 篇文章
SUM 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 105 篇文章,持续更新中。

这是一个将n个样本聚类到m个类别中 将n个样本在m个类里如何分配输出的遗传算法代码。 适应度:sum(i=1_110)sum(j=1_20)【xi-vj】~2

这是一个将n个样本聚类到m个类别中 将n个样本在m个类里如何分配输出的遗传算法代码。 适应度:sum(i=1_110)sum(j=1_20)【xi-vj】~2

单片机电子表原理图和程序代码 (PCB电路)

<P>单片机电子表原理图和C语言程序代码: select 成绩表.学号,学生信息.姓名,学生信息.学院专业 ,sum(成绩表.分数) 总分 ,avg(成绩表.分数) 平均分 from 成绩表,学生信息 where 学生信息.学号=成绩表.学号&nbsp; group by 成绩表.学号,学生信息.姓名 ,成绩表.分数,学生信息.学院专业<BR>select 学生信息.学院专业 ,sum(成绩表.分

/*** *** *** *** check_sum.c********************/ /* linux 利用原始socket抓包,并进行tcp封包伪造,进行正确的校验和计算的例子程序.*

/*** *** *** *** check_sum.c********************/ /* linux 利用原始socket抓包,并进行tcp封包伪造,进行正确的校验和计算的例子程序.****/ /*作者 CBCHEN .CBCHEN@ZZIA.EDU.CN***************/ /*在 linux2.4,环境,gcc 下编译通过*****/

Distribution generator Here is a simple generator which can build some distributions with given pro

Distribution generator Here is a simple generator which can build some distributions with given properties. Distributions generator (compile with -lm) Typical use might be: ./distributions -u -m

cs5460a程序(C程序源代码)

<P><FONT color=#000000 size=3>#include &lt;reg51.h&gt;<BR>#include &lt;main.h&gt;<BR>#include &lt;interrupt.h&gt;</FONT></P> <P><A class=showtopic title=cs5460a应用电路(含源程序) href="http://www.elecfans.com

比如源程序sum ∶= first+count*10可生成四元式序列

比如源程序sum ∶= first+count*10可生成四元式序列,如图1.7所示,其中ti(i=1,2,3)是编译程序生成的临时名字,用于存放运算结果的。   图1.7 id1:= id2 + id3 * 10的四元式序列

暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:studyjpeg2000imageslena.tif ) % see the de

暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:\study\jpeg2000\images\lena.tif ) % see the decomposition coefficients y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet figure subplot(1,2

Enter Two Numbers:26 35 the sum is 61 Enter Two Numbers:26 35 the sum is 61

Enter Two Numbers:26 35 the sum is 61 Enter Two Numbers:26 35 the sum is 61

杭电 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.

To date tests are still the best solution mankind has found to deliver working software. This book

To date tests are still the best solution mankind has found to deliver working software. This book is the sum of four years of research and practice in the testing field. The practice comes from my

自动售货机的sum-cash源码

自动售货机的sum-cash源码, 主要负责自动售货机的计算钱和找零的应用。简单实用

Waterfilling algorithm (from [Palomar and Fonollosa, Trans-SP2004]) to compute: pi = (mu*ai - bi

Waterfilling algorithm (from [Palomar and Fonollosa, Trans-SP2004]) to compute: pi = (mu*ai - bi)^+ sum(pi) = Pt By Daniel Perez Palomar (last revision: May 10, 2004).

此代码是LDPC码进行BP算法的重要参考代码

此代码是LDPC码进行BP算法的重要参考代码,价值很高!并且可以进行BP的改进算法min-sum BP算法的改进工作!参考的价值不错!!信道的源码!

Relationship Between the Sum of Squared Difference (SSD) and Cross Correlation for Template Matchin

Relationship Between the Sum of Squared Difference (SSD) and Cross Correlation for Template Matching Konstantinos G. Derpanis York University kosta@cs.yorku.ca Version 1.0 December 23, 2005

Implement the step 2 of two-level logic minimization. Our goal is to find the minimum (exact minim

Implement the step 2 of two-level logic minimization. Our goal is to find the minimum (exact minimum) sum-of-products expression for a given function.

此代码是LDPC码进行BP算法的重要参考代码

此代码是LDPC码进行BP算法的重要参考代码,价值很高!并且可以进行BP的改进算法min-sum BP算法的改进工作!参考的价值不错

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 be

To show Gibbs phenomenon, using FFTs to sum Fourier Give the curve plot at the end of the simulati

To show Gibbs phenomenon, using FFTs to sum Fourier Give the curve plot at the end of the simulation

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.

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 (WPG