代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/258733/11846208
c barchart.c
// Borland C++ - (C) Copyright 1991 by Borland International
// BARCHART Example Program
#include
#include
#include
#include
www.eeworm.com/read/257146/11946775
c host_811.c
//#include "host_811.h"
#include "44b.h"
#include
#include "USB_SYS.h"
//*****************************************************************************************
// SL811H Modules (
www.eeworm.com/read/343401/11951330
c 58.c
#include
#include
int main()
{
FILE * sourcefile;
FILE * keyfile;
FILE * destfile;
char ch,keych;
int i;
puts("****************************************");
puts("* T
www.eeworm.com/read/342308/12029604
c coder_sm_o0.c
/*****
SigMap : send "significance map" then residual values
order zero version
--------
slightly better than plain order 0
******/
#include
#include
#include
www.eeworm.com/read/153277/12044194
c myq.c
#include
#include
#include
/*=============================*
* 关闭数据库连接 *
*=============================*/
void dbdisconn( MYSQL *mysql )
{
mysql_
www.eeworm.com/read/341523/12079975
c partition.c
#include "partition.h"
#include
#include
/**
* \addtogroup partition Partition table support
*
* Support for reading partition tables and access to partitions.
*
* @{
*/
www.eeworm.com/read/341404/12084944
cpp 1006_ac.cpp
#include
#include
#define width 50
#define height 20
#define maxk 2000
typedef unsigned char xchar;
const xchar
lu =
www.eeworm.com/read/341017/12113741
c event_msgqueue.c
/*
* event_msgqueue.c
*
* Libevent threaded message passing primitives
*
* Andrew Danforth , October 2006
*
* Copyright (c) Andrew Danforth, 2006
*
*/
#include
www.eeworm.com/read/253260/12234816
cpp count.cpp
// count.cpp -- counting characters in a list of files
#include
#include
#include // or stdlib.h
// #include // for Macintosh
int main(int
www.eeworm.com/read/253260/12234872
cpp append.cpp
// append.cpp -- appending information to a file
#include
#include
#include
#include // (or stdlib.h) for exit()
const char * file = "guests.txt";