代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/483731/6592515
cpp 1.cpp
#include
#include
enum { NUM = 200};
int an[NUM+1];
int main() {
int i,j,x=0;
an[0]=an[1]=0;
for (i=2;i
www.eeworm.com/read/483571/6598968
cpp dijkstra.cpp
//#include "stdafx.h"
#include "stdio.h"
#define INFINITE 100 //Define the infinite is 100
//Print the path from source point to point i(0 indicates point 1)
void printPath(int i, int path[
www.eeworm.com/read/483633/6599823
c yasuobianmajishu.c
#include
#include
#include
#include
struct head
{
unsigned char b; //记录字符在数组中的位置
long count; //字符出现频率(权值)
long parent,lch,rch; //定义哈夫曼树指针变量
www.eeworm.com/read/483633/6599835
txt 1.txt
dsdssfsfddfdfdskjjjjjjjjjjjjjjjjjcdcdcd
cdcd
cdv
dvd
vdvdsmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
vd
vd
vxnckjsdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
www.eeworm.com/read/483659/6600346
l ch2-07.l
%s MAGIC
%%
.+ { BEGIN 0; printf("Magic:"); ECHO; }
magic BEGIN MAGIC;
.+ ECHO;
%%
main()
{
yylex();
}
www.eeworm.com/read/483253/6601847
awk license.awk
BEGIN{
print "#include ";
print
print "void license() {";
}
{
print " printf(\"" $0 "\\n\");"
}
END{
print "}"
}
www.eeworm.com/read/483180/6611040
txt bp.txt
#include
#include
#define RUN 1
void swap(int *a, int *b)
{
int temp;
temp = *a;
*a = *b;
*b = temp;
}
void change(int *p)
{
int i;
int j;
int *pmax = p
www.eeworm.com/read/482812/6613342
cpp 2126.cpp
#include
void smile(void);
void main(void)
{
int i,j;
for(i=3;i>0;i--)
{
for(j=i;j>0;j--)
{
smile();
}
printf("\n");
}
}
void smile(void)
{
printf("Smile!");
www.eeworm.com/read/482894/6615780
c mcastws2.c
// Module: Mcastws2.c
//
// Purpose:
// This sample illustrates IP multicasting using the Winsock 2
// method of joining and leaving a multicast group. This sample
// may be invoked as
www.eeworm.com/read/482688/6621356
c shudu.c
#include
int resouce[9][9]={
/* 0,0,0, 0,4,0, 7,2,0,
0,4,0, 5,0,0, 9,0,0,
5,0,0, 0,0,0, 1,4,0,
0,0,0, 3,0,6, 0,0,2,
0,5,0, 7,0,0, 8,0,0,
0,0,4, 9,0,2, 0,0,0,