搜索结果
找到约 3,147 项符合
M-Files 的查询结果
matlab例程 matlab的语音信号处理工具箱(.m文件)
matlab的语音信号处理工具箱(.m文件),包含常用及非常用功能,非常全面
人工智能/神经网络 模糊控制算法 自己毕业设计的模糊控制的M文件
模糊控制算法 自己毕业设计的模糊控制的M文件
其他书籍 采用simulink建立系统的仿真对象模型和运用matlab的m语言编写遗忘因子递推算法
采用simulink建立系统的仿真对象模型和运用matlab的m语言编写遗忘因子递推算法,最后结合实例给出相应的仿真结果和分析。
软件设计/软件工程 请编写一个函数jsValue(int m,int k,int xx[])
请编写一个函数jsValue(int m,int k,int xx[]),该函数的功能是:将大于整数m且紧靠m的k个素数存入数组xx传回。
最后调用函数writeDat()读取10组数据,分别得出结果且把结果输出到文件out.dat中。
部分源程序存在文件prog1.c中。
例如:若输入17 5 则应输出:19,23,29,31,37。 ...
VHDL/FPGA/Verilog This file contains a selection of VHDL source files which serve to illustrate the diversity and powe
This file contains a selection of VHDL source files which serve to illustrate the diversity and power of the language when used to describe various types of hardware. The examp
terms of basic logic gates, to more complex systems, such as a behavioural model of a microprocessor and associated memory. ...
其他 The full Fusion SDK consists of a directory of header files (*.h), the eyeonSystem.lib file and the
The full Fusion SDK consists of a directory of header files (*.h), the eyeonSystem.lib file and the
eyeonScript.lib file. We have also included some sample plug‐ins to help get you acquainted with the
Fusion plug‐in architecture.
单片机开发 按键判断 进行行扫描m表示对应的行数 n表示对应的列数 对应数值亮
按键判断 进行行扫描m表示对应的行数
n表示对应的列数 对应数值亮
VC书籍 E文版的经典C语言书籍 The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Pre
E文版的经典C语言书籍 The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 19
其他 M-123热敏打印头资料
M-123热敏打印头资料,费了很大劲搞到的,可以直接用CPU控制,节约不少费用的。
matlab例程 MATLAB M文件例子 最简单的精通MATLAB工具箱的函数之一提出了一个共同的问题。MATLAB函数gcf返回当前图形的句柄。但是
MATLAB M文件例子
最简单的精通MATLAB工具箱的函数之一提出了一个共同的问题。MATLAB函数gcf返回当前图形的句柄。但是,它有一个副作用。如果图形不存在,gcf就创建一个,并返回它的句柄。如果想寻找一个图形是否存在于头一个位置,要是没有,又不得不创建,怎么办?函数mmgcf正好实现由其内容所描述的工作。 ...