代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/104818/15682491
cpp project1.cpp
//---------------------------------------------------------------------------
#include
#include
#include
#include
#include "intmain.hpp"
#pragma h
www.eeworm.com/read/103595/15728458
c main.c
/*
* Chapter 21
* Genetic Algorithms
*
* A simple program demonstrating the use of a genetic
* algorithm to recommend stock trading decisions.
*/
#include
#include
www.eeworm.com/read/102720/15761872
3 system.3
SYSTEM(3) Minix Programmer's Manual SYSTEM(3)
NAME
system - issue a shell command
SYNOPSIS
#include
int system(const char *s
www.eeworm.com/read/102720/15761879
3 abs.3
ABS(3) Minix Programmer's Manual ABS(3)
NAME
abs - integer absolute value
SYNOPSIS
#include
int abs(int i)
DESCRIPT
www.eeworm.com/read/102720/15761909
3 qsort.3
QSORT(3) Minix Programmer's Manual QSORT(3)
NAME
qsort - quicker sort
SYNOPSIS
#include
#include
void
www.eeworm.com/read/101767/15819113
c 1-4.c
/*1-4.c*/
#include "stdlib.h"
#include "graphics.h"
main()
{
int gdriver=DETECT, gmode, i;
initgraph(&gdriver, &gmode, "");
setbkcolor(RED);
www.eeworm.com/read/100762/15864919
ec svrf335.ec
/*****************************
*查询转形态清单 *
******************************/
#include
#include
SvrF335(int argc,char *argv[])
{
$char cBankNo[11],cTradeDate
www.eeworm.com/read/100762/15864926
ec svrf333.ec
/******************************/
/*预算贷款利息函数 */
/******************************/
#include
#include
SvrF333(int argc,char *argv[])
{
char cInitDate[9],cEndDa
www.eeworm.com/read/100730/15866157
c 4_2_1.c
/* ======================================== */
/* 程式实例: 4_2_1.c */
/* 含开头节点的环状链结串列的多项式 */
/* ======================================== */
#include
struc
www.eeworm.com/read/100730/15866177
c 5_13_2.c
/* ======================================== */
/* 程式实例: 5_13_2.c */
/* 使用链结串列来构建输出限制性双队列 */
/* ======================================== */
#include
struct