代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/133847/14021296

txt 扫雷游戏.txt

/*生成exe文件后可以独立运行*/ #include #include #include #include #include #include #include union REGS regs; int size=15;/*用于表示每
www.eeworm.com/read/133755/14026287

c mnqm.c

#include "string.h" #include "alloc.h" #include "stdio.h" #include "stdlib.h" #include "io.h" int nelement,nnode,nsum_node; struct elems { int nedge; float x[4],y[4]; float s11[4],s22[4]
www.eeworm.com/read/133349/14048139

c mnqm.c

#include "string.h" #include "alloc.h" #include "stdio.h" #include "stdlib.h" #include "io.h" int nelement,nnode,nsum_node; struct elems { int nedge; float x[4],y[4]; float s11[4],s22[4]
www.eeworm.com/read/103898/15717019

c mnqm.c

#include "string.h" #include "alloc.h" #include "stdio.h" #include "stdlib.h" #include "io.h" int nelement,nnode,nsum_node; struct elems { int nedge; float x[4],y[4]; float s11[4],s22[4]
www.eeworm.com/read/103039/15748054

c mnqm.c

#include "string.h" #include "alloc.h" #include "stdio.h" #include "stdlib.h" #include "io.h" int nelement,nnode,nsum_node; struct elems { int nedge; float x[4],y[4]; float s11[4],s22[4]
www.eeworm.com/read/102394/15783381

c work_utrunc.c

#include #include #include #include gsl_sum_levin_utrunc_workspace * gsl_sum_levin_utrunc_alloc (size_t n) { gsl_sum_levin_utrunc_work
www.eeworm.com/read/102394/15783459

changelog

2003-07-30 Brian Gough * init.c (gsl_combination_alloc): set c->data to NULL when k=0 2003-04-12 Szymon Jaroszewicz * combination.c (gsl_combination
www.eeworm.com/read/431298/8689731

c 32.c

#include #include #include #include #define WIDTH 25 /*窗口宽度*/ #define HEIGHT 15 /*窗口宽度*/ #define START_X 10 #define START_Y 5 /* 窗口左上角坐标(START_X,START_Y)
www.eeworm.com/read/179705/9342484

c work_u.c

#include #include #include #include gsl_sum_levin_u_workspace * gsl_sum_levin_u_alloc (size_t n) { gsl_sum_levin_u_workspace * w; i
www.eeworm.com/read/375388/9362089

c mem.c

#include "mem.h" //#undef _AFILE_ //#define _AFILE_ 0x24 //内存资源为临界共享资源 struct _mem_block mbs[MEM_BLK_NUM], *mb_head; //应用中调用 void* alloc_mem (us len) { struct _mem_block *p;