代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/147409/12554182
c dta.c
#include
#include
#include
void main(void)
{
char far *dta;
dta = getdta();
printf("Current DTA is %lX\n", dta);
if (MK_FP(_psp, 0x80) == dta)
www.eeworm.com/read/147104/12582992
c 1.c
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "conio.h"
#include "mem.h"
#include "ctype.h"
#include "alloc.h"
#define NULL 0
struct list{
int num;
www.eeworm.com/read/247857/12615799
c hw_lib.c
#include "hw_lib.h"
#include
#include
static int MemoryAllocBase = 0x01000000;
void* hw_alloc_physmem( int size , u32*phy )
{
int ret = MemoryAllocBase;
MemoryAllocBa
www.eeworm.com/read/146696/12617809
c ch7_5.c
#include
#include
#define M 15
typedef struct node
{ int key;
struct node *link;
}JD;
int h(int k)
{ return(k%13);
}
JD *slbwlcz(JD *t[],int k)
{ JD *p;
in
www.eeworm.com/read/135592/13918168
c ialloc.c
/*
* linux/fs/sysv/ialloc.c
*
* minix/bitmap.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext/freelists.c
* Copyright (C) 1992 Remy Card (card@masi.ibp.fr)
*
* xenix/alloc.c
* Co
www.eeworm.com/read/135592/13918176
c balloc.c
/*
* linux/fs/sysv/balloc.c
*
* minix/bitmap.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext/freelists.c
* Copyright (C) 1992 Remy Card (card@masi.ibp.fr)
*
* xenix/alloc.c
* Co
www.eeworm.com/read/132631/14082424
txt dan lian biao.txt
单链表的建立,插入,删除源程序:
#include "stdio.h"
#include "alloc.h"
#define null 0
#define LEN sizeof(struct Node)
typedef struct Node
{ char data;
struct Node *next;
}Lnode,*Linklist;
listinser
www.eeworm.com/read/112953/15473531
c test_str.c
#ifdef _MSC_VER
#include
#endif
#ifdef __BORLANDC__
#include
#endif
#include
#include
#include
#include
#include "hhstr
www.eeworm.com/read/108728/15577856
c parse.c
/*
* parse.c
*
* Update: 1998-09-22
* Clear nbuckets in init_node_hash.
* New method xcalloc returns zeroed data structures.
* New method alloc_node encapsulates common node c
www.eeworm.com/read/105179/15676218
c ialloc.c
/*
* linux/fs/sysv/ialloc.c
*
* minix/bitmap.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext/freelists.c
* Copyright (C) 1992 Remy Card (card@masi.ibp.fr)
*
* xenix/alloc.c
* Co