搜索资源列表
LCD_DEMO-1
- lcddemo-1(2004版) -- 320X240 STN 灰度LCD 测试 此代码在SDT2.51下调试通过。运行时LED会闪烁一下,接着串口0会输出一些系统信息,在波特率为57600超级终端可看到,打印出来的由ASCII字符组成的 FS44B0X图样,此时LCD上显示ascii字符组成的ARM图样。通过串口终端与系统交互,可以测试320X240 STN LCD,包括图形显示函数,ascii字符显示函数。 -lcddemo-1 (2004 version) -- 320x240
dwh_source
- 贝叶斯变换应用于图像方面的函数代码,matlab平台,已经测试调试完毕-Bayesian Image Transform applied to the function code, Matlab platforms, has completed testing Debugging
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
2005011609594128107
- CS仿真程序。这是我见过的写得最漂亮的OpenGL程序,潜心研究了三天之后,增加了大量注释,删除了一些冗余代码,并且修改了它的碰撞测试函数,加入了图示说明。各位学习OpenGL的新手不应错过这么一个优秀的程式。-CS simulation program. This is what I saw the most beautiful written OpenGL procedures, for three days of painstaking research, a significant in
AIX通信模块
- 一个AIX操作系统下实现的通信模块,包含底层函数代码库源码,以及测试示例程序
Artificial-Bee-Colony
- 人工蜂群算法解决函数优化问题代码,内含Sphere,rastrigin,rosenbrock等标准测试函数- ABC algorithm coded using MATLAB language*/ /* Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior
testfunction
- 各种测试函数的源代码,包括ackleysfunction、braninfunction等-Various test functions of the source code, including ackleysfunction, braninfunction etc.
test-function
- PSO测试函数代码,包括单峰和多峰函数。-PSO test function code, including unimodal and multimodal function.
CEC2005
- PSO测试函数代码,CEC 005代码。包括shifted rotated generated函数-PSO test function code, CEC 005 code
CEC2010
- PSO测试函数代码,CEC 2010代码。包括shifted rotated generated函数-PSO test function code, CEC 2010 code
CODES-APR-2010
- CEC2010测试函数代码,由C++和Matlab 2010编写而成。-CEC2010 test function code, and by the C++ written in Matlab 2010.
烟花算法matlab代码
- 烟花算法的代码解析,以及测试数据,还有多个测试函数(Fireworks algorithm code analysis)
代码规范 .pdf
- 1 排版 2 注释 3 标识符命名 4 可读性 5 变量、结构 6 函数、过程 7 可测性 8 程序效率 9 质量保证 10 代码编辑、编译、审查 11 代码测试、维护 12 宏(1 typesetting 2 Notes 3 identifier naming 4 readability 5 variables and structures 6 function and process 7 testability 8 progra
经典测试函数-MATLAB
- 多目标优化中经典的测试函数MATLAB代码(Classical test function matlab code in multi objective optimization)
Matlab代码
- 有约束和无约束的测试函数代码,可以在优化算法测试时使用(Constrained and unconstrained test function codes)
鲸鱼优化算法matlab代码
- 鲸鱼优化算法matlab代码,可直接用于调用23个经典测试函数进行测试,且有对应注释,代码可读性强,简洁易懂。
智能算法在MATLAB中的优化测试应用-标准测试函数及程序代码
- 在优化测试各人工智能算法的优化性能时所需要的35个标准测试函数以及相对应的MATLAB程序代码。
Benchmark 最优化测试函数
- Matlab中智能算法最优化测试函数公式及代码,有30几个,可用来验证算法的性能(There are more than 30 intelligent algorithm optimization test function formulas and codes in Matlab, which can be used to verify the performance of the algorithm.)
CEC2017
- CEC2017-20个测试函数说明(低维图像),包含matlab代码(Cec217-20 test function descr iptions (low dimensional image), including Matlab code)
麻雀搜索算法代码
- Matlab麻雀搜索算法代码,可顺利运行。包含多个测试函数。