代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/190618/8440461
c algo.c
/*************************************************************
* File: tools/algo.c
* Purpose: The pmcc compiler driver for the Algorithmics toolset
* Author: Phil Bunce (pjb@carmel.com)
* Revisio
www.eeworm.com/read/190618/8440478
c ghs.c
/*************************************************************
* File: tools/ghs.c
* Purpose: The pmcc compiler driver for the Green Hills toolset
* Author: Phil Bunce (pjb@carmel.com)
* Revision
www.eeworm.com/read/390194/8478219
txt 10-41.txt
%例10-41 运行错误的处理。
%编制M文件如下。
function d=yunxingcuowu(a,b,c)
d=a/b;
if isinf(d) %对可能产生的inf值做出判断
sprintf('b should not be 0')
return
else
d=d*c;
end
%为了检验该程序,
www.eeworm.com/read/189219/8483992
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(char c)
{
static char tempstr[6]; /* biggest is "
www.eeworm.com/read/189219/8484014
c request.c
#include "calld.h"
int /* return 0 if OK, -1 on error */
request(Client *cliptr)
{
pid_t pid;
errmsg[0] = 0;
/* position where this client left off last (or rewind) */
sys_posn(cliptr->sy
www.eeworm.com/read/188953/8501061
m domdsprofile.m
function domds
% ----------------------------------------------------------------------------------
% MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999
% needs optimization toolbox
www.eeworm.com/read/432771/8575383
cpp hs.cpp
// hs.cpp
// (c) Mobilink Telecom 1999, 2000
//
// Nick Steffen
// May 11, 2000
//
// Adapted from original calibration code
//
// Rev. 0 May 11, 2000
//
// June 27, 2000
// Added pac_cal_t
www.eeworm.com/read/388426/8609906
asv ainet.asv
function [M,D] = inet(Ag,ts,n,N,gen,qi,tp)
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Immune Network (iNet) - Description in iNet.doc
% Obs.: for simplicity of comprehension
www.eeworm.com/read/388426/8609955
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/388426/8610011
m ainet.m
function [M,D] = inet(Ag,ts,n,N,gen,qi,tp)
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Immune Network (iNet) - Description in iNet.doc
% Data normalization over [0,1] require