搜索资源列表
s_function_CH
- matlab中simulink中用C语言编写S函数模板的翻译版本-matlab in simulink using C language translation S function template version
Templates1_7
- 本书是C++模板编程的完全指南,旨在通过基本概念、常用技巧和应用实例3方面的有用资料,为读者打下C++模板知识的坚实基础。 全书共5个部分,22章。第1章全面介绍了本书的内容结构和相关情况。第1部分(第2~7章)以教程的风格介绍了模板的基本概念,第2部分(第8~13章)阐述了模板的语言细节,第3部分(第14~18章)介绍了C++模板所支持的基本设计技术,第4部分(第19~22章)深入探讨了各种使用模板的普通应用程序。附录部分是一处定义原则和重载解析的相关资料。 本书适合C++模板技术的初学者阅读
sfuntmpl_basic.c-matlab
- sfuntmpl_basic.c-这是matlab提供的c mex s函数模板-sfuntmpl_basic.c-This is a matlab function to provide a template of c mex s
FastMatchTemplate
- Fast template matching code with c-Fast template matching code with c++
s_function_7_8
- Simulink toolbox provides the user with two ways to create S-functions in C: with the automatic builder S-Function Builder and manually, using a template (similar to the creation of S-functions written in MATLAB).
matlab1
- 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作(
S_Function
- 通过具体的例子详细介绍了如何用C语言实现matlab S-function的编写以及调用,此外还介绍了通过s-function模板创建dll。-Through specific examples described in detail how to use C language matlab S-function written and called, also describes how to create dll via s-function template.
ACO-tsp
- 利用蚁群算法求解tsp问题的源代码,这个模板能够运行。 如果你想带入自己的数据只需要修改城市的坐标矩阵(也就是C)和蚂蚁数量、迭代次数就能很好的运行并得到结果了。 希望对你学习蚁群算法有所帮助。-Using the ant colony algorithm to solve the tsp problem source code, this template can run. If you want to bring your own data only need to modify
