代码搜索:printf

找到约 10,000 项符合「printf」的源代码

代码结果 10,000
www.eeworm.com/read/407228/11423580

cpp zcx04.cpp

/*验证歌德巴赫猜想*/ #include #include void main() { int n, m, p, k, t, another, flag1,flag2; printf("Please intput an even number,larger than 2!\n"); scanf("%d",&n); for(m=2; m
www.eeworm.com/read/406993/11431425

cpp zippie.cpp

///////////////////////////////////////////////////////////////////////////////// // zippie.cpp : Defines the entry point for the console application. // STL program that uses the ZipArchive Library
www.eeworm.com/read/406932/11432466

c load.c

#include "pdc1.h" /***********************************************************/ /* This routine loads particles into a new simulation. */ /* There are 3 density profiles available for loading, the
www.eeworm.com/read/406870/11433640

cpp 浙大1205.(ac).cpp

#include #define N 101 int main() { int a[N]={0},b[N]={0},n,mark,temp; char c; while(scanf("%c",&c)!=EOF) { for(n=0;n
www.eeworm.com/read/406613/11439049

c memcmp.c

#include #include void main(void) { char *a = "AAA"; char *b = "BBB"; char *c = "aaa"; printf("Comparing %s and %s with memcmp %d\n", a, b, memcmp(a, b,
www.eeworm.com/read/406613/11439104

c pow10.c

#include #include void main (void) { printf("10 raised to -1 is %f\n", pow10(-1)); printf("10 raised to 0 is %f\n", pow10(0)); printf("10 raised to 1 is %f\n", pow
www.eeworm.com/read/406613/11439125

c map_rand.c

#include #include void main(void) { int i; printf("Values in the range 0.0 through 1.0\n"); for (i = 0; i < 5; i++) printf("%f\n", rand() / 32767.0);
www.eeworm.com/read/406533/11440091

c netmon.c

/* Simple network monitor for 'TCP/IP Lean' (c) Iosoft Ltd. 2000 This software is only licensed for distribution with the book 'TCP/IP Lean', and may only be used for personal experimentation by t
www.eeworm.com/read/406434/11442360

c os_cpu_c.c

/* ********************************************************************************************************* * uC/OS-II *
www.eeworm.com/read/406313/11444793

c test_i2c.c

/* created by hzh, to support AT24C02 read/write */ #include #include #include #include #include #include #include #incl