-
psoVC
pso程序的源代码
pso程序的源代码-粒子群优化算法源程序
作者:FashionXu
一个pso程序的源代码。在vc.net2003下面通过。
建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来,呵呵,纯粹是建议。(program s source code pso pso program s source code - source code on Particle Swarm Optimization: FashionXu a pso program source code. In vc.net2003 following through. Recommendation: look at the code before you figure out how the matter pso. Then please correspond to: Program using Agent on behalf of a bird, PSO representative of the flock. Read the source code, do not look down, look at the main (), then follow the order of things there, one by one, come, Oh, merely suggestions.)
- 2008-07-30 16:26:10下载
- 积分:1
-
dwt_recover
数字水印提取算法,利用离散余弦变换的(dct)算法(Digital watermark extraction algorithm using discrete cosine transform (dct) algorithm)
- 2010-03-08 10:45:49下载
- 积分:1
-
sdr_model
M-file for simulating a QPSK transmitter by modulating with a pseudo random bit stream. A serial to parallel conversion of the pseudo random bit stream is performed with mapping of two bits per symbol. A cosine and sine carrier is configured and the I and Q symbols modulate these carriers. The I and Q carriers are combined and time and frequency domain plots are provided showing key waveforms at various positions in the QPSK transmitter.
(M-file for simulating a QPSK transmitter b y modulating with a pseudo random bit stream. A s erial to parallel conversion of the pseudo rand om bit stream is performed with mapping of two bi ts per symbol. A cosine and sine carrier is CBMs gured and the I and Q symbols Modulate these CARR IERS. The I and Q carriers are combined and a time nd frequency domain plots are provided showing key waveforms at various positions in the QPSK t ransmitter.)
- 2006-06-20 03:32:12下载
- 积分:1
-
Hpoz_txt2coord
使用此函数来提取一个地理坐标输入字符串了。该功能非常灵活,因此,协调可能位于任何地方的字符串,并可能有许多的格式之一。
例子:
txt2coord( 100 ° 7 30“宽 )
txt2coord( 100 ° 7 30 w 的)
txt2coord( -100 ° 7 30“ )
txt2coord( 100 ° 75 w 的)
txt2coord( 100 .125 °以西 )
txt2coord( 喇嘛100 °,7分钟 30 S喇嘛 )
txt2coord({ 100 .125 ° w 的 -100.125 ° })
所有指定的例子得出正确的结果(-100.125)。
我已经成功测试了多种不同的投入这一点。然而,正则表达式,这是在该文件中使用广泛,...嗯...他们有时有一个有趣的方式展示你,你没有带他们出去尚未完全想通。因此,我强烈建议你使用它之前的一些performe此功能完整性检查和将不胜感激,如果你向我报告任何错误。
(Use this function to extract one geographical coordinate out of an input string. The function is extremely flexible, thus the coordinate may be located anywhere in the string and may have one of many formats.
Examples:
txt2coord( 100° 7 30" W )
txt2coord( 100° 7´ 30´ ´ W )
txt2coord( -100° 7` 30" )
txt2coord( 100° 7.5 W )
txt2coord( 100.125° west )
txt2coord( bla 100°, 7min 30´ ´ S bla )
txt2coord({ 100.125° W -100.125° })
All specified examples yield the correct result (-100.125).
I have successfully tested this with various inputs. Yet, regular expressions, which are extensively used in this file, ... well ... they sometimes have a funny way of showing you that you havn t quite figured them out yet. Therefore, I would strongly advice you to performe some sanity-check on this function before using it and would be greatful, if you report any bugs to me.
)
- 2011-05-15 11:07:07下载
- 积分:1
-
TM_MODEL-SUMLATION
真对gpr在不同介质层的模拟,采用matlab编程形式,得到各种波形。(simulation of ground penetrating radar in different mediums.)
- 2012-04-12 18:54:12下载
- 积分:1
-
work
基于方向微分的运动模糊方向确定
该方法具体可参见张朝阳的“直线运动模糊图像的点扩展函数的研究”(The direction of motion blur based on the direction of determining differential)
- 2010-05-29 10:43:00下载
- 积分:1
-
IIR
基于matlab仿真的无限冲击响应IIR滤波器完整程序实例,希望对大家有所帮助!(Based on the the matlab simulation infinite impulse response IIR filter complete program instance, we want to help!)
- 2013-01-15 20:54:26下载
- 积分:1
-
MatlabNEURALNETWORK
Matlab神经网络工具箱应用简介,XIWANGYOUYONG(About Matlab neural network toolbox application)
- 2010-08-16 19:56:21下载
- 积分:1
-
oscsend
发送一个开放声音控制(OSC)的信息通过UDP连接
oscsend(美,路径)
oscsend(美,路径,类型,arg1的,arg2的,...)
oscsedn(美,路径,类型,[参数])
ü= UDP的对象与打开的连接。
路径=路径字符串
=同类型的参数类型的字符串,
支持:
我=整数
f=浮动
商S =串
每组空(忽略相应的参数)
余=脉冲(忽略相应的参数)
T=真(忽略相应的参数)
F=假(忽略相应的参数)
乙=布尔(不是官方:将参数为T/在F型)
不支持:
b=一滴
参数=参数所指定的类型。
示例
ü=的UDP( 127.0.0.1 ,7488)
的FOPEN(美)
oscsend(ü, /测试 , ifsINBTF ,1,3.14, 您好 ,[],[],虚假,[],[])
fclose(美)
如需关于振荡信息http://opensoundcontrol.org/。(Sends a Open Sound Control (OSC) message through a UDP connection
oscsend(u,path)
oscsend(u,path,types,arg1,arg2,...)
oscsedn(u,path,types,[args])
u = UDP object with open connection.
path = path-string
types = string with types of arguments,
supported:
i = integer
f = float
s = string
N = Null (ignores corresponding argument)
I = Impulse (ignores corresponding argument)
T = True (ignores corresponding argument)
F = False (ignores corresponding argument)
B = boolean (not official: converts argument to T/F in the type)
not supported:
b = blob
args = arguments as specified by types.
EXAMPLE
u = udp( 127.0.0.1 ,7488)
fopen(u)
oscsend(u, /test , ifsINBTF , 1, 3.14, hello ,[],[],false,[],[])
fclose(u)
See http://opensoundcontrol.org/ for more information about OSC.)
- 2011-05-15 17:56:03下载
- 积分:1
-
Gaussxiao
在Matlab环境下用Gauss消元法求解线性方程组的根(In Matlab environment using Gauss elimination method for solving linear equations of the root)
- 2011-10-19 15:14:08下载
- 积分:1