代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/312791/13604663
txt 实现程序.txt
#include
#include
typedef int elemType;
/************************************************************************/
/* 以下是关于队列链接存储操作的6种算法 */
www.eeworm.com/read/312544/13609854
h interface.h
#ifndef INTERFACE_H
#define INTERFACE_H
#include
#include
using namespace std;
class Interface
{
public :
Interface();
//set
www.eeworm.com/read/312395/13612040
txt 文档.txt
///////////////////////////////////////MALLOC.H/////////////////
#include
typedef long Align;
union header {
struct {
union header *next;
unsigned int size;
} s;
Align x;
www.eeworm.com/read/311731/13626800
txt 程国磊0507.txt
#include
#include
#include
#include
struct Memory
{
int size; //分区容量
int estate;
www.eeworm.com/read/305286/13775839
c mixfft.c
#include
#include
#include
/************************************************************************
fft(int n, double xRe[], double xIm[], double yRe[], double
www.eeworm.com/read/301491/13858324
c timer.c
/***********************************************
***********************************************/
#include
#include
#include
#include
#include "S3C24
www.eeworm.com/read/132652/5910830
cpp tabledata.cpp
//---------------------------------------------------------------------------
#include
#include
#include
#pragma hdrstop
#include "TableData.h"
#include "MyUtils.h"
www.eeworm.com/read/101135/6238809
3 rand.3
RAND(3) Minix Programmer's Manual RAND(3)
NAME
rand, srand - random number generator
SYNOPSIS
#include
void srand(unsign
www.eeworm.com/read/101135/6238838
3 atof.3
ATOF(3) Minix Programmer's Manual ATOF(3)
NAME
atof, atoi, atol - convert ASCII to numbers
SYNOPSIS
#include
double atof
www.eeworm.com/read/321555/6325138
c lcd128x64.c
/*******************************************************************************************/
#include
#include
#include
#include
#include
#