代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/233105/14169305
c 冒泡排序.c
# include "stdio.h"
# include "stdlib.h"
struct node{
int values;
struct node *next;
};
struct node *create(int [],int);
void sort (struct node **)
www.eeworm.com/read/129385/14248164
cpp main.cpp
#include
#include
using namespace std;
class A{ //虚函数示例代码
public:
A()
{
cout
www.eeworm.com/read/129337/14250614
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/230957/14264353
c static_leases.c
/*
* static_leases.c -- Couple of functions to assist with storing and
* retrieving data for static leases
*
* Wade Berrier September 2004
*
*/
#include
#in
www.eeworm.com/read/129086/14267721
c shs.c
#include
#include
#include
/* --------------------------------- SHS.H ------------------------------- */
/* NIST proposed Secure Hash Standard.
Written 2 Se
www.eeworm.com/read/128628/14285778
cpp cus_arr.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)
{
www.eeworm.com/read/128628/14285799
cpp arr_des.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
~loc(void);
loc (int lg,
www.eeworm.com/read/128628/14285828
cpp cus_newd.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)
www.eeworm.com/read/128423/14299429
cpp gp_iniset.cpp
//********************************************
// IniSet 相关函数
// 创建于2000年4月7日
//********************************************
#include
#include
#include
#incl
www.eeworm.com/read/230098/14306140
cpp sarepr.cpp
/* Reinforcement Learning
Implementation of state and action representation
File: sarepr.cpp
Author: Bohdana Ratitch
Version: December 2000
*/
#include
#include
#