代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/256014/12036705

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/256014/12036762

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/153273/12044319

c main.c

/* * File: example1.c * * uC/OS Real-time multitasking kernel for the ARM processor. * * Simple example of using multiple tasks and mailboxes. * * Created by Marco Graziano (marco
www.eeworm.com/read/255905/12046420

cpp guess.no..cpp

#include #include #include int m[4],n[4]; void sj() {int i,j; srand( (unsigned) time ( NULL) ); for(i=0;i
www.eeworm.com/read/255886/12048283

c mkyaffs.c

/* * YAFFS: Yet another FFS. A NAND-flash specific file system. * mkyaffs.c Format a chunk of NAND for YAFFS. * * Copyright (C) 2002 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engi
www.eeworm.com/read/255886/12048285

c gen-ecc.c

// Program to generate a column parity table for yaffs_ecc.c // Generate a column parity byte for a byte. // This byte is already aligned for the ecc. // The output byte has the form: // bit 7: p4
www.eeworm.com/read/255506/12078434

cpp fd2d_3_l_01.cpp

/* fd2d-3.l.c. 2D TM program */ # include # include # include #define IE 60 #define JE 60 main() { double ga[IE][JE] , dz[IE][JE] , ez[IE][JE] , hx[IE][JE] ,
www.eeworm.com/read/152824/12079557

cpp gethardid2003_2.cpp

// diskid32.cpp // for displaying the details of hard drives in a command window // 06/11/2000 Lynn McGuire written with many contributions from others, // IDE drive
www.eeworm.com/read/152786/12084059

c lowlvl.c

/**************************************************************************** * * * cryptlib Low-level Test Routines * * Copyright Peter Gutmann 1995-2004 * *
www.eeworm.com/read/152786/12084063

c ssh.c

/**************************************************************************** * * * cryptlib SSH Test Routines * * Copyright Peter Gutmann 1998-2005 * *