代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/184725/9082842
alloc_0
27
0 0 0 4 0 0
0 1 3 5 1 0
0 2 7 3 3 2
0 3 15 4 3 4
0 4 31 5 3 5
0 5 63 6 3 6
0 6 127 7 3 7
0 7 255 8 3 8
0 8 511 9 3 9
0 9 1023 10 3 10
0 10 2047 11 3 11
0 11 4095 12 3 12
0 12 8191 13 3
www.eeworm.com/read/184725/9082847
alloc_3
12
0 0 0 4 0 0
0 1 3 5 1 0
0 2 5 7 1 1
0 3 9 10 1 3
0 4 15 4 3 4
0 5 31 5 3 5
0 6 63 6 3 6
0 7 127 7 3 7
0 8 255 8 3 8
0 9 511 9 3 9
0 10 1023 10 3 10
0 11 2047 11 3 11
0 12 4095 12 3 12
www.eeworm.com/read/184725/9082871
alloc_1
30
0 0 0 4 0 0
0 1 3 5 1 0
0 2 7 3 3 2
0 3 15 4 3 4
0 4 31 5 3 5
0 5 63 6 3 6
0 6 127 7 3 7
0 7 255 8 3 8
0 8 511 9 3 9
0 9 1023 10 3 10
0 10 2047 11 3 11
0 11 4095 12 3 12
0 12 8191 13 3
www.eeworm.com/read/184725/9082883
alloc_4
30
0 0 0 4 0 0
0 1 3 5 1 0
0 2 5 7 1 1
0 3 7 3 3 2
0 4 9 10 1 3
0 5 15 4 3 4
0 6 31 5 3 5
0 7 63 6 3 6
0 8 127 7 3 7
0 9 255 8 3 8
0 10 511 9 3 9
0 11 1023 10 3 10
0 12 2047 11 3 11
0 13
www.eeworm.com/read/184725/9082901
alloc_2
8
0 0 0 4 0 0
0 1 3 5 1 0
0 2 5 7 1 1
0 3 9 10 1 3
0 4 15 4 3 4
0 5 31 5 3 5
0 6 63 6 3 6
0 7 127 7 3 7
0 8 255 8 3 8
0 9 511 9 3 9
0 10 1023 10 3 10
0 11 2047 11 3 11
0 12 4095 12 3 12
www.eeworm.com/read/281461/9154753
h alloc.h
www.eeworm.com/read/379525/9194232
c alloc.c
#
/*
*/
#include "../param.h"
#include "../systm.h"
#include "../filsys.h"
#include "../conf.h"
#include "../buf.h"
#include "../inode.h"
#include "../user.h"
/*
* iinit is called once (from main)
www.eeworm.com/read/377407/9277739
h alloc.h
/*
* $Id: alloc.h 1197 2006-10-09 04:31:55 +0000 (Mon, 09 Oct 2006) mhe $
*
*/
extern char **aaSym;
extern char **aaSym_t;
extern char **fasta_desc, **fasta_desc_t;
extern double **inp;
extern dou
www.eeworm.com/read/377407/9277769
c alloc.c
/* Memory allocation for Input/Target Arrays etc
*
*
* $Id: alloc.c 1272 2007-05-09 16:26:20Z mhe $
*/
#include
#include
#include "lstm.h"
#include "roc.h"
#include
www.eeworm.com/read/179864/9334284