代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/129039/14269058
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/230098/14306176
m store_item.m
% store_item.m
subplot(ax_in)
h = plot(pcoords(1),pcoords(2),'yo');
set(h,'ButtonDownFcn','clickhandler')
training_points(end+1,:) = pcoords;
xlabel(sprintf('N = %d training points',size(training_poi
www.eeworm.com/read/127777/14334160
c token.c
char *token_name(i)
int i;
{
static char buf[10];
switch(i)
{
default : if(i
www.eeworm.com/read/127385/14356713
c pydemo.c
/*
pyDemo.c - 调用例程
*/
#include
char *py_ime(char *);
void myDemo(void)
{
char input_string[]="yI";
char chinese_string[255];
sprintf(chinese_string,"
www.eeworm.com/read/228773/14364181
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/228314/14392925
cpp stattooldlg.cpp
// StatToolDlg.cpp : implementation file
//
#include "stdafx.h"
#include "StatTool.h"
#include "StatToolDlg.h"
#include "Cstat.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/126866/14396931
c s_fat32.c
#include "part.h"
struct boot_fat32
{
/* Sector 1 */
unsigned char jmp[3]; /* Must be 0xEB, 0x58, 0x90 = jmp 5A */
unsigned char sys_id[8]; /* Probably: "MSWIN4.
www.eeworm.com/read/227899/14406683
c scriptcntl.c
/* voifax low level scripting control library
* Copyright (C) 2004 Simone Freddio & Andrea Emanuelli
*
* This program is free software; you can redistribute it and/or modify
* it under the te
www.eeworm.com/read/126487/14421227
c nandfdbg.c
/*************************************************************
File Name: NANDfdbg.C
Last Modified Date: 2001/03/21
Programmer: MSC
Compiler:
Platform:
Usage:
NAND Flash File System debug fu
www.eeworm.com/read/126155/14443284
cpp file_com.cpp
#include "File_Com.h"
int File_Create::Set_Env( char *odir )
{
int i;
strcpy( Work_Dir,odir );
i = strlen( Work_Dir );
if( Work_Dir[i-1] != '/' ) { Work_Dir[i] = '/'; Work_Dir