代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/181004/9277379

m continue_yanshi.m

%example3_9.m fid=fopen('example3_9.m','r'); count=0; while ~feof(fid) line=fgetl(fid); if isempty(line)|strncmp(line,'%',1) continue end count=count+1; end disp(sp
www.eeworm.com/read/377354/9279349

cpp hello.cpp

#include #include #include "hello.h" char *hello(char *name) { char *value = new char [9+strlen(name)]; sprintf(value,"hello,%s.",name); return value; } #include
www.eeworm.com/read/180877/9282116

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/377122/9294916

cpp ll(1)_1.cpp

/*********************************************************** * 实验三 LL(1)分析表演示程序模板(教学实验用) * * 采用LL(1)表分析法实现表达式文法的语法检验。 * (0)E ->TX * (1)X ->+TX (2)X ->-TX (3)X ->ε * (4)T ->FY
www.eeworm.com/read/180530/9303597

c tid_proc.c

/*********************************************************************** * * (C) Copyright 2000 * Jean-Jacques Germond, Fr閐閞ic Soulier, Christian Batt; Alcatel * C/O jjg@sxb.bsf.alcatel.fr * * A
www.eeworm.com/read/376627/9311841

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/180080/9320473

c lb_cm.c

/* *********************************************************************************************************** Amos The Real_Time Operation System Multi T
www.eeworm.com/read/179957/9326295

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/376170/9327632

cpp qgtp.cpp

/*************************************************************************** qgtp.cpp - description ------------------- begin : Thu Nov 29 2001 copyright : (C) 2001 by PALM
www.eeworm.com/read/376053/9334432

m resetb.m

function reset=resetB(varargin) data = get(gcf,'UserData'); % 清除axes4中数据 clrchild( data.axes4); % 获得数据集 trn = get( data.axes4, 'UserData'); % 获得文件名