代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/101062/6257400
h rowmajor.h
/* -*- c++ -*-
******************************
* Scientific Library (GNU Public Licence)
*
* Author: Laurent Deniau, Laurent.Deniau@cern.ch
*
* $Id: rowm
www.eeworm.com/read/101062/6257408
h iterator.h
/* -*- c++ -*-
******************************
* Scientific Library (GNU Public Licence)
*
* Author: Laurent Deniau, Laurent.Deniau@cern.ch
www.eeworm.com/read/101062/6257409
h banded.h
#ifndef SL_MATRIX_STRUCTURES_BANDED_BANDED_H
#define SL_MATRIX_STRUCTURES_BANDED_BANDED_H
/*
******************************
* Scientific Library (GNU Public Licence)
*
* Author: Laurent Deniau, L
www.eeworm.com/read/101062/6257424
h colmajor.h
/* -*- c++ -*-
******************************
* Scientific Library (GNU Public Licence)
*
* Author: Laurent Deniau, Laurent.Deniau@cern.ch
*
* $Id: colm
www.eeworm.com/read/164463/10107457
h openprom_fs.h
#ifndef _LINUX_OPENPROM_FS_H
#define _LINUX_OPENPROM_FS_H
/*
* The openprom filesystem constants/structures
*/
#define OPENPROM_SUPER_MAGIC 0x9fa1
#endif /* _LINUX_OPENPROM_FS_H */
www.eeworm.com/read/278507/10531797
h pthread07.h
typedef struct {
pthread_t thread_tid; /* thread ID */
long thread_count; /* # connections handled */
} Thread;
Thread *tptr; /* array of Thread structures; calloc'ed */
int listenfd, nth
www.eeworm.com/read/135153/5889179
h openprom_fs.h
#ifndef _LINUX_OPENPROM_FS_H
#define _LINUX_OPENPROM_FS_H
/*
* The openprom filesystem constants/structures
*/
#define OPENPROM_SUPER_MAGIC 0x9fa1
#endif /* _LINUX_OPENPROM_FS_H */
www.eeworm.com/read/127694/6002824
h pthread07.h
typedef struct {
pthread_t thread_tid; /* thread ID */
long thread_count; /* #connections handled */
} Thread;
Thread *tptr; /* array of Thread structures; calloc'ed */
int listenfd, nthr
www.eeworm.com/read/267835/6341058
h globals.h
/* Netlist description data structures. */
extern int num_nets, num_blocks;
extern int num_p_inputs, num_p_outputs;
extern struct s_net *net;
extern struct s_block *block;
/* Number in original
www.eeworm.com/read/408584/11381474
h pthread07.h
typedef struct {
pthread_t thread_tid; /* thread ID */
long thread_count; /* # connections handled */
} Thread;
Thread *tptr; /* array of Thread structures; calloc'ed */
int listenfd, nth