代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/272827/10942567

c keystate.c

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

cpp p3-169.cpp

#include #include #include //main()函数 void main( void ) { //声明变量和数组 char buffer[200], s[] = "computer", c = 'l'; int i = 35, j; float fp =
www.eeworm.com/read/418524/10943035

c hexdump.c

#include "VxWorks.h" #include "stdioLib.h" #include "strLib.h" void hexDump(char *data,int size) { int count,line; char number,n,colume; char buf[100]; n = number = colume = 0; count
www.eeworm.com/read/418151/10964329

m axislabels.m

function s = axisLabels(range,incr) %function s = axisLabels(range,incr) range(abs(range)
www.eeworm.com/read/417848/10974272

c fxns.c

/* * Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 2001-2003 Stony Brook University * Copyright (c) 1997-2000 Columbia University * * For specific licensing information, see the COPYING file
www.eeworm.com/read/271693/10983670

m cdfplotmed.m

function cdfplotmed(x,plottype) % DESCRIPTION cdfplotmed(x) % CDF plot of the input matrix for each % column separately. By use of a linear scale % the middle part of the input is highlighted. % IN
www.eeworm.com/read/417309/10995892

txt 07-10.txt

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
www.eeworm.com/read/271405/10998011

c sh307.c

#include #include #include #include #define uchar unsigned char #define uint unsigned int sbit P1_0=P1^0; void INITIAL(void);
www.eeworm.com/read/271405/10998078

c keystate.c

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

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 %假如峰值