代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/482678/6621243
m avw_hdr_write.m
function avw_hdr_write(avw, fileprefix, machine)
% AVW_HDR_WRITE - Write Analyze header file (*.hdr)
%
% avw_hdr_write(avw, fileprefix, machine)
%
% eg, avw_hdr_write(avw,'test');
%
% avw
www.eeworm.com/read/482678/6621280
m ge_dumpseriesheader.m
function outstr = GE_dumpSeriesHeader(series)
%
% outstr = GE_dumpSeriesHeader(series)
%
% Writes the series header to strimg the outstr
%
% Souheil Inati
% Dartmouth College
% May 2000
% sou
www.eeworm.com/read/482678/6621291
m create_brainstormsubject.m
Anatomy = '';
Comments = '';
DateOfAcquisition = '';
DateOfModification = '';
Name = '';
Tesselation = '';
TriConn = '';
VertConn = '';
SUB( 1).id = 'c01'; SUB( 1).name = ''; SUB( 1).da
www.eeworm.com/read/481596/6635901
m p.m
clear all;
for i=1:6
fname=sprintf('mydataS1sigma%d.dat',i);
A=load(fname);
B=permute(A,[2 1]);
ff=sprintf('MSdata%d.dat',i);
save(ff,'B','-ascii');
end
www.eeworm.com/read/481424/6640611
awk sigconv.awk
BEGIN {
nsig = 0;
j = 0;
print "/* This file was automatically generated */"
print "/* by the awk script \"sigconv.awk\". */\n"
print "struct sigdesc {"
print
www.eeworm.com/read/481249/6646506
c winsock2.c
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "winsock2.h"
#include "ctype.h"
#include "time.h"
#pragma comment(lib,"WSOCK32")
#define SERVER_PORT 5000
#define Defaul
www.eeworm.com/read/481066/6657301
m aismain.m
function [] = AISMAIN
%
% Function AISMAIN Demonstration
% Runs a Demo for the following immune tools:
% 1) CLONALG (Basic Clonal Selection Algorithm)-----CLONALG.doc
%
%
% Secondary Functions:
www.eeworm.com/read/481066/6657312
asv ga3d.asv
function [x,y,fx,vx,vmfit,P] = ga3d(v,ger,pc,pm);
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% November, 1999.
% ENHANCED GENETIC ALGORITHM - Bi-classist Selection
%
% Secondary functions: DECODE &
www.eeworm.com/read/481066/6657313
m ga3d.m
function [x,y,fx,vx,vmfit,P] = ga3d(v,ger,pc,pm);
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% November, 1999.
% ENHANCED GENETIC ALGORITHM - Bi-classist Selection
%
% Secondary functions: DECODE &
www.eeworm.com/read/480838/6662441
m banach.m
function [] = banach(f,x0,maxite);
%
% banach berechnet und visualisiert eine Fixpunktiteration
% Aufruf: banach(f,x0,maxite)
% Parameter: Funktionsstring f, Startwert x0,
% maximale Itera