代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/166306/10024519
m optimfcnchk.m
function [allfcns,msg] = optimfcnchk(funstr,caller,lenVarIn,gradflag,hessflag,constrflag)
% OPTIMFCNCHK Pre- and post-process function expression for FUNCHK.
% [ALLFCNS,MSG] = OPTIMFCNCHK(FUNSTR,C
www.eeworm.com/read/166051/10039678
bak main.c.bak
/* Include necessary Nucleus PLUS files. */
#include "..\NUCLEUS\nucleus.h"
#include "..\NUCLEUS\mcf5307.h"
#include "main.h"
#include "..\io\time.h"
#include "..\file32\pcdisk.h"
#i
www.eeworm.com/read/166051/10039686
c main.c
/* Include necessary Nucleus PLUS files. */
#include "..\NUCLEUS\nucleus.h"
#include "..\NUCLEUS\mcf5307.h"
#include "main.h"
#include "..\io\time.h"
#include "..\file32\pcdisk.h"
#i
www.eeworm.com/read/165898/10047696
m itemsmsg.m
function str = itemsmsg(type, items)
str = '';
switch type
case 'Error'
% Display each item's error message
errItem = {items.ItemID};
errMsg = {items.ErrorMessage};
www.eeworm.com/read/165898/10047698
m magic.m
fid=fopen(‘magic.m’,’r’);
count=0;
while `feof(fid)
line=fgetl(fid);
if isempty(line)|strncmp(line,’%’,1)
continue
end
count=count+1;
end
disp(sprintf(‘%d lines’,count
www.eeworm.com/read/165864/10048502
m filetimes.m
% This script loads data from files, if the files haven't been read yet.
% On input, these variables must be set:
%
% arrfile file name of array phone positions; positions should be
%
www.eeworm.com/read/361503/10049472
asv lmsimu.asv
%此为一仿真程序
%首先读入权域值参数
function retdouble = LmSimu(ModelNo,NetPara,SimulatePara,InputFun,OutputFun,DataDir)
NNTWARN OFF
%%%% 输入参数赋值开始 %%%%%%%%%%%%%%%%%%%%%%%
% 这部分代码主要是方便用户调试用
% ModelNo='1';
%
www.eeworm.com/read/361503/10049477
m lmsimu.m
%此为一仿真程序
%首先读入权域值参数
function retdouble = LmSimu(ModelNo,NetPara,SimulatePara,InputFun,OutputFun,DataDir)
NNTWARN OFF
%%%% 输入参数赋值开始 %%%%%%%%%%%%%%%%%%%%%%%
% 这部分代码主要是方便用户调试用
ModelNo='1';
Net
www.eeworm.com/read/361503/10049480
m lmtrain.m
%此为BP网络训练程序
function retstr = LmTrain(ModelNo,NetPara,TrainPara,InputFun,OutputFun,DataDir)
NNTWARN OFF
retstr=-1;
%%%% 输入参数赋值开始 %%%%%%%%%%%%%%%%%%%%%%%
% 这部分代码主要是方便用户调试用
ModelNo='1';
NetPara
www.eeworm.com/read/361503/10049558
m sofmrec.m
% 此为Sofm图像分割后的还原函数
% 由SofmProcess处理的结果,对不同分类结果还原图像
function retstr = SofmRec(ModelNo,ClassifyNum,ClassifyNo,DataDir)
NNTWARN OFF
retstr=-1;
%%%% 输入参数赋值开始 %%%%%%%%%%%%%%%%%%%%%%%
% 方便调试程序用,程序调试时去