代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/488823/6486428
cpp 1019other.cpp
#include
#include
int main()
{
int a[5]={0, 45, 9045, 1395495, 189414495};
int b[5]={0, 9, 189, 2889, 38889};
int c[5]={0, 10, 100, 1000, 10000};
unsigned
www.eeworm.com/read/488590/6489873
cpp apitest.cpp
/*
This is a simple test program for Onix that should be able to be run unmodified on most
platforms. It includes a simple text parser and a "choose a number" style interface.
Most all o
www.eeworm.com/read/488593/6489882
cpp t5.cpp
#include "stdio.h"
#include "math.h"
/*******************************************************************主函数***************************************************/
void main ()
{
/**************
www.eeworm.com/read/488407/6494750
c hello.c
#include
int main(void) {
printf("hello, FriendlyARM!\n");
}
www.eeworm.com/read/487617/6506430
txt 新建 文本文档.txt
/*骑士遍历问题
*2008 12 28 CG
**/
#include"stdio.h"
#include"conio.h"
#include"stdlib.h"
int f[11][11] ;
int adjm[121][121];
long fgf;
int n,m;
int es(int i1,int j1,int i2,int j2){
adjm[(i1-1)*n
www.eeworm.com/read/487628/6506595
c rtp.c
/*!
************************************************************************
* \file rtp.c
*
* \brief
* Network Adaptation layer for RTP packets
*
* \author
* Main contributor
www.eeworm.com/read/487354/6508917
cpp rsa.cpp
#include
#include
#include
#define N 2050
#define L 6
#define LM 2
int compare(int a[],int b[]){
int i;
if(a[0]>b[0])
return 1;
else if(a[0]
www.eeworm.com/read/487368/6510706
c countdown.c
/* Countdown program. */
# include
# include
# include
# include
void main(int argc, char* argv[])
{
int disp, count;
if(argc < 2)
{
printf
www.eeworm.com/read/487368/6510715
c asterisk.c
# include
void main()
{
int i, j, k;
/* 变量i从0到4,表示所画菱形图的第一至第五行 */
for(i = 0; i
www.eeworm.com/read/487368/6510721
c twodim.c
# include
void main()
{
int array[16][16];
int i, j, k, m, n;
/* 变量初始化 */
m = 1;
while(m == 1)
{
printf("请输入n(0