代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/128628/14288019
c server.c
#define STRICT
#include
#include "server.h"
#include
#include
#include
// clients[] is a global array of
www.eeworm.com/read/128522/14292287
txt bp源程序!.txt
/* batchnet.c
Generic back-propagation neural network*/
#include
#include
#include
#include
www.eeworm.com/read/229151/14351208
c correlation_interal.c
#include
#include "mex.h"
#include "stdio.h"
#include "stdlib.h"
#include "matrix.h"
//---------------------------------------------------------------------------
// 定义输入参数
#define M
www.eeworm.com/read/127307/14361820
c binarytree.c
#include
#include
typedef char TElemType;
typedef struct BiTnode{
TElemType data;
struct BiTnode *lchild, *rchild;
}BiTNode, *BiTree;
void CreateBiTree(BiTree
www.eeworm.com/read/228773/14363755
c import2.c
/*
This is an important file for managing the project.
It implements the canoncial "Hello World" program.
*/
#include
#include
int main()
{
printf("Hello World\n");
www.eeworm.com/read/228773/14363769
c import1.c
/*
This is an important file for managing the project.
It implements the canoncial "Hello World" program.
*/
#include
#include
int main()
{
printf("Hello World\n");
www.eeworm.com/read/127151/14375579
cpp bianyi.cpp
#include
#include
#include
enum words{ id, // 标识符 0
mainsy, // 主函数 1
ifsy, // if 2
www.eeworm.com/read/127036/14387640
c mcmpfft.c
#include
#include
#include
#include "msp.h"
void mcmpfft(complex x[],int n,int isign)
{
/*---------------------------------------------------------------------
Ro
www.eeworm.com/read/127036/14387645
c msplfft.c
#include
#include
#include
#include "msp.h"
void msplfft(complex x[],int n,int isign)
{
/*----------------------------------------------------------------------
R
www.eeworm.com/read/126755/14405159
cpp ch21_1.cpp
//**********************
//** ch21_1.cpp **
//**********************
#include
#include
#include
void main(int argc, char ** argv)
{
ifstream sourc