代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/140309/13088639

c authen.c

#include #include "common.h" pthread_mutex_t DatabaseMutex; pthread_mutex_t KeyMutex; R_RSA_PUBLIC_KEY ServerPublicKey; R_RSA_PRIVATE_KEY ServerPrivateKey; R_RANDOM_STRUCT randomS
www.eeworm.com/read/242170/13090463

m callcheck.m

function callcheck(htext,str1,z,vchk1,vchk2) cla,set(htext,'string',[str1,sprintf('%1.4g\',z)]); %更新静态文本框内容 dt=0.1;t=0:dt:15;N=length(t);y=step(1,[1 2*z 1],t);plot(t,y); if vchk1 %假如峰值
www.eeworm.com/read/140161/13102401

c upbuild.c

#include int transform(char *buf, char *str,char*ver) { char * p ; int val ; if (strstr(buf,str)) { p = strrchr(buf,'.') ; if (!p) return 0 ;
www.eeworm.com/read/140161/13103787

c error.c

/* Copyright 1994-2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the ter
www.eeworm.com/read/140161/13104273

c error.c

/* Copyright 2001-2003 Free Software Foundation, Inc. Written by David Lindauer, LADSoft This program is free software; you can redistribute it and/or modify it under the terms of the GNU Gener
www.eeworm.com/read/327001/13104557

m callcheck.m

function callcheck(htext,str1,z,vchk1,vchk2) cla,set(htext,'string',[str1,sprintf('%1.4g\',z)]); %更新静态文本框内容 dt=0.1;t=0:dt:15;N=length(t);y=step(1,[1 2*z 1],t);plot(t,y); if vchk1 %假如峰值
www.eeworm.com/read/241971/13107131

m filespcgrm.m

% --------------------------------------------------------------------- % FILESPCGRM % Script for plotting a spectrogram from a KVDH datafile. % Can pick an individual channel, or choose to average
www.eeworm.com/read/241807/13115443

m callcheck.m

function callcheck(htext,str1,z,vchk1,vchk2) cla,set(htext,'string',[str1,sprintf('%1.4g\',z)]); %更新静态文本框内容 dt=0.1;t=0:dt:15;N=length(t);y=step(1,[1 2*z 1],t);plot(t,y); if vchk1 %假如峰值
www.eeworm.com/read/326187/13158821

c keystate.c

#include #include #include /* define variable type */ #define uchar unsigned char void INITIAL(void); /*液晶显示初始化*/ void CLEAR(void);
www.eeworm.com/read/241276/13159086

m p450bskel.m

% WBL 25 Sep 2002 Use P450 training data to train Matlab MLP Neural Network versn = '$Revision: 1.7 $'; %$Date: 2002/10/31 11:17:37 $ %read training data, one training case per line, %each case ha