代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/157814/11661805
c ch2_7.c
#include
#include
typedef struct node
{ int coef,exp;
struct node *next;
}JD;
void add_poly(JD *pa,JD *pb)
{ JD *p,*q,*u,*pre;
int x;
p=pa->next;
q=pb->n
www.eeworm.com/read/260912/11687232
txt txz.txt
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/343401/11951225
c 68.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
unsigned
www.eeworm.com/read/341787/12064886
c fe.c
/*求模糊等价矩阵的C语言程序*/
#include "stdio.h"
#include "conio.h"
int M,N;
/*分配内存空间函数*/
double * *mat_alloc(int nrows,int ncols)
{
double * *mat;
int i;
mat = (double * *)malloc(sizeof(dou
www.eeworm.com/read/252120/12300991
c showhz.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/251320/12353028
txt 2.txt
#include"stdio.h"
#define N 5
struct freearea
{
int startaddress;
int size;
int state;
}freeblock[N]={{20,20,1},{80,50,1},{150,100,1},{300,30,0},{600,100,1}};
int alloc(int applyarea)
{
www.eeworm.com/read/251268/12355323
h cdib.h
// cdib.h 对CDib类中数据和函数进行声明
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
public:
enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的状况
www.eeworm.com/read/148971/12411221
s start.s
.text
.align 4
.proc _start
.globl _start
_start:
{
alloc loc0 = ar.pfs,1,2,1,0 /* in, local, out, rotating */
mov loc1 = rp
mov r14 = ip /* Get the address of _start */
}
movl r15
www.eeworm.com/read/250051/12439621
c box.c
#include
#include
#include
#include
#include
#include
#include
#define BORDER 1
#define ESC 27
#define TAB 9
#define REV_V
www.eeworm.com/read/132281/14102280
h smb.h
#include
#include
#include
#include
#include
#include
#include
#include
#include //KEYBOARD HANDLER FILE