代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/256144/12021368

c jacobi.c

#include "stdio.h" #include "math.h" #define N 25 #define e 0.00001 main() { double a[6][6]={{4,-1,0,-1,0,0},{-1,4,-1,0,-1,0},{0,-1,4,-1,0,-1},{-1,0,0,4,-1,0},{0,-1,0,-1,4,-1},{0,0,-1,0,-1,4}};
www.eeworm.com/read/342393/12024994

c idma_channel1_example.c

/* =========================================================================== * Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005, 2006, 2007 * * Use of this software is controlle
www.eeworm.com/read/342353/12026543

c dm_init_kb.c

/************************************************************************** 文件名称: dm_init_kb.c 作者: Andy 版本: 0.1 创建时间 : 2007-04 描述: 文件实现了在使用键盘功能时,ADSP-BF533的中断等寄存器的初始化 修改历史: *************
www.eeworm.com/read/342347/12026813

cpp toj_2872_4.cpp

#include #include #include using namespace std; string s1,s2; int l1; string min,max; __int64 power(int a,int b) { __int64 result=1; for(int i=1;i
www.eeworm.com/read/342347/12026822

cpp toj_2881.cpp

/*2881. Biased Standings Time Limit: 3.0 Seconds Memory Limit: 65536K Total Runs: 424 Accepted Runs: 157 Multiple test files Usually, results of competitions are based on the scores of part
www.eeworm.com/read/342347/12026845

cpp toj_2872_2.cpp

#include #include #include using namespace std; string s1,s2; int l1; string min,max; __int64 power(int a,int b) { __int64 result=1; for(int i=1;i
www.eeworm.com/read/342347/12026850

cpp toj_2980.cpp

#include #include using namespace std; int main() { int n,i,round,score; char line[101],goal[19]; while(scanf("%d",&n) && n) { getchar(); memset(goal
www.eeworm.com/read/342347/12026983

cpp toj_2845.cpp

/*2845. Factorial Time Limit: 1.0 Seconds Memory Limit: 65536K Total Runs: 387 Accepted Runs: 136 Robby is a clever boy, he can do multiplication very quickly, even in base-2 (binary system),
www.eeworm.com/read/153470/12031152

cpp transmit.cpp

#include "stdafx.h" #include "stdio.h" #include "stdlib.h" int transmit(float *a, float *at,int m,int n) { int i,j; float *b; b=(float *) malloc(m*n*sizeof(float)); //////////////////
www.eeworm.com/read/342230/12034360

c initerr.c

#include "HeadMain.h" void InitErr() { printf("初始化失败!\n"); }