代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/130781/14174434

c sigdemo1.c

/* sigdemo1.c - shows how a signal handler works. * - run this and press Ctrl-C a few times */ #include #include main() { void f(int); /* declare the handler */
www.eeworm.com/read/130699/14177294

c 34.c

main( ) {float x,y; printf("input x:"); scanf("%f",&x); y=((3*x-5)*x+1)*x-10; printf("f(x)=%6.2f\n",y); }
www.eeworm.com/read/130699/14177323

c 72.c

#include "stdlib.h" main( ) {int a[7],i,num; for (i=1;i
www.eeworm.com/read/130699/14177336

c 76.c

#define N 20 /*向有n个有效数据的有序数组a中插入元素x*/ int insert(int a[ ], int n, int x) {int i,j; i=0; /*找插入的位置*/ while(a[i]=i; j=j-1) /*将该位置及其后的元素向后移动*/ a[j+1]=a[j
www.eeworm.com/read/130648/14179777

txt id3.c.txt

#include #include #include #include #include #include #include #include typedef unsigned int UINT; typede
www.eeworm.com/read/232614/14188238

c rules.c

/* $Id: rules.c,v 1.38 2001/01/26 19:03:07 roesch Exp $ */ /* ** Copyright (C) 1998,1999,2000,2001 Martin Roesch ** ** This program is free software; you can redistribute it and/or
www.eeworm.com/read/130525/14188452

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/232614/14188548

c snort.c

/* $Id: snort.c,v 1.52 2001/01/26 16:40:44 roesch Exp $ */ /* ** Copyright (C) 1998,1999,2000,2001 Martin Roesch ** ** This program is free software; you can redistribute it and
www.eeworm.com/read/130491/14189746

mailcross

#!/bin/bash # # Copyright (C) 2002 Laird Breyer # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the
www.eeworm.com/read/130467/14192335

c certutil.c

/**************************************************************************** * * * cryptlib Certificate Utility Routines * * Copyright Peter Gutmann 1997-2002