登录
首页 » matlab » zy1

zy1

于 2020-11-23 发布 文件大小:37KB
0 157
下载积分: 1 下载次数: 232

代码说明:

  萤火虫算法在分布式电源优化配置中应用 全部 很好的程序 只需换换节点数目就可以(Firefly algorithm optimization in distributed power configuration in all a very good application program can only change of the number of nodes)

文件列表:

cthd3940.m,2924,2013-10-27
fa_dill-1.m,8015,2013-10-21
fa_main.asv,3990,2013-10-24
fa_main.m,3992,2013-10-24
findrange.m,150,2013-10-23
initial.m,432,2013-11-01
init_ffa.asv,469,2013-10-22
init_ffa.m,121,2013-10-21
mokuaihanshu.asv,66,2013-10-24
newalpha.m,58,2013-10-21
paixun.asv,144,2013-10-24
paixun.m,144,2013-10-24
pf.asv,4861,2013-10-23
pf.m,4944,2013-10-23
powerflow33.m,6613,2013-10-21
solution1.txt,99540,2013-10-24
untitled.fig,5841,2013-10-25
untitled1.fig,4470,2013-10-25
untitled3.fig,3255,2013-10-26
新建 文本文档.txt,0,2013-10-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • reilishuoluo
    说明:  cdma通信过程中信道瑞利衰落模型及m伪随机序列的仿真(cdma communication process for channel Rayleigh fading model and the simulation of pseudo-random sequence m)
    2010-04-22 19:36:36下载
    积分:1
  • chirp
    chirp信号产生比较 If you are aware of this and would still like to have a pseudo-chirp then you can take a look at the example below. I show the difference between trying to generate the type of chirp you are after and a real chirp signal. I also plot the derivative of the resulting signals, so I can highlight that between half cycles you will have a sometimes subtle (sometimes not so subtle) jump in gradient. (chirp signal generation If you are aware of this and would still like to have a pseudo-chirp then you can take a look at the example below. I show the difference between trying to generate the type of chirp you are after and a real chirp signal. I also plot the derivative of the resulting signals, so I can highlight that between half cycles you will have a sometimes subtle (sometimes not so subtle) jump in gradient. )
    2012-04-09 16:45:57下载
    积分:1
  • HRM
    一篇HRM(Hybird Recrusive Matching)算法的介绍论文,可以用来生产视差图(a paper that introduces a HRM algorithm,which can be used to create disparity map)
    2010-05-23 20:50:45下载
    积分:1
  • GaussianElimination
    x=GaussianElimination(A,b) GaussianElimination solves system of linear equations of the form Ax = b using Gaussian Elimination method. A = n x n square matrix with the coefficients of the system of equations as the elements of matrix A b = column matrix with length = n
    2012-10-11 19:42:13下载
    积分:1
  • cpntoolsv1.0
    控制excle 生成控制cpn的编码; (Control excle generate control cpn encoding )
    2015-03-23 14:51:13下载
    积分:1
  • equalizer_self_adaption
    自适应均衡领域的经典算法,最小均方误差算法(LMS)算法的数字均衡器建模源代码。建模建立了一个通信系统的收发两端,并模拟了信道衰减和噪声。并在接收端使用了数字均衡器。主程序中一次在接收端使用了自适应均衡器,另一次没有使用,可以清楚看到均衡前后误码率的差别。(The field of classical adaptive equalization algorithm, the minimum mean square error algorithm (LMS) algorithm for modeling digital equalizer source code. Modeling the establishment of sending and receiving ends of a communication system, and simulate the channel attenuation and noise. And at the receiving end using a digital equalizer. Once the main program at the receiving end using adaptive equalizer, another did not use, you can clearly see the difference before and after the equalizer BER.)
    2021-01-23 18:28:45下载
    积分:1
  • FFT
    FFT变换的simulink的模型。FFT变换的simulink的模型。FFT变换的simulink的模型。(FFT transform simulink model。FFT transform simulink model。FFT transform simulink model。)
    2009-03-18 10:02:27下载
    积分:1
  • entropy_max_2d
    用于实现灰度图像阈值分割的二维最大熵方法,matlab源程序(Used to achieve gray image threshold segmentation of the two-dimensional maximum entropy method, matlab source)
    2008-03-26 19:42:32下载
    积分:1
  • 适应度函数的算法
    排课问题是一个有约束的、多目标的组合优化问题,并且已经被证明是一个NP完全问题。 遗传算法借鉴生物界自然选择和自然遗传机制,使用群体搜索技术,尤其是用于处理传统搜索方法难以解决的复杂的和非线性的问题。经过近40年的发展,遗传算法在理论研究和实际应用中取得了巨大的成功,本文将遗传算法用于排课问题的求解,首先讨论了排课问题中的影响因素、主要约束条件、求解目标和难点,并用数学模型完整地描述了排课问题。其次对多个模糊排课目标进行了定量分析,建立了排课优化目标空间。针对排课问题研究了染色体编码方式以及遗传算子的设计,提出了适应度函数的计算方法。最后对排课问题进行了实验。实验结果表明,其过程的目标值跟踪显示,算法稳健趋优,所得结果令人满意。(Course Scheduling problem is a constrained, multi-objective optimization problem, and has proven to be a NP complete problem. Genetic algorithms reference biosphere and the natural genetic mechanism of natural selection, using the group search technology, particularly the traditional search methods for handling complex and difficult to solve nonlinear problems. After nearly 40 years of development, the genetic algorithm in the theoretical study and practical application was a great success, this paper genetic algorithm for solving the course timetabling problem, first discussed the impact of factors in the course arrangement, the main constraints, to solve goals and difficulties, and a complete mathematical model to describe the course arrangement. Arranging multiple fuzzy goals followed by a quantitative analysis, the optimal target Arranging space. Arranging for the Study of the chromosome coding and genetic operators design, proposed fitness function is calculated. Finally, the co)
    2010-05-13 11:49:12下载
    积分:1
  • fingerprint_mosaic
    一个matlab程序,实现了两幅指纹图像的拼接,程序中附有指纹图像。(a Matlab procedures, the two fingerprint image stitching, procedures attached fingerprint images.)
    2006-11-04 21:26:24下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载