代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/337869/12335656
c menu.c
#include "includes.h"
#include "Menu.h"
#include "ST7920.h"
#include "SAMpioc.h"
StrMenu SMenu;
extern SysDat sys_dat;
extern SetDat set_dat;
extern int CutTime ;
SetDat set_dsp;
char dis
www.eeworm.com/read/231733/14222532
c writepic.c
/* writepic.c, 写重建的图像信息*/
#include
#include
#include "global.h"
void writeframe(fname,frame)
char *fname;
unsigned char *frame[];
{
int chrom_hsize, chrom_vsize;
char name
www.eeworm.com/read/230933/14266601
cpp dialogtextreport.cpp
// DialogTextReport.cpp : implementation file
//
#include "stdafx.h"
#include "CVenus.h"
#include "DialogTextReport.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS
www.eeworm.com/read/230098/14306175
m set_g_value.m
% set_g_value.m
val = str2num(get(g_valbox,'String'));
if isempty(val) | length(val) > 1 | val < 1e-3 | val > 9
set(g_valbox,'String',num2str(get(g_valbox,'Value')))
else
set(g_valbox,'Value',va
www.eeworm.com/read/226336/14480502
cpp 110.cpp
// 110.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "110.h"
#include "sql.h"
#include "sqlext.h"
#include "sqltypes.h"
#include "windows.h"
//#i
www.eeworm.com/read/119269/14835685
h fzsftpipc.h
// FileZilla - a Windows ftp client
// Copyright (C) 2002 - Tim Kosse
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU
www.eeworm.com/read/219939/14859157
c dtest.c
/*
* Test code for the "direct" interface.
*/
#include
#include
#include
#include
#include "yaffsfs.h"
void dumpDir(const char *dname);
char xx[600];
v
www.eeworm.com/read/118089/14888125
c createfile.c
#include
#include
#include
#include
#include "configfile.h"
#include
gboolean titleshow[33];
const gchar *title[]={"姓名","性别","历法","生日","提醒","星
www.eeworm.com/read/218499/14917722
cpp writepic.cpp
/* writepic.c, write reconstructed pictures */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* The
www.eeworm.com/read/217397/14966103
c swriwks.c
/*
* SWRITFIL A SIMULINK trigged write to a workspace variable.
*
* Syntax: [sys, x0] = swritwks(t,x,u,flag, varname, format, pulnum, threshold)
* This function has two inputs and no outpu