代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/146696/12617816
c ch5_4.c
#include
#include
#define M 20
typedef struct node
{ char data;
struct node *lchild,*rchild;
}JD;
void inorder(JD *bt)
{ int i=0;
JD *p,*s[M];
p=bt;
www.eeworm.com/read/134594/13981225
c testm.c
/*
* Test some tricks we play with special IEEE floating point values
*/
#include
#include
#include "alloc.h"
#include "error.h"
#ifdef ultrix
#define isinf(x) (!finite(x))
#en
www.eeworm.com/read/202077/15390699
c testm.c
/*
* Test some tricks we play with special IEEE floating point values
*/
#include
#include
#include "alloc.h"
#include "error.h"
#ifdef ultrix
#define isinf(x) (!finite(x))
#en
www.eeworm.com/read/103329/15737039
asm dos-lib.asm
extern msg_info
global open_file,create_file,close_file,read_file,write_file,alloc_memory,dealloc_memory,print,printc,get_cmdline,resize_memory
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
www.eeworm.com/read/102119/15792933
cpp joseph1.cpp
// 约瑟夫问题,逐个输入密码。
#include
#include
typedef struct node{
int no,cipher;
struct node *next;
};
main(){
int m,n,i;
node *p,*q;
printf("\nInput total(
www.eeworm.com/read/102118/15792934
cpp joseph1.cpp
// 约瑟夫问题,逐个输入密码。
#include
#include
typedef struct node{
int no,cipher;
struct node *next;
};
main(){
int m,n,i;
node *p,*q;
printf("\nInput total(
www.eeworm.com/read/100582/15871352
cpp mlistite.cpp
#include"\sunshine\include\mlistite.h"
#include"\sunshine\include\app.h"
#include"\sunshine\include\mapp.h"
#include"\sunshine\include\define.h"
#include
#include
MListItem::M
www.eeworm.com/read/100582/15871353
cpp mdia.cpp
#include"\sunshine\include\mdia.h"
#include"\sunshine\include\app.h"
#include"\sunshine\include\define.h"
#include"\sunshine\include\mlistite.h"
#include
#include
#include
www.eeworm.com/read/100582/15871355
cpp mpbutton.cpp
#include"\sunshine\include\mpbutton.h"
#include"\sunshine\include\define.h"
#include"\sunshine\include\app.h"
#include
#include
#include
MPButton::MPButton(int x,in
www.eeworm.com/read/100582/15871365
cpp mpopmenu.cpp
#include"include\mpopmenu.h"
#include"include\app.h"
#include"include\mlist.h"
#include"include\define.h"
#include
MPopMenu::MPopMenu(MList &talist,char *idname)
: MWindowObj(talist.x(