代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/155539/11865077
cpp zp1640.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
//---------------------------------------------------------------------------
#
www.eeworm.com/read/155539/11865124
cpp zp1924.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
//---------------------------------------------------------------------------
#
www.eeworm.com/read/155539/11865140
cpp zp1905.cpp
#include
#include
#include
char st[1000010];
int main(int argc, char* argv[])
{
int r,ln,i,j,k;
while (scanf("%s",st) && st[0]!='.')
{
ln=strle
www.eeworm.com/read/155508/11867883
cpp gaosixiaoqu.cpp
//列主元消去法求解方程组
#include "stdio.h"
#define n 3 //自主定义方程矩阵行列数
float max(float d[],int w) //w为数组中元素个数
{
float a[10];
int i;
for(i=0;i
www.eeworm.com/read/155422/11874795
c fft.c
#include
#define SIN_2PI_16 0.38268343236508978
#define SIN_4PI_16 0.707106781186547460
#define SIN_6PI_16 0.923879532511286740
#define C_P_S_2PI_16 1.30656296487637660
#define C_M_S_2PI_16
www.eeworm.com/read/344408/11881601
cpp poj1417.cpp
#include
#include
#include
using namespace std;
#define maxn 310
int fat[maxn*2], prp[maxn*2], rec[maxn*2][2][maxn*2], cot[maxn*2][2], m, c[maxn*2][2], rf[maxn*2]
www.eeworm.com/read/155313/11885476
c nnuga.c
/*-----------------------------------------------------------------------*\
| |
| Robotics 95 -- Final Course
www.eeworm.com/read/155304/11885741
c sound.c
#define FALSE 0
#define TRUE 1
#include
main()
{
int snd; /* which sound to produce */
int cnt; /* number of times to repeat sound */
int note; /* Current note, when sweeping f
www.eeworm.com/read/258093/11889396
cpp cpp1.cpp
#include
#include
#define N 100
#define oo 20000
typedef struct { int c, d; } Node;
int n;
int v[N];
int save[N];
Node f[N][N];
int sum[N][N];
void Print(int i
www.eeworm.com/read/257948/11901369
c 5-2.c
#define N 2
main()
{
int m, n;
system("cls");
printf("%40s\n", "************");
printf("%40s\n", "Calculate the n power of m");
printf("%40s\n", "************");
printf("%40s\n", "Please