搜索资源列表
matlab
- matlab开发实例,是刚学习MATLAB的特别好的资料
20050129121394
- matlab写的计数器例子 这是适于初学者掌握matlab深成次开发的一个很好的教学实例,很有参考价值-A counter coded by matlab which is a very good educational example for the beginner to know how to use matlab to do in-depth development.So it is very valueable.
KAuten_SS10
- matlab/stk联合开发,国外论文,有实例-matlab/stk joint development, International Paper, there are examples
wenzishibie
- MATLAB开发的文字识别的实例 欢迎下载-MATLAB to develop the character recognition example of welcome to download
matlabnntool
- 本文档主要介绍matlab神经网络的工具箱的开发实例和函数调用-This document introduces the matlab neural network toolbox development examples and function call
ExtendingMatlabusingJava
- 为了能结合Java和 Matlab两者的优点,构造功能更加强大的科学计算环境,对使用Java语言扩展Matlab 主开发环境 自身功能的关键技术进行了研究。首先介绍了使用 Java扩展 Matlab 的基本方法,在此基础上结合项目实践中对复杂图形用 户接口的需要,提出了一种在 Java 对象中通过 Matlab 接口对象访问当前Matlab会话的方法。给出了两个短小完整实例,可 用于进一步扩展与重用。-To be able to combine both Java and Matla
pcatry
- 本程序为基于MATLAB开发的,混沌时间序列特性分析之PCA方法的应用实例-This procedure was developed based on MATLAB, Analysis of chaotic time series properties of the application of PCA method
MATLAB
- 通过一个数字信号功率谱分析程序设计的实例,详细地介绍了Visual c++和Matlab通过 engine引擎接口进行混合编程的技术,在信号处理的软件开发中采用这种方法可以提高软件开发 的效率和可靠性。-Digital signal through a power spectral analysis of programming examples, detailed descr iption of the Visual c++ and Matlab engine through the
MatlabDetailedManual
- Mtalab的详细手册,开发流程,常用函数,常用实例-<<Matlab detailed manual>>
MATLABcounter
- 这是适于初学者掌握matlab深成次开发的一个很好的教学实例,很有参考价值-This is suitable for beginners to master matlab deep into the development of a good time teaching examples, useful reference
matlab
- matlab 开发用到的各种实例 非常实用 分享-matlab developed a variety of examples used
Fuzzy_control
- 一个比较详细的模糊控制程序开发实例,很适合初学者!-A more detailed example of fuzzy control program development, it is suitable for beginners!
VC_MATLAB
- VC + + 与MATLAB 混合编程研究及开发实例-VC++ Mixed Programming with MATLAB examples of research and development
magnetic
- 一个MATLAB的GUI界面编程实例,类似于一般的软件界面,开发环境MATLAB7.4(R2007b)-A MATLAB-GUI interface for programming examples, similar to the general software interface, development environment MATLAB7.4 (R2007b)
ChaosToolbox
- MATLAB环境下开发的混沌理论的工具箱,包含各种实例,学习混沌理论的好帮手-Chaos theory toolbox, matlab
serial_port_example
- 改程序为一个matlab使用串口的实例程序,能够够在工程开发中提供一个无硬件测试提供帮助。-this is an example matlab program of using serial port, it s convenient to use this for project test of data acquisition application .
VC_Matlab
- vc++ 与MATLAB混合编程的开发过程及实例介绍-vc++ mixed programming with MATLAB and examples of the development process described
file
- IDL语言的基础学习案例编程,便于初学者掌握; matlab语言的基础学习案例编程,便于初学者掌握;GIS开发技巧及实例;GEODATABASE教程,便与初学者学习,循序渐进了解GEODATABASE-IDL programming language based learning cases, easy for beginners to master matlab programming language based learning cases, easy for beginners t
VC_Matlab-mixed-programming
- 为实现合成孔径雷达(SAR)图像分类算法的测试与评估,将VC/Matlab 混合编程技术应用到SAR 图像分类平台开发中,分析与 比较了4 种VC/Matlab 混合编程方法及各自优缺点,并着重研究了基于组件对象模型(COM)的VC/Matlab 混合编程方法。使用Matlab COM 编译器创建了SAR 图像分类算法组件,在VC 中调用其导出的接口函数。在此基础上,完成了SAR 图像分类平台的实例开发且 可脱离Matlab 环境运行。实验结果表明,该方法较好地发挥了VC 与Matl
基于Python的Abaqus二次开发实例讲解
- 基于python的二次开发案例。1、所有的代码均可以先在Abaqus\CAE中操作一遍后再通过rp文件读取,然后再在此基础上进行相应的修改; 2、Python是一种解释性语言,读起来非常清晰,因此在修改程序的过程中,不存在程序难以理解的问题; 3、Python是一种通用性的、功能非常强大的面向对象编程语言,有许多成熟的类似于Matlab函数的程序在网络上流传,为后期进一步的数据处理提供了方便。(Python-based secondary development case)