代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/243267/12952118
h amoimess_mms_transfer.h
/*--------------------------------- Includes-------------------------------------*/
#include
#include
#include
#include
#include
/*-
www.eeworm.com/read/242496/13002530
cpp main.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include
#include
#include "main.h"
//----
www.eeworm.com/read/141260/13027327
cpp sqrt32.cpp
//
//
//
#include
////////////////////////////////////////////////////////////////////////////////////
long FixSqrt32(long x,long y)
{
long r;
long x1=__max(x,y);
__asm
www.eeworm.com/read/327976/13053091
h sorthead.h
#include
#define MAX_VERTER_NUM 20
#define STACK_INIT_SIZE 20
#define STACKINCREMENT 10
/*********************************************************************
*Created on 2007.7.12
*C
www.eeworm.com/read/139968/13116716
c rbfnn2.c
/* p: the group number of train data
m: the number of input layer
n: the number of middle layer
q: the number of output layer */
#include "stdlib.h"
#includ
www.eeworm.com/read/325507/13199678
cpp jj.cpp
#include
#include
struct student
{
char num[8]; /*学号*/
char *name; /*姓名*/
int year; /*年龄*/
char sex;
www.eeworm.com/read/239554/13272051
h global_stuff.h
//
// File = global_stuff.h
//
//=========================================================
// Global Stuff
#ifndef _GLOBAL_STUFF_H_
#define _GLOBAL_STUFF_H_
#include
#include
www.eeworm.com/read/138003/13274483
cpp cini.cpp
//********************************************
// Ini.cpp
//********************************************
//Soft编写,小飞侠修改
#include
#include
#include
#include
www.eeworm.com/read/137198/13340646
cpp cgi.cpp
//---------------------------------------------------------------------------
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/136690/13365683
jc accessor.jc
/*
* accessor.jc
*
* This script discusses the 'accessor' keyword.
*/
import stdlib;
/*
* JewelScript doesn't know the 'public', 'protected' and 'private' keywords
* known from C++ a