代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/107846/6188142
c twodim.c
# include
void main()
{
int array[16][16];
int i, j, k, m, n;
/* 变量初始化 */
m = 1;
while(m == 1)
{
printf("请输入n(0
www.eeworm.com/read/107846/6188145
c strpoint.c
/* 将字符串a复制到字符串b */
# include
void main()
{
int i;
char a[] = "I am a student.";
char b[20];
char *p1, *p2;
p1 = a; p2 = b;
for(; *p1!='\0'; p1++, p2++)
*p2 = *p1;
*p
www.eeworm.com/read/107846/6188203
c heapsort.c
#include
#define MARK 0
static a[8] = {MARK,25,4,36,1,60,10,58,};
int count = 1;
void heap(int n);
void adjust(int i,int n);
int main(void)
{
int i;
printf("源数据为:");
for(i =
www.eeworm.com/read/107846/6188211
c bp.c
#include "math.h"
#include "time.h"
#include "stdio.h"
#include "stdlib.h"
#define Ni 1
#define Nm 4
#define No 1
#define L 100
#define Enom 0.02
#define loopmax 100000
#define e 2.71828
do
www.eeworm.com/read/107635/6188609
c tcpecho.c
/*
* Copyright (c) 2001, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provi
www.eeworm.com/read/107469/6189137
c rtp.c
/*!
************************************************************************
* \file rtp.c
*
* \brief
* Network Adaptation layer for RTP packets
*
* \author
* Main contributor
www.eeworm.com/read/106385/6194115
c entable.c
//==========================================================================
//
// entable.c
//
// Convert binary file to C table
//
//=======================================================
www.eeworm.com/read/105197/6200257
c if_os.c
/*****************************************************************************
* if_os.c - Implementation function library for interface drivers.
*
* portions Copyright (c) 2001 by Partner Voxtream
www.eeworm.com/read/103773/6212361
c pktdump_ex.c
/*
* Copyright (c) 1999 - 2002
* Politecnico di Torino. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th
www.eeworm.com/read/103143/6221060
cpp solution.cpp
/**
Smith Surasmith: Aug. 2001
*/
#include
#include
#include
#include
/**
Sample code for creating solution table
- the solution table is 0