代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/295380/8167464

h stdafx.h

// stdafx.h : 标准系统包含文件的包含文件, // 或是常用但不常更改的项目特定的包含文件 // #pragma once #define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料 // Windows 头文件: #include // C 运行时头文件 #include
www.eeworm.com/read/293928/8262660

c 3_1_2.c

/* ======================================== */ /* 程式实例: 3_1_2.c */ /* 浮点数记忆体配置和释放 */ /* ======================================== */ #include vo
www.eeworm.com/read/393306/8296832

cpp 插入与删除(无头结点).cpp

/* 实验内容 1.链表是有序的,现在删除数据x,若x不存在,输出一段提示信息。 (无头结点) 2.线性表v的数据递增有序,试将x插入表中并保持有序性 (2)链表表示(无头结点) */ #include #include #define NULL 0 #define LEN sizeof(struct LNode) //定义LNode
www.eeworm.com/read/393304/8296900

cpp 插入与删除(无头结点).cpp

/* 实验内容 1.链表是有序的,现在删除数据x,若x不存在,输出一段提示信息。 (无头结点) 2.线性表v的数据递增有序,试将x插入表中并保持有序性 (2)链表表示(无头结点) */ #include #include #define NULL 0 #define LEN sizeof(struct LNode) //定义LNode
www.eeworm.com/read/392798/8325316

h huffman.h

#include "stdio.h" #include "stdlib.h" #include "malloc.h" #include "string.h" /*****************************************************************************************************************
www.eeworm.com/read/392414/8343978

c client.c

#include #include // malloc #include #include #include "../include/tools.h" #include "../include/structs.h" #include "../include/stddef.h" #include "../in
www.eeworm.com/read/392414/8344089

c client.c

#include #include // malloc #include #include #include "../include/tools.h" #include "../include/structs.h" #include "../include/stddef.h" #include "../in
www.eeworm.com/read/392414/8344242

c login.c

#include #include // malloc #include #include #include "../include/tools.h" #include "../include/structs.h" #include "../include/stddef.h" void sig_clien
www.eeworm.com/read/370633/9589821

c mem.c

#include "mem.h" /*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/ /* * Mow-Song, Ng
www.eeworm.com/read/174254/9599162

c chk_disk.c

#include #include #include void main(void) { struct fatinfo fat; long sector, total_sectors; void *buffer; getfat(3, &fat); total_sectors = fa