代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/281401/9157566
c rest.c
#include
FILE *bituit;
int pfildes[2], pnr;
char bmbuf[9000];
/*file descriptor and procedure number to create a pipe for the bitmap*/
bitmapdump(b,h,buff) int b,h; char *buff;{
if ((
www.eeworm.com/read/281401/9158007
c rest.c
FILE *bituit;
int pfildes[2], pnr;
char bmbuf[9000];
/*file descriptor and procedure number to create a pipe for the bitmap*/
bitmapdump(b,h,buff) int b,h; char *buff;{
if ((bituit=fopen("tERMbI
www.eeworm.com/read/281401/9158306
c rest.c
FILE *bituit;
int pfildes[2], pnr;
char bmbuf[9000];
/*file descriptor and procedure number to create a pipe for the bitmap*/
bitmapdump(b,h,buff) int b,h; char *buff;{
if ((bituit=fopen("tERMbI
www.eeworm.com/read/183326/9168644
c edit.c
/*
** Copyright (C) 1997 Free Software Foundation, Inc.
**
** This file is part of TACK.
**
** TACK is free software; you can redistribute it and/or modify
** it under the terms of the GNU General P
www.eeworm.com/read/379990/9169555
txt guandao.txt
#include
#include
#include
int pid1,pid2;
int main()
{
int fd[2];
char OutPipe[100], InPipe[100];
p
www.eeworm.com/read/379862/9173814
c dbcmd.c
//*************************************************************************
//
// Copyright (C) SEIKO EPSON CORP. 1997
// All Rights Reserved
//
// Filename : dbcmd.c
// Function : debug com
www.eeworm.com/read/379733/9179954
m getargdef.m
function [val, args] = getargdef(args, name, default),
% GETARGDEF Get argument from args.name or use default value
if isfield(args, name),
% val = args.(name);
eval(sprintf('val = args.%s;', name
www.eeworm.com/read/379711/9182404
c proc.c
/*
* UNIX An implementation of the AF_UNIX network domain for the
* LINUX operating system. UNIX is implemented using the
* BSD Socket interface as the means of communication with
* the u
www.eeworm.com/read/182678/9195695
cpp p3-169.cpp
#include
#include
#include
//main()函数
void main( void )
{
//声明变量和数组
char buffer[200], s[] = "computer", c = 'l';
int i = 35, j;
float fp =
www.eeworm.com/read/378481/9229561
c sh307.c
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit P1_0=P1^0;
void INITIAL(void);