代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/125381/6030520
c cpu.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/125318/6031447
c 猴子和桃.c
#include
main()
{
int x,x1,x2,x3,x4;/*我用的不知算不算是穷举法,桃子的初值设的是100*/
for(x=100;x
www.eeworm.com/read/125318/6031453
c re.c
#include
main()
{
int n,s,j,k,p;
int a[100];//最多允许100人
printf("请输入人数:");
scanf("%d",&n);
printf("请输入数字:");
scanf("%d",&s);
for(j=0;j
www.eeworm.com/read/125318/6031461
c 余弦直线.c
#include
#include
main()
{
double y;
int x,m,n,yy;
for(yy=0;yy
www.eeworm.com/read/125318/6031478
c 骑士遍历1.c
#include
int f[11][11] ;
int adjm[121][121];
long fgf;
void creatadjm(void);
void e(int,int,int,int);
void travel(int,int);
int n,m;
int main()
{
int i,j,k,l;
printf
www.eeworm.com/read/125279/6031622
c four2perm.c
#include
#include
#include
#include
#include
#define MAX_LINE 512
void die( char * ) ;
char buffer[MAX_LINE+1] ;
char *prog_name ;
void die( c
www.eeworm.com/read/125133/6032867
awk gen.awk
BEGIN {
count = 20000;
increment = 17; # must be coprime to count
printf("def 0 1 main 52527 foo%d 127 and emit 0 ;\n", count);
printf("def 1 1 foo0 ;\n");
j = 1;
for (i = 1; i
www.eeworm.com/read/125133/6033047
awk gen.awk
BEGIN {
count = 20000;
increment = 17; # must be coprime to count
printf("def 0 1 main 52527 foo%d 127 and emit 0 ;\n", count);
printf("def 1 1 foo0 ;\n");
j = 1;
for (i = 1; i
www.eeworm.com/read/124989/6034743
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/124989/6034790
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