代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/399803/7835437
m eigs2.m
function varargout = eigs2(varargin)
%
% Slightly modified version from matlab eigs, Timothee Cour, 2004
%
% EIGS Find a few eigenvalues and eigenvectors of a matrix using ARPACK.
% D = EIG
www.eeworm.com/read/199440/7853230
m sleepdemo.m
% A demonstration of the HMM software using a Gaussian observation
% model on AR features extracted from an overnight sleep EEG recording.
clear
disp(sprintf(['A demonstration of the HMM software usi
www.eeworm.com/read/434450/7866048
awk dir.awk
# dir - list directory with date interpretation
#
# date interpretation COUNTRY=44
BEGIN {
split("Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec", month, " ");
}
NF == 5 {
if (date(
www.eeworm.com/read/399071/7896695
m psd_integ.m
disp(' ')
disp(' psd_integ.m ver 1.1 May 5, 2005')
disp(' by Tom Irvine Email: tomirvine@aol.com')
disp(' ')
disp(' This program calculates the overall level of ')
disp(' a power spectral d
www.eeworm.com/read/433822/7907580
m abnet.m
function [w,win,cwin,D] = abnet(ag,eps,comp,alfa,beta,pc,pm),
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% June, 1999
% Pattern Recognition in the Immune System using a Growing SOM
% Bipolar S
www.eeworm.com/read/433822/7907606
m ainet.m
function [M,D] = ainet(Ag,ts,n,N,gen,qi,tp)
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Artificial Immune Network (aiNet) - Description in aiNet.doc
% Data normalization over
www.eeworm.com/read/198616/7922746
c ctlstr.c
#include "calld.h"
/*
* Make a printable string of the character "c", which may be a
* control character. Works only with ASCII.
*/
char *
ctl_str(unsigned char c)
{
static char tempstr[6]; /*
www.eeworm.com/read/198616/7922777
c request.c
#include "calld.h"
int /* return 0 if OK, -1 on error */
request(Client *cliptr)
{
pid_t pid;
/*
* Position where this client left off last (or rewind).
*/
errmsg[0] = 0;
sys_posn(clip
www.eeworm.com/read/433368/7937076
m e0242.m
x=5317;y=int2str(x)
p=num2str(pi,7)
a=[1 2 3;4 5 6] ;
b=mat2str(a)
str=sprintf('The value of pi=%8.6f.',pi)
www.eeworm.com/read/398496/7943296
cpp udpclient.cpp
/*++
Made By ZwelL
zwell@sohu.com
2005.4.12
--*/
#include
#include
#include
#include
#include "debuglog.h"
//#include