代码搜索:Matcom
找到约 201 项符合「Matcom」的源代码
代码结果 201
www.eeworm.com/read/454311/1630450
mak lineeq.mak
#
# MATCOM makefile
#
all: LineEq.exe
LineEq.cpp: D:\MAtLab_C\matcom\LineEq.m
C:\matcom45\bin\matcom D:\MAtLab_C\matcom\LineEq.m -mat2cpp -nologo -debug
LineEq.obj: LineEq.cpp
cl -c -I
www.eeworm.com/read/289252/3991767
mak mysin.mak
#
# MATCOM makefile
#
all: Mysin.exe
Mysin.cpp: D:\MAtLab_C\matcom\Mysin.m
C:\matcom45\bin\matcom D:\MAtLab_C\matcom\Mysin.m -mat2cpp -nologo -debug
Mysin.obj: Mysin.cpp
cl -c -IC:\mat
www.eeworm.com/read/289252/3991780
mak mycos.mak
#
# MATCOM makefile
#
all: Mycos.exe
Mycos.cpp: D:\MAtLab_C\matcom\Mycos.m
C:\matcom45\bin\matcom D:\MAtLab_C\matcom\Mycos.m -mat2cpp -nologo -debug
Mycos.obj: Mycos.cpp
cl -c -IC:\mat
www.eeworm.com/read/289252/3991791
mak lineeq.mak
#
# MATCOM makefile
#
all: LineEq.exe
LineEq.cpp: D:\MAtLab_C\matcom\LineEq.m
C:\matcom45\bin\matcom D:\MAtLab_C\matcom\LineEq.m -mat2cpp -nologo -debug
LineEq.obj: LineEq.cpp
cl -c -I
www.eeworm.com/read/380718/9133489
cpp g_circle.cpp
#include "matlib.h"
#pragma hdrstop
#include "circle.h"
unsigned int mlibpr=mt_set_MT(0); // 1 if program is multithreaded, 0 otherwise.
int main() {
begin_scope
www.eeworm.com/read/380718/9133499
cpp g_chacir.cpp
#include "matlib.h"
#pragma hdrstop
#include "chacir.h"
unsigned int mlibpr=mt_set_MT(0); // 1 if program is multithreaded, 0 otherwise.
int main() {
begin_scope
www.eeworm.com/read/380082/9165820
cpp g_test1.cpp
#include "matlib.h"
#pragma hdrstop
#include "test1.h"
unsigned int mlibpr=mt_set_MT(0); // 1 if program is multithreaded, 0 otherwise.
int main() {
begin_scope
www.eeworm.com/read/443234/7635874
cpp g_chacir.cpp
#include "matlib.h"
#pragma hdrstop
#include "chacir.h"
unsigned int mlibpr=mt_set_MT(0); // 1 if program is multithreaded, 0 otherwise.
int main() {
begin_scope
www.eeworm.com/read/250869/12380720
cpp g_viewoldwave.cpp
#include "matlib.h"
#pragma hdrstop
#include "viewoldwave.h"
unsigned int mlibpr=mt_set_MT(0); // 1 if program is multithreaded, 0 otherwise.
int main(int argc, char** ar
www.eeworm.com/read/168889/9890158