搜索资源列表
Matlab_butterfilter
- 基于matlab的低通滤波器代码,可以自动生成VHDL源代码
dSPACE-ControlDesk_GUIDE
- dSPACE实时仿真系统是由德国dSPACE公司开发的一套基于MATLAB/Simulink的控制系统开发及半实物仿真的软硬件工作平台,实现了和MATLAB/Simulink/RTW的完全无缝连接。dSPACE实时系统拥有实时性强,可靠性高,扩充性好等优点。dSPACE硬件系统中的处理器具有高速的计算能力,并配备了丰富的I/O支持,用户可以根据需要进行组合;软件环境的功能强大且使用方便,包括实现代码自动生成/下载和试验/调试的整套工具。dSPACE软硬件目前已经成为进行快速控制原型验证和半实物仿
MATLABCodeToCcode
- 介绍了如何利用Mathh的Realtime Workshop代码生成工具将Simulink模型自动转换成C代码的方法-This paper proposes a method of using the RTW (Real-Time Workshop)code generation tool to convert Matlab to the C code.
fir_filter_generator_latest[1].tar
- C语言编写的FIR数字滤波器自动生成VHDL代码-fir_filter_generator_VHDL
scst
- 自动生成实体类(很好用的代码)非常经典的学习代码,我的珍藏-Automatic generation of entity classes (good with the code) is very classical learning the code, my treasure
source
- ID3算法实现机器学习和分类,根据训练结果,自动生成可以运行的C++语言代码。-ID3 machine learning algorithm and classification, according to the training results, it can run automatically generated C++ language code.
generator-templates-and-outputs
- 快速开发工具 自动生成代码. 内部有详细介绍-Rapid development tools automatically generate code. Internal details
MATLABCodeToCcode
- Matlab自动生成代码的教程,可用于汽车,航天等行业-Matlab tutorial automatically generated code can be used in automotive, aerospace and other industries
tuopuguanxi
- 拓扑关系的自动生成算法,是以C++语言为基础的代码,-tuopu
matlab_rtw_c
- (1)通过Simulink创建仿真模型;(2)配置相关RTW(Real-Time Workshop)参数;(3)通过RTW(Real-Time Workshop)自动生成C代码文件,并理解主要文件、接口函数和变量的意义;(4)在Visual C++中将生成的C代码作适当修改,编译运行并分析结果。-(1) created by Simulink simulation model (2) configuration related to RTW (Real-Time Workshop) param
hamilton
- 分支定界法解旅行商问题的简单实现,用C++代码,效率经过优化后可以在1s内解规模为25左右的旅行商问题。附带了测试文件的自动生成工具。-Branch and bound method for solving the traveling salesman problem is simple to achieve, with the C++ code, the efficiency can be optimized through the solution 1s about the size of
textscantool
- matlab 导入大文件工具,可以自动生成代码-matlab import large files tool that can automatically generate code
Clarke_c2000_rtw
- 用matlab自动生成的DSP代码。。 -matlab automatically generated DSP code
st
- matlab 广义s变换源码,此代码只有函数部分,不能自动生成图像,仅供参考。-the matlab generalized s transform source code, this code only function part of can not automatically generate the image is for reference only.
Maze
- 本代码实现了最简单的走迷宫算法,迷宫是一个二维数组,暂时没实现自动生成迷宫,只是实现了自动找到出口的一个算法,感兴趣的可以下载下来研究,说不定会带给你一些灵感。-The source implementation of the easiest maze algorithm, the maze is a two-dimensional array, temporarily not automatically generated maze, just an algorithm to automati
examples
- qunser公司matlab例程,包括自控实验的例程,quanser公司很多设备的matlab控制程序,可以作为研究代码自动生成的参考资料。-qunser company Matlab routines, including self-control experiment routines, many devices quanser company Matlab control procedures, can be used as the code automatically generated
concreteBone
- 采用Matlab程序,编写自动生成随机圆形骨料的小代码-produce aggregate
dsp_rtdx_matlab
- matlab自动生成dsp c代码,实现rtdx的通信-matlab dsp c automatically generated code, rtdx communication
code
- 这个是新唐M051系列单片机自动生成代码软件,可以不用在线生成。非常实用。-This is the new Don M051 Series MCU software automatically generates code that can not be generated online. Very practical.
合工大自然语言处理报告代码
- 四、中文词法分析系统 1、实验要求 语料库:1998-01-2003版-带音.txt 要求:根据构建的单词词典和双词词典,用n-gram模型,或者前向最长匹配,或者后向最长匹配等算法,鼓励用更复杂一些的方法来进行,包括隐马尔科夫模型和条件随机场模型。 二、宋词自动生成 1、实验要求 语料库:ci.txt 要求:输入词牌,基于宋词的词典和宋词的词牌,可以随机或者按照语言模型,自动生成宋词。设计相应的Ui或者Web界面。 实现了隐马尔科夫模型分词