代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/177753/9433201
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/177066/9470221
c gencode.c
#include "GenCode.h"
#include "Common.h"
#include "Error.h"
#include "SymTab.h"
#include
#include
#include
// for test
//static char _OUTPUT_FILE_NAME[] = "MM
www.eeworm.com/read/176730/9486643
c popen2.c
#include
#include
#include
int main()
{
FILE *write_fp;
char buffer[BUFSIZ + 1];
sprintf(buffer, "Once upon a time, there was...\n");
write_fp = popen
www.eeworm.com/read/372449/9510591
c popen2.c
#include
#include
#include
int main()
{
FILE *write_fp;
char buffer[BUFSIZ + 1];
sprintf(buffer, "Once upon a time, there was...\n");
write_fp = popen
www.eeworm.com/read/365783/9848051
c popen2.c
#include
#include
#include
int main()
{
FILE *write_fp;
char buffer[BUFSIZ + 1];
sprintf(buffer, "Once upon a time, there was...\n");
write_fp = popen
www.eeworm.com/read/364791/9894858
h tr.act.h
/*
* Copyright (c) 2002 The Board of Trustees of the University of Illinois and
* William Marsh Rice University
* Copyright (c) 2002 The University of Utah
* Copyright (c) 2002
www.eeworm.com/read/364700/9897948
c writepic.c
/* writepic.c, write reconstructed pictures */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/364000/9926423
c main.c
/*-----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support - ROUSSET -
*-------------------------------------------------
www.eeworm.com/read/167823/9951413
cpp csysobj.cpp
#include "CSysobj.h"
int CSysobj::fork_num=0;
CSysobj::CSysobj()
{
eb_count=0;
}
void CSysobj::write_log(u_char *string)
{
FILE *fp;
char fn[20];
time_t tt;
struct tm *ttt;
www.eeworm.com/read/363073/9968864
cpp stationview.cpp
#include "Stdafx.h"
#include "StationView.h"
IMPLEMENT_DYNAMIC(CStationView, CWnd)
BEGIN_MESSAGE_MAP(CStationView, CWnd)
ON_WM_CREATE()
ON_WM_PAINT()
END_MESSAGE_MAP()
//构造函数
CStationV