代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/129726/14231565
c random2.c
#include
#include
#include
main()
{
int i,j;
randomize(); /* 抄荐 风凭狼 檬扁拳 */
clrscr();
for(;;) /* 橇肺弊伐 傈眉甫 轿绊 乐绰 公茄 loop捞促. */
{
i=random(1
www.eeworm.com/read/129689/14232958
cpp mybp.cpp
// mybp.cpp : Defines the entry point for the console application.//
#include "stdafx.h"
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/129577/14237236
c root.c
/*
* +-------------------------------------------------------------------+
* | Copyright (c) 1999,2000 TriMedia Technologies Inc. |
* |
www.eeworm.com/read/129363/14249436
c ordinal.c
/*序数法生成全排列*/
void ordinal(int n);
main ()
{
int n;
printf("please input n:"); /*n为数的个数*/
scanf("%d",&n);
printf("\n");
ordinal(n);
getch();
exit(0);
}
void ordinal(int n)
{
www.eeworm.com/read/129337/14251063
c hello.c
#include
int main()
{
printf("Hello World\n");
exit(0);
}
www.eeworm.com/read/129180/14260252
c netmon.c
/* Simple network monitor for 'TCP/IP Lean' (c) Iosoft Ltd. 2000
This software is only licensed for distribution with the book 'TCP/IP Lean',
and may only be used for personal experimentation by t
www.eeworm.com/read/129083/14267742
c idea.c
/*
* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encryption Algorithm), formerly known as
* IPES (Improved Proposed Encryption Standard).
* Algorithm developed by
www.eeworm.com/read/129000/14269932
c condep.c
/*----------------------------------------------------------------------
File : condep.c
contents: measure strength of (conditional) dependences
Author : Christian Borgelt
History : 25.03.