搜索资源列表
jiandan0101
- 这是一个非常简单的遗传算法源代码,代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用 Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。读者可以从ftp.uncc.edu, 目录 coe/evol中的文件prog.c中
339311-
- 一共有15个m文件,80几个函数,5000多行代码。包含了一般软件的几大块:界面、参数、算法、仿真、演示等。熟悉GUI的朋友感兴趣的问题都有所涉及:比如参数传递,多个界面的操作,m文件构造复杂界面,存取文件,多个axes,读取图片,显示图片
music
- 阵列天线的DOA估计MUSIC算法,只有几行简单的代码
lyapunov
- 本人经过实际验证的比其他计算lyapunov指数更准确。。代码不足200行。。非常清晰明确
基于LBM圆柱绕流模拟matlab程序代码
- 基于LBM圆柱绕流模拟matlab程序代码,简单几行代码就可以实现圆柱绕流的可视化模拟,而且还是实时的,采用D2Q9模型,适合初学者学习。,Circular cylinder based on the LBM simulation matlab program code, a simple few lines of code can achieve circular cylinder visual simulation, but also real-time using D2Q9 model,
contourlet_toolbox
- 做数字水印的可以用这个的,基于contourlet的数字水印代码,里面有源代码,主函数在main.m,直接运行就行。-Digital watermarking can be used to do this, based on digital watermarking contourlet code, which source code, the main function in main.m, run directly on the line.
FiberGratingSpectra
- 传输矩阵法计算啁啾光栅反射谱 本节中给出传输矩阵法计算啁啾光栅反射谱和 时延的完整M at lab 程序实例, 本段代码在 M at lab513 和W indow s2000 环境中运行通过。运行结果如图8 所示。可以改变光栅长度、有效折射率、折射率调制深度、啁啾系数等参数来获得不同参数下光栅反射谱和时延曲线。如果打开“% 切趾”行的屏蔽符“% ”则可得到切趾后光栅反射谱和时延特性曲线, 此时计算所得的曲线将比图8 中所示的曲线平滑很多。-Transfer matrix metho
matlab
- 结构拓扑优化 99行matlab代码 结构优化-99 line topology optimization code structure optimization matlab
forplot
- 根据多行三列的实验数据(x,y,signal)作出contourf图。其中x,y为二位空间位置(或其他概念的二维),signal为在该位置的信号。此代码先将数据按位置不同求平均,再将signal按照其对应的x,y分配到二位矩阵内。最后作图。编这个代码的初衷是为了制作大脑hippocampus区域place cell 活动性的contour 图。-it s a code i made for plotting a contour graph of experimental data (x,y,si
algorithm
- 这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。只有几十行代码。-Algorithm for this process is the most basic particle swarm optimization procedures, using Matlab implementation is very simple. Only a few dozen lines of code.
waveletimtransformandimagecompression
- 用Matlab实现图像的整数小波变换和逆变换,对行和列各做一次,采用最简单的S小波,它是Haar变换的整数形式。此程序代码为逆程序代码-Using Matlab for image wavelet transform and inverse integer transform, the rows and columns to do once the most simple and S-wavelet, which is the integer Haar transform. This progr
wanshu
- 完数判断,判断一个数是否为完数的代码C++,还行哦 -After the number of judgments to determine whether a number code for the complete number of C++ okay Oh Hey
7jie-jumatlab
- 著名的HU矩阵的实现方法,把代码用到MATLAB中就行了-HU Matrix in well-known method in the code to use MATLAB on the line
watermark-for-beginners
- 适合初学者使用的图像水印代码,代码不长,大约70行-Image Watermarking code for beginners
PSO_Demostration
- 一个PSO算法历程,有详细的注释,及相关演示过程。采用了基本PSO、权重优化、最大速度法三种(去掉代码中的相关行的注释即可使用)。-PSO algorithm is a process, detailed notes, and related presentation process. With the basic PSO, weight optimization, the maximum speed law of three (remove the code related to the co
PSO_function
- 这个程序是粒子群优化算法程序,用Matlab实现,非常简单。只有几十行代码。且已经过调试-This program is a particle swarm optimization procedures, using Matlab implementation is very simple. Only a few dozen lines of code. And has been commissioning
拓扑优化源matlab99行代码
- 采用变密度法的拓扑优化99行代码,适合拓扑优化的初学者模仿学习使用。
文章与代码
- topology optimization 学习资料,主要涉及2d -3d 基础的拓扑优化知识,附件为论文与lsm的199行代码。欢迎大家下载学习(Topology optimization learning materials, mainly involved in 2D-3D basic topology optimization knowledge, attachment for the paper and LSM 199 lines of code. Welcome to downloa
99行代码柔性机构拓扑优化
- 经典99行拓扑优化程序,柔性机构拓扑优化,目标函数为单元密度,边界条件为位移约束
气象雷达的回播仿真代码 可运行
- 是根据论文还原的气象雷达的回播仿真代码 可运行 第三行是之前遗留的测试文件 直接删除即可