代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/150832/12257867
cpp syntax.cpp
/*******************************************
语法分析程序
作者:龚勋 刘栋 罗晓波
学号:200131500342 200131500350 200131500351
计科系 13班
********************************************/
#include
www.eeworm.com/read/339085/12260673
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/252840/12261430
cpp 10dlg.cpp
// 10Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "10.h"
#include "10Dlg.h"
#include
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/339051/12264643
c myrand.c
// RANDOM Number generator (hardware friendly)
//
// LFSR Register for a maximal length P/N sequence of 2^32:
//
// Taken from XILINX App Note XAPP 052.
//
// Taps for 32-bit sequence are at:
// 31
www.eeworm.com/read/339051/12265680
c myrand.c
// RANDOM Number generator (hardware friendly)
//
// LFSR Register for a maximal length P/N sequence of 2^32:
//
// Taken from XILINX App Note XAPP 052.
//
// Taps for 32-bit sequence are at:
// 31
www.eeworm.com/read/339038/12266599
c i9.c
/* i9.c */
#include
#include
#include "integer.h"
#include "fun.h"
extern long int nettbytes;
/*
MPI *MAXI, *PMAXI, *QMAXI;
*/
extern int answer;
MPI **SMITHI(MPMATI
www.eeworm.com/read/252679/12268841
c helpers.c
/*
Copyright (c) 1990-2005 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2004-May-22 or later
(the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/150701/12270710
c inpoly.c
/*
This code is described in "Computational Geometry in C" (Second Edition),
Chapter 7. It is not written to be comprehensible without the
explanation in that book.
This program reads a polygon P f
www.eeworm.com/read/338768/12285411
c lsmod.c
/* lsmod.c: insert a module into the kernel.
Copyright (C) 2002 Rusty Russell, IBM Corporation.
This program is free software; you can redistribute it and/or modify
it under the terms of
www.eeworm.com/read/338662/12289662
c sjf2410.c
/**********************************************************************************
The SJF is written by analyzing ezTAG program, which was written by Jaewook Cheong,
SEC S/W Centor.
Special