代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/103088/6224153
simple bin2intelhex.c.simple
/*
Quick and dirty program to make intel-hex from a binary.
Written by R.E.Wolff@BitWizard.nl
This file is in the public domain
Typing started:
Mon Jun 16 00:24:15 MET DST 1997
progr
www.eeworm.com/read/103088/6224194
c bromutil.c
/*
* readutil.c - perform various control ops on the 3c509b bios rom
*
*/
#ifndef __i386__
# error "This program can't compile or run on non-intel computers"
#else
#include
#include
www.eeworm.com/read/103088/6224197
c cromutil.c
/*
* 3c905cutil.c - perform various control ops on the 3C905C bios rom
* which we assume to be an AT49BV512
*
*/
#ifndef __i386__
# error "This program can't compile or run on non-i
www.eeworm.com/read/102935/6228433
mkd
#!/bin/bash
#
# mkd -- a script to create the device special files for the PARIDE subsystem
#
# block devices: pd (45), pcd (46), pf (47)
# character devices: pt (96), pg (97)
#
function mkdev {
www.eeworm.com/read/102423/6232370
c vegas.c
#include
#include
#include "nrutil.h"
#define ALPH 1.5
#define NDMX 50
#define MXDIM 10
#define TINY 1.0e-30
extern long idum;
void vegas(regn,ndim,fxn,init,ncall,itmx,n
www.eeworm.com/read/102423/6232982
c vegas.c
#include
#include
#define NRANSI
#include "nrutil.h"
#define ALPH 1.5
#define NDMX 50
#define MXDIM 10
#define TINY 1.0e-30
extern long idum;
void vegas(float regn[], i
www.eeworm.com/read/102395/6233231
sh license.sh
#!/bin/sh
rm -f .license
cat license.txt
printf "Do you wish to continue ? "
answer=none
while [ $answer = none ]; do
read a
if [ "$a" = "yes" -o "$a" = "Yes" ]; then
answer=yes
fi
www.eeworm.com/read/102392/6233973
cc test_truth.cc
/*
* $Id: test_truth.cc,v 1.4.4.1 2003/05/23 21:23:45 gerkey Exp $
*
* a test for the C++ TpsProxy
*/
#include "playerclient.h"
#include "test.h"
int
test_truth(PlayerClient* client, int index)
www.eeworm.com/read/101082/6241358
c events.c
/*@(#)events.c 4.2 Ultrix 11/9/90*/
/************************************************************************
* *
* Copyright (c) 1986 by *
* Digital Equipment Corporation, Maynard,
www.eeworm.com/read/101082/6241364
c mkdate.c
/*#@(#)mkdate.c 1.6 Ultrix 5/2/86*/
/************************************************************************
* *
* Copyright (c) 1986 by *
* Digital Equipment Corporation, Maynard,