代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/207700/15264503
c main.c
#include
#include
#include
#define NULL 0
struct node
{ int data;
int m;
struct node *next;
}sqlist;
void main()
{
struct node *p,*q,*l;
int i,k,temp,a[10]={4,7,6,
www.eeworm.com/read/206007/15302529
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
// C 运行时头文件
#include
#include
#include
www.eeworm.com/read/205983/15302653
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
// C 运行时头文件
#include
#include
#include
www.eeworm.com/read/205982/15302668
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
// C 运行时头文件
#include
#include
#include
www.eeworm.com/read/205981/15302681
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
// C 运行时头文件
#include
#include
#include
www.eeworm.com/read/205980/15302694
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
// C 运行时头文件
#include
#include
#include
www.eeworm.com/read/205979/15302708
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
// C 运行时头文件
#include
#include
#include
www.eeworm.com/read/205978/15302723
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
// C 运行时头文件
#include
#include
#include
www.eeworm.com/read/169792/5410075
c gsm_create.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/169697/5415219
c alltoallw1.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* Changes to this example
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
/*
* This example is taken fro