-
MOPSO多目标粒子群算法
用于matlab编写多目标粒子群算法,算法运行成功,可直接使用
- 2022-09-07 04:55:02下载
- 积分:1
-
Fifty Years of Shannon Theory
应用背景
Fifty Years of Shannon Theory:
A brief chronicle is given of the historical development
of the central problems in the theory of fundamental limits
of data compression and reliable communication.
关键技术Shannon’s A mathematical theory of communication”published in July and October of 1948 is
the Magna Carta of the information age. Shannon’s discoveryof the fundamental laws of data compression and transmission marks the birth of Information Theory. A unifying theory with profound intersections with Probability, Statistics, Computer Science, and other fields, Information Theory continues to set the stage for the development of communications, data storage
and processing, and other information technologies.
- 2022-02-13 17:00:08下载
- 积分:1
-
/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = /功能annot
//=== === === === === === === =
//函数说明
//函数名称:PolyFit
//函数功能:最小二乘法曲线拟合
//使用方法:double *x ---- 存放n个数据点的X坐标
// double *y ---- 存放n个数据点的Y坐标
// int n -------- 给定数据点个数
// double *a ---- 返回m-1次拟合多项式的m个系数
// int m -------- 拟合多项式的项数,即拟合多项式的最高次为m-1。要求m20,则本函数自动按m=min{n,20}处理
// double *dt --- dt[0]返回拟合多项式与各数据点误差的平方和;dt[1]返回拟合多
// 项式与各数据点的误差绝对值之和;dt[2]返回拟合多项式与各数据
// 点误差绝对值的最大值
//注意事项:拟合多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === ==== === === === === === === ==== === =// function annotations// function name : PolyFit// Function functions : Least Squares Curve Fitting// Use : double* x n-store data point coordinates of the X//* y double-storage n data point Y coordinates// int n-------- given the number of data points//* a double---- returned to the m-1 m fit polynomial coefficients// int m-------- polynomial fitting items , which is the highest polynomial fitting time for m-1. Request m
- 2023-07-25 11:15:03下载
- 积分:1
-
windows小帮手,vc6.0开发的,有点小问题
windows小帮手,vc6.0开发的,有点小问题-windows Assistant, vc6.0 developed a bit small problem
- 2022-07-21 13:20:40下载
- 积分:1
-
俄罗斯方块
应用程序向导已经创造了这个应用程序的ARS为你。此应用程序不仅介绍了使用Microsoft基础类的基本知识但也是一个起点编写应用程序。该文件包含了什么你会发现在每个文件的摘要说ARS的应用程序。
- 2022-01-26 07:38:46下载
- 积分:1
-
包含几乎所有的排序算法
包含几乎所有的排序算法-contains almost all the Sort Algorithm
- 2022-06-20 03:57:25下载
- 积分:1
-
DELPHI分类电话与模糊逻辑方法
A型逻辑的处理由LA扎德创立不精确的数据。元素可能有TRUE和FALSE之间的无限的层次。模糊集:A型套在其中的元素属于子集在某些degree.example:手机用模糊逻辑的方法进行分类。
- 2022-04-20 08:00:13下载
- 积分:1
-
切比雪夫滤波器设计,JAVA编写,VJ编译
切比雪夫滤波器设计,JAVA编写,VJ编译-a design of Chebyschev filter, written by JAVA and compiled by VJ
- 2022-02-06 20:01:59下载
- 积分:1
-
Affinity Propagation 自相似传播聚类源码!
Affinity Propagation 自相似传播聚类源码!-Affinity Propagation Clustering dissemination of self-similar source!
- 2023-08-21 18:20:04下载
- 积分:1
-
算符优先文法
本课程设计的题目为“FirstVT集和LastVT集生成算法模拟”,它是算符优先分析算法中判断三种优先关系的关键。算符优先分析算法是自底向上分析方法的一种。所谓自底向上分析,也称移近—规约分析,粗略地说它的实现思想是对输入符号串自左向右进行扫描,并将输入符逐个移入一个后进先出的栈中,边移进边分析,一旦栈顶符号串形成某个句型的句柄或可规约串,就用该产生式的左部非终结符代替相应右部的文法符号串,这称为一部规约。重复这一过程直到规约到栈中只剩文法的开始符号则为分析成功,也就确认输入串是该文法的句子。而算符优先分析算法的基本思想只是规定算符之间的优先关系,也就是只考虑终结符之间的优先关系。
本课程设计的要求就是根据文法构造FirstVT集和LastVT集,为以后扩充建造算符优先分析表打好基础。
- 2023-05-23 11:25:04下载
- 积分:1