代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/436521/7768640
c char_cat.c
/*
** Compute the percentage of characters read from the standard
** input that are in each of several character categories.
*/
#include
#include
#include
/*
*
www.eeworm.com/read/436521/7768656
c strlen.c
/*
** Compute the length of a string.
*/
#include
size_t
strlen( char *string )
{
int length = 0;
/*
** Advance through the string, counting characters
** until the term
www.eeworm.com/read/436521/7768664
c invdelet.c
/*
** Function to discard an inventory record.
*/
#include
#include "inventor.h"
void
discard_inventory_record( Invrec *record )
{
/*
** Delete the variant parts of the recor
www.eeworm.com/read/436521/7768670
h queue.h
/*
** Interface for a queue module
*/
#include
#define QUEUE_TYPE int /* Type of value in the queue */
/*
** create_queue
** Creates a queue. The argument indicates the maximu
www.eeworm.com/read/436367/7771029
cpp yanjun.cpp
#include
#include
#include
/*********************************************************1*/
struct GPS01 //卫星结构体
{
int tai; //状态
int
www.eeworm.com/read/435811/7783741
cpp vsm.cpp
// VSM_opp.cpp
//
//////////////////////////////////////////////////////////////////////
#include "iostream.h"
#include "fstream.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
www.eeworm.com/read/435176/7795931
cpp unit1.cpp
//---------------------------------------------------------------------------
#include "vcl.h"
#include "stdio.h"
#include "stdlib.h"
#define LBDA 0.05 //飞机到达强度
#define LBDD 0.15 //飞机离去强度
#
www.eeworm.com/read/399963/7818990
c import3.c
/*
This is an important file for managing the project.
It implements the canoncial "Hello World" program.
Filename: $RCSfile$
*/
#include
#include
static char *RCSinfo
www.eeworm.com/read/434704/7847412
c 7_11.c
/* ======================================== */
/* 程式实例: 7_11.c */
/* 表达式二叉树的建立和计值 */
/* ======================================== */
#include
s
www.eeworm.com/read/299239/7870647
c remez.c
#include
#include
#include
#include
/**************************************************************************
REMEZ.C - PROGRAM TO MAKE FIR FILTER C