代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/101082/6250841
c mysys.c
#ifndef lint
static char sccsid[] = "@(#)mysys.c 4.3 (Berkeley) 5/16/83";
#endif not lint
#include "stdio.h"
#include "signal.h"
#define EASY 1
#define MEDIUM 2
#define HARD 3
#define EMAX 256
char
www.eeworm.com/read/101082/6251130
c refer5.c
#ifndef lint
static char *sccsid = "@(#)refer5.c 4.1 ULTRIX 7/17/90";
/* Original Id: "@(#)refer5.c 4.5 (Berkeley) 8/26/85" */
#endif
#include "refer..c"
#define SAME 0
#define NFLAB 2000
#define NL
www.eeworm.com/read/101078/6253526
cpp cgpandnode.cpp
//GPExample
//Copyright John Manslow
//29/09/2001
////////////////////////////////////////////////////////////
//Only when comoiling under Windows
#include "stdafx.h"
#define new DEBUG_NEW
//
www.eeworm.com/read/100234/6273197
c strgcr.c
/* strgcr.c - Storage Crash Recovery Utility
* Kernel of GNU SQL-server. Recovery utilities
*
* This file is a part of GNU SQL Server
*
* Copyright (c) 1996, 1997, Free Softw
www.eeworm.com/read/100043/6275757
c mib.c
/***********************************************************
Copyright 1988, 1989 by Carnegie Mellon University
All Rights Reserved
Permission to use, copy, modify, and distr
www.eeworm.com/read/100040/6275813
perl convertsmbpasswd.perl
#!/usr/bin/perl -w
#
# Convert a Samba 1.9.18 smbpasswd file format into
# a Samba 2.0 smbpasswd file format.
# Read from stdin and write to stdout for simplicity.
# Set the last change time to the ti
www.eeworm.com/read/441153/6279626
m startmulticoreslave.m
function startmulticoreslave(multicoreDir)
%STARTMULTICORESLAVE Start multi-core processing slave process.
% STARTMULTICORESLAVE(DIRNAME) starts a slave process for function
% STARTMULTICOREMA
www.eeworm.com/read/213252/6281937
cpp soccercommand.cpp
/***************************************************************************
* Copyright (C) 2004 - 2006 by ZJUBase *
* National La
www.eeworm.com/read/269524/6287817
c initloop.c
///////////////////////////////////////////////////////////////////
//
// initloop.c
//
// Initialization modules for loopback application running on Linux, Unix
//
// Copyright Netergy Microelectroni
www.eeworm.com/read/421459/6311328
c ctlstr.c
#include "calld.h"
/*
* Make a printable string of the character "c", which may be a
* control character. Works only with ASCII.
*/
char *
ctl_str(unsigned char c)
{
static char tempstr[6]; /*