代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/100730/15866224
c 3_6.c
/* ======================================== */
/* 程式实例: 3_6.c */
/* 链结串列的节点删除和记忆体释回 */
/* ======================================== */
#include
struct
www.eeworm.com/read/291752/8399509
cpp toeplitz.cpp
//
// File = toeplitz.cpp
//
//#include
#include "toeplitz.h"
ToeplitzMatrix::ToeplitzMatrix( void )
{
return;
}
double* ToeplitzMatrix::GetCol(int col_indx)
{
/
www.eeworm.com/read/291752/8399598
cpp bilin_transf.cpp
//
// File = bilin_transf.cpp
//
#include
#include
#include
#include "misdefs.h"
#include "typedefs.h"
#include
#in
www.eeworm.com/read/390208/8476337
c shunxu.c
#include
#include
#include
#define ListSize 100
typedef struct SeqList
{
int node[ListSize];
int length;
www.eeworm.com/read/189298/8477272
c insert2.c
/*
** Insert into an ordered, singly linked list. The arguments are
** a pointer to the root pointer for the list, and the value to
** insert.
*/
#include
#include
#includ
www.eeworm.com/read/189298/8477281
c insert3.c
/*
** Insert into an ordered, singly linked list. The arguments are
** a pointer to the first node in the list, and the value to
** insert.
*/
#include
#include
#include "
www.eeworm.com/read/189298/8477282
c insert1.c
/*
** Insert into an ordered, singly linked list. The arguments are
** a pointer to the first node in the list, and the value to
** insert.
*/
#include
#include
#include "
www.eeworm.com/read/189263/8481505
cpp syntax.cpp
/*******************************************/
#include
#include
#include
/*******************************************/
int count=0; /*分解的产生式的个数*/
int nu
www.eeworm.com/read/390066/8487543
cpp sa.cpp
// Sa.cpp: implementation of the Sa class.
//
//////////////////////////////////////////////////////////////////////
#include "Sa.h"
#include
#include
#include
www.eeworm.com/read/390066/8487556
cpp pso.cpp
// Pso.cpp: implementation of the Pso class.
//
//////////////////////////////////////////////////////////////////////
#include "time.h"
#include
#include "Pso.h"
#include "Particle.h