代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/476848/6751915
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error
www.eeworm.com/read/476848/6752025
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error
www.eeworm.com/read/253378/12227015
cpp roxy_inj.cpp
// roxy_inj.cpp : Defines the entry point for the DLL application.
//
// offsets version: B.2916438
#define _WIN32_WINNT 0x0500
#include
#include // for sprintf
typed
www.eeworm.com/read/15775/539691
m recognize.m
function recognize()
disp('Generating the reference template...')
for i=1:10
%fname = sprintf('..\\ch6\\%da.wav',i-1);
%x = wavread(fname);
disp('Time For The #');
disp(i);
[x1 x2
www.eeworm.com/read/31454/1020761
c 51main.c
#include
char * py_ime(char *);
void main(void)
{
while(1)
{
char input_string[]="yI";
xdata char chinese_string[255];
sprintf(chinese_string,"%s",py_ime(input
www.eeworm.com/read/478883/1348277
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/478883/1348296
cpp p13.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/478549/1351296
c printk.c
#include
#include
#include
int printk(const char *fmt,...);
int sprintf(char * buf, const char *fmt, ...);
static int vsprintf(char *, const char *, va_lis
www.eeworm.com/read/472976/1402415
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/453682/1638140
c 51main.c
#include
char * py_ime(char *);
void main(void)
{
while(1)
{
char input_string[]="yI";
xdata char chinese_string[255];
sprintf(chinese_string,"%s",py_ime(input