搜索结果
找到约 35 项符合
Workspace 的查询结果
按分类筛选
matlab例程 matlab最常用命令 1.有关命令行环境的一些操作:  (1) clc 擦去一页命令窗口,光标回屏幕左上角 
matlab最常用命令
1.有关命令行环境的一些操作:
&#61548 (1) clc 擦去一页命令窗口,光标回屏幕左上角
&#61548 (2) clear 从工作空间清除所有变量
&#61548 (3) clf 清除图形窗口内容
&#61548 (4) who 列出当前工作空间中的变量
&#61548 (5) whos ...
matlab例程 This m file hide an image jpeg,png in another jpeg,png image. The height and width of the secr
This m file hide an image jpeg,png in another jpeg,png image.
The height and width of the secret image is in LSB of 1st 32 pixels of 1st row of the cover image.This helps in the recovery of secret image.
The secret image must be smaller than cover image.A message box will appear with a numbe ...
其他 给VC增加多标签功能,每个打开的文件显示为一个标签,可以快速切换文件.安装后解压语言文件到安装目录,可以实现多语言切换. === === "Window Tabs" (WndTabs) is
给VC增加多标签功能,每个打开的文件显示为一个标签,可以快速切换文件.安装后解压语言文件到安装目录,可以实现多语言切换.
=== ===
"Window Tabs" (WndTabs) is an add-in for Microsoft Visual C++ v6 family of
products (VC5, VC6, eVC3, eVC4 and Visual Fortran). It adds a docking bar of
tabs reflecting all of t ...
VC书籍 Visual C++开发环境是一个基于Windows 操作系统的可视化、面向对象的集成开发环 境(Integrated Development Environment
Visual C++开发环境是一个基于Windows 操作系统的可视化、面向对象的集成开发环
境(Integrated Development Environment,IDE)。在该环境下用户可以开发有关C 和C++
的各种应用程序,应用程序包括建立、编辑、浏览、保存、编译、链接和调试等操作,这
些操作都可以通过单击菜单选项或工具栏按钮来完成,使用方便、快捷。它 ...
人工智能/神经网络 cost存放了一个强连通图的边权矩阵
cost存放了一个强连通图的边权矩阵,作为一个实例。
可在workspace中加载
运用此算法要注意多次试验。
bianquan.m文件给出了一个参数实例,可在命令窗口中输入bianquan,得到邻接矩阵C和节点个数N以及一个任意给出的路径R,,回车后再输入jiaohuan3,得到了最优解。
由于没有经过大量的实验,又是近似算法,对于网络比较 ...
串口编程 CHAPT13AnsiWinTerm.cpp Class used in Win32 terminal emulation CHAPT13AnsiWinTerm.h Header file for
CHAPT13\AnsiWinTerm.cpp Class used in Win32 terminal emulation
CHAPT13\AnsiWinTerm.h Header file for the AnsiWinTerm class
CHAPT13\Chapt13.cpp 32-bit test program of terminal emulation
CHAPT13\Chapt13.dsp Visual C++ project file
CHAPT13\Chapt13.dsw Visual C++ workspace file
CHAPT13\Chapt13.rc The re ...
串口编程 CHAPT12Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12Chapt12.dsp The
CHAPT12\Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class.
CHAPT12\Chapt12.dsp The Visual C++ project file for the program.
CHAPT12\Chapt12.dsw The Visual C++ workspace file for the program.
CHAPT12\Chapt12.h The header file for the app s application class
CHAPT12\Chapt12.ico The i ...
matlab例程 最近看到有人提问怎样用FFT实现频谱分析
最近看到有人提问怎样用FFT实现频谱分析,我认为能够进行到频谱分析的人,对于系统研究的深度基本上已经相当不错了。本人今天做了一个例程,发给大家参考一下。
历程主要内容(signal_analyzer.rar)如下:
test1.txt 第一列为时间t,0.001s为步长;第二列为系统的输入信号;第三列为系统的输出信号。
signal_analyzer.m首先 ...
技术资料 基于matlab FPGA verilog的FIR滤波器设计
本例程实现8阶滤波器,9个系数,由于系数的对称性,h(0)=h(8),h1(1)=h(7),h(2)=h(6),h(3)=h(5),h(4)为中间单独一个系数。实现框图:推导出当系数N为偶数时,例如N=4:y(n)=h(0)*{x(0)+x(n-3)}+h(1)*{x(n-1)+x(n-2)}当系数N为奇数时,例如N=5:y(n)=h(0)*{x(0)+x(n-1)}+h(1)*{x(n-1)+x(n-3)}+h(2)*x(n-2)1、用matlab生成 ...
汇编语言 VC 源代码 --- --- --- --- --- --- --- --- --- --- --- --- --- -- dswRename_src.zip 一个可
VC 源代码
--- --- --- --- --- --- --- --- --- --- --- --- --- --
dswRename_src.zip
一个可以重命名workspace的程序。
simplecomserver_src.zip
演示了如何生成一个COM组件。
consolePipe_src.zip
consolePipe_demo.zip
用图形界面的程序装载控制台程序并接收控制台程序的输出。
TiffToPDF_src. ...