代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/152786/12084083
c devices.c
/****************************************************************************
* *
* cryptlib Device Test Routines *
* Copyright Peter Gutmann 1997-2004 *
*
www.eeworm.com/read/152786/12084105
c envelope.c
/****************************************************************************
* *
* cryptlib Enveloping Test Routines *
* Copyright Peter Gutmann 1996-2005 *
*
www.eeworm.com/read/255379/12084479
c t2.c
/*
* Using FSEEK to position in a newly created file.
* Writing forwards and backwards.
*
*/
#include
main()
{
FILE *fp;
char c[32];
int i, j;
long int l;
/
www.eeworm.com/read/255347/12085864
c swap1.c
#include
main()
{
int a,b;
scanf("%d%d",&a,&b);
a=a+b;
b=a-b;
a=a-b;
printf("%d\n",a);
printf("%d\n",b);
}
www.eeworm.com/read/152752/12088601
c cq.c
struct defs {
int cbits; /* No. of bits per char */
int ibits; /* int */
int sbits; /* short
www.eeworm.com/read/341338/12090200
cpp eightqueens.cpp
// EightQueens.cpp : 定义控制台应用程序的入口点。
// 找出给定初始点后的一组可行解
// 如果初始点后无可行解
// 则自动搜索以初始点前面的点为初始点的可行解
// 并输出结果, 棋盘上的1表示皇后所占据的位置
#include "stdafx.h"
#include
#include
#define Error
www.eeworm.com/read/152150/12135494
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/254434/12136282
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/254434/12136391
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/254434/12136534
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*