代码搜索:MATLAB6P5
找到约 98 项符合「MATLAB6P5」的源代码
代码结果 98
www.eeworm.com/read/365762/9849427
m rand_source.m
x = randint(1,8000);
fid = fopen('D:/tool/MATLAB6p5/work/timing_estimate/rand_data.m','w')
fwrite(fid,x);
fclose(fid)
www.eeworm.com/read/245571/12793820
m rand_source.m
x = randint(1,8000);
fid = fopen('D:/tool/MATLAB6p5/work/window_timing/rand_data.m','w')
fwrite(fid,x);
fclose(fid)
www.eeworm.com/read/217597/14957636
cpp mfsolver.cpp
#include "MFSolver.h"
#include "stdafx.h"
#include
//#include
#include
#include
#include
#include
#include "C:\MATLAB6p5\extern
www.eeworm.com/read/217206/14973696
m rand_source.m
x = randint(1,8000);
fid = fopen('D:/tool/MATLAB6p5/work/timing_estimate/rand_data.m','w')
fwrite(fid,x);
fclose(fid)
www.eeworm.com/read/400208/11580602
c myrandplottest_idl_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Tue Nov 15 09:20:13 2005
*/
/* Compiler settings for C:/MATLAB6p5/wor
www.eeworm.com/read/230244/4723393
c myrandplottest_idl_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Tue Nov 15 09:20:13 2005
*/
/* Compiler settings for C:/MATLAB6p5/wor
www.eeworm.com/read/303410/3813821
c myrandplottest_idl_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Tue Nov 15 09:20:13 2005
*/
/* Compiler settings for C:/MATLAB6p5/wor
www.eeworm.com/read/217597/14957643
cpp materialflowdlg.cpp
// MaterialFlowDlg.cpp : implementation file
//
#include "stdafx.h"
#include "MaterialFlow.h"
#include "MaterialFlowDlg.h"
#include "C:\MATLAB6p5\extern\include\engine.h"
#ifdef _DEBUG
#d
www.eeworm.com/read/217597/14957650
h mfsolver.h
#pragma once
#include "BasicData.h"
#include "stdafx.h"
#include
#include
#include "C:\MATLAB6p5\extern\include\engine.h"
// Material Flow Solver
class MFSolver
{
privat
www.eeworm.com/read/492916/6413904
txt fopen.txt
fidin=fopen('C:\MATLAB6p5\work\x1.txt'); % 打开test2.txt文件
fidout=fopen('mkmatlab.txt','w'); % 创建MKMATLAB.txt文件
while ~feof(fidin)