代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/101082/6240914
c disassembler.c
/* --------------------------------------------------------- */
/* | Copyright (c) 1986, 1989 MIPS Computer Systems, Inc. | */
/* | All Rights Reserved. | */
/* -----
www.eeworm.com/read/101082/6248120
c rarpd.c
#ifndef lint
static char *sccsid = "@(#)rarpd.c 4.2 (ULTRIX) 10/16/90";
#endif lint
/************************************************************************
* *
* Copyright (
www.eeworm.com/read/101082/6251411
c screen.c
#ifndef lint
static char *sccsid = "@(#)screen.c 4.1 (ULTRIX) 11/23/87";
#endif lint
/************************************************************************
* *
* Copyright (c) 1985 by
www.eeworm.com/read/100745/6265352
c images.c
#include
#include
#include
#include "nano-X.h"
//#define IMAGE_PATH "/usr/local/images/tuxchess"
#define IMAGE_PATH "demos/tuxchess/images"
extern GR_IMAGE_ID boa
www.eeworm.com/read/100271/6272400
pl showdoc.pl
sub PreDoAction ()
{
my $cLastBtn = &GetAttr("LastBtn");
my $cUrlParams = &GetAttr("UrlParams");
my @lUrlParams = split ";", $cUrlParams;
my $iOid = 0;
my @lDocInfo = "";
www.eeworm.com/read/492937/6414521
m disp_result_da_model.m
function disp_result_da_model(da,X);
% Display computed DA Model. Result coeffs. are averaged by time.
% da - discriminant model
% X - data matrix
% last modified 4.10.05
old_format=get(0,'Fo
www.eeworm.com/read/491859/6427850
m pb_lookup.m
fuction pb_lookup(pb_htable,name)
entry=pb_htable.get(pb_keyfilter(name));
if isempty(entry),
disp(sprintf('The name %s not in the phone book', name));
else
pb_display(entry);
end
www.eeworm.com/read/487652/6507019
c dtest.c
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
*
* Copyright (C) 2002 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Created by Charles Manning
www.eeworm.com/read/485139/6565466
h branding.h
// Date : 2005-05-28
//
// Author : HOUHH
//
// File : Branding.h
//
// Version : ver1.0.0
#ifndef __BRANDING_H__
#define __BRANDING_H__
const char* BRANDING_GetAppNameLong();
cons
www.eeworm.com/read/480849/6662648
cpp time.cpp
// Chapter 6 - Program 16 - TIME.CPP
#include // For the sprintf function
#include // For the time & localtime functions
#incl