代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/110034/6170352
c sm_osl.c
/******************************************************************************
*
* Module Name: sm_osl.c
* $Revision: 16 $
*
*******************************************************************
www.eeworm.com/read/109078/6176708
pm nsap.pm
package Net::DNS::RR::NSAP;
# $Id: NSAP.pm,v 1.4 2002/05/29 19:18:11 ctriv Exp $
use strict;
use vars qw(@ISA);
use Net::DNS;
@ISA = qw(Net::DNS::RR);
sub new {
my ($class, $self, $d
www.eeworm.com/read/108242/6184042
y bc.y
%{
/* bc.y: The grammar for a POSIX compatable bc processor with some
extensions to the language. */
/* This file is part of bc written for MINIX.
Copyright (C) 1991, 1992 Free Software
www.eeworm.com/read/102935/6228671
c i2o_proc.c
/*
* procfs handler for Linux I2O subsystem
*
* (c) Copyright 1999 Deepak Saxena
*
* Originally written by Deepak Saxena(deepak@plexity.net)
*
* This program is free software. You ca
www.eeworm.com/read/102935/6228700
c ip2mkdev.c
#include
#include
#include
#include
#include
#include
#include "ip2.h"
#include "i2ellis.h"
char nm[256];
i2eBordStr Board[2
www.eeworm.com/read/345428/6288867
c~ mmc_core.c~
/*
* Core MMC driver functions
*
* Copyright 2002 Hewlett-Packard Company
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety
www.eeworm.com/read/345428/6288887
c mmc_core.c
/*
* Core MMC driver functions
*
* Copyright 2002 Hewlett-Packard Company
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety
www.eeworm.com/read/386623/6343229
m amg_solve.m
%AMG_SOLVE
%
% x = AMG_SOLVE(GUI_HANDLES)
% GUI_HANDLES allows this function to access the disply in the
% AMGLab GUI
% Ryan McKenzie
% Department of Computational Sc
www.eeworm.com/read/492937/6414431
m gui_data_statistics.m
function gui_data_statistics;
% DATA_STATISTICS display basic statistics for time series
%
% last modified 12.09.04
global TS
str=TS.name;
[selection,ok] = listdlg('PromptString','Select da
www.eeworm.com/read/490038/6457659
bak update.c.bak
#include "includes.h"
int copyFile(char * source,char * dest);
//文件下载程序
void main (void)
{
char FTPSvrIP[16];
char filename[12],downfile[12],runfile[16],localfile[30];
char LoginI