⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test1.mak

📁 使用VC与MATLAB混合编程实现了一路波形信号的FFT变换
💻 MAK
字号:
#
# MATCOM makefile
#

all: test1.exe

test1.cpp: C:\Documents and Settings\Administrator\桌面\test1.m
	D:\matcom45\bin\matcom C:\Documents and Settings\Administrator\桌面\test1.m  -mat2cpp -nologo -release

g_test1.obj: g_test1.cpp
	cl -c -ID:\matcom45\ /MD -ID:\matcom45\lib /nologo /Zm200 /GX /YX /Fpmatlib.pch /DWIN32 /Od /Feg_test1.obj g_test1.cpp

test1.exe: g_test1.cpp 
	cl /MD -ID:\matcom45\lib /nologo /Zm200 /GX /YX /Fpmatlib.pch /DWIN32 /Od /Fetest1.exe @test1.rsp /link D:\matcom45\lib\v4501v.lib user32.lib

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -