代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/167047/9983251
cpp alarm.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Alarm.h"
#include "ABOUTCLK.h"
#include "bar.h"
#include
#i
www.eeworm.com/read/360468/10090656
h ga.h
// GA.h: interface for the GA class.
//
//////////////////////////////////////////////////////////////////////
#include
#include
#include
#include "global.h"
#
www.eeworm.com/read/360251/10105752
c dcon.c
/* dcon.c - dcon */
#include
#include
#include
#include "local.h"
/*------------------------------------------------------------------------
* dcon - disconnect fr
www.eeworm.com/read/360251/10105839
c inet_daytimed.c
/* inet_daytimed.c - main */
#include
#include
#include
#include
/*------------------------------------------------------------------------
* main -
www.eeworm.com/read/359401/10147524
c file_io.c
#include
#include
#include "vq_model.h"
#define MaxLen 2048 /* temp buffer length */
/*-------------------------------------------------------------*/
int scan_file(
www.eeworm.com/read/163516/10155456
cpp os.cpp
// Os.cpp: implementation of the Os class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Os.h"
#include "stdlib.h"
#include "time.h"
www.eeworm.com/read/163388/10163026
h cstack.h
#include "stdlib.h"
#include
class CStack
{
public:
CStack()
{
Clear();
}
bool IsEmpty();
void Clear();
void Push(CString);
void Pop(char &);
CString GetData();
www.eeworm.com/read/358682/10182163
cpp random.cpp
// random.cpp -- random access to a binary file
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
c
www.eeworm.com/read/357590/10205225
cpp fgets_fputs_sscanf.cpp
#include
#include
#include
/*************************************************************************************
fgets(str_array,n,fp); //fetch n-1 characters
www.eeworm.com/read/356267/10233486
c 74.c
#include/*for function of printf()*/
#include/*for function of exit()*/
#include/*for function of strcmp()*/
void loadmous(void);
main()
{
loadmous();