代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/392599/7110021
cpp exp.cpp
#include "stack.h"
#include
#include
//********************************************************************
//----------------本示例只处理了正确的算术表达式的转换---------------*
//--------
www.eeworm.com/read/293555/7129095
c tst_free.c
#include
#include /* for printf */
void tst_free (void) {
void * mbuf;
printf ("Allocating memory\n");
mbuf = malloc (1000);
if (mbuf == NULL)
www.eeworm.com/read/293555/7129096
c tst_malloc.c
#include
#include /* for printf */
void tst_malloc (void) {
unsigned char xdata *p;
p = malloc (1000); /* allocate 1000 bytes */
i
www.eeworm.com/read/104987/7151211
c msplfft.c
#include
#include
#include
#include "msp.h"
void msplfft(complex x[],int n,int isign)
{
/*----------------------------------------------------------------------
R
www.eeworm.com/read/458808/7289050
h isodata.h
// ISODATA.h
#pragma once
#include "stdafx.h"
#include
#include
#include "Pattern.h"
#include "Sort.h"
/***************************************************************
www.eeworm.com/read/457902/7315760
c mall.c
/* mall.c -- use the Queue interface */
/* compile with queue.c */
#include
#include /* for rand() and srand() */
#include /* for time()
www.eeworm.com/read/457013/7335273
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "stdlib.h"
#include "Unit1.h"
#include "Unit2.h"
#include "Unit3.h"
#in
www.eeworm.com/read/456533/7345815
cpp binary.cpp
// binary.cpp -- binary file I/O
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
inline void eatline()
www.eeworm.com/read/456533/7346120
cpp binary.cpp
// binary.cpp -- binary file I/O
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
inline void eatline()
www.eeworm.com/read/456367/7350672
cpp binary.cpp
// binary.cpp -- binary file I/O
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
inline void eatline()