代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/203314/6301873
c errormsg.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/340187/6302626
c 13kfwt0.c
#include "stdio.h"
#include "13kfwt.c"
main()
{ int i;
double p[8],x[8];
for (i=0; i
www.eeworm.com/read/282731/6304656
c 177.c
#include
#include
#include
void dwframe()
{
window(1,1,25,80);
textbackground(LIGHTBLUE);
textcolor(YELLOW);
clrscr();
gotoxy(2,2);
printf("┏━━━━━━━━
www.eeworm.com/read/282731/6304871
c 60.c
//////////////////////////////////////////////////////////////////////////
/* 骑士巡游问题 */
//////////////////////////////////////////////////////
www.eeworm.com/read/282731/6305168
c 60.c
//////////////////////////////////////////////////////////////////////////
/* 骑士巡游问题 */
//////////////////////////////////////////////////////
www.eeworm.com/read/421459/6311348
16 fig18.16
#include "apue.h"
int
main(void)
{
char *name;
if (isatty(0)) {
name = ttyname(0);
if (name == NULL)
name = "undefined";
} else {
name = "not a tty";
}
printf("fd 0: %s\n", name);
if (
www.eeworm.com/read/421459/6311774
c t_ttyname.c
#include "apue.h"
int
main(void)
{
char *name;
if (isatty(0)) {
name = ttyname(0);
if (name == NULL)
name = "undefined";
} else {
name = "not a tty";
}
printf("fd 0: %s\n", name);
if (
www.eeworm.com/read/285687/6319346
txt c经典编程100例(上).txt
【程序1】
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去
掉不满足条件的排列。
2.程序源代码:
main()
{
int i,j,k;
printf("\n");
for(i=1;i
www.eeworm.com/read/305549/6324340
txt 1042.txt
#include
#include
#define N 1001
int main()
{
int k1,k2,k3,i,i1,i2,i3,k,n1,n2,n3;
char s[N],c1[N],c2[N],c3[N];
while(1)
{
scanf("%d%d%d",&k1,&k2,&k3);
if(k1==0&&k2
www.eeworm.com/read/279480/6326502
c 1189.c
#include
#include
double temp[101]={0};
__int64 first=1;
__int64 a,a1,b,t;
int main(void)
{
int n,m,i,j,k,h,l;
char get;
scanf("%d %d",&n,&m);
b=first=firs