代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/129891/14219613
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/155953/5617526
h tcs_structs.h
/*++
TSS Core Service structures
*/
#ifndef __TCS_STRUCT_H__
#define __TCS_STRUCT_H__
// Errata: This should be named TSS_AUTH to avoid confussion with TPM structures
typedef struct tdTPM_AUTH
{
www.eeworm.com/read/203067/15365944
c xgpaint2d.c
#include "xgrafixint.h"
#define MAX_SHORT 32767
#define MIN_SHORT -32768
short ToShort(SCALAR x)
{return ((xMAX_SHORT) ? MAX_SHORT : (short)x));}
void Paint_Window(Wi
www.eeworm.com/read/109477/15556864
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/109477/15556484
h evms_aix.h
/*
* The following structures are nested within the structures used by the
* system management routines. These structures
www.eeworm.com/read/317563/13501834
lnk 快捷方式 到 higher-order b-spline strip models for laminated composite structures with integrated sensors and actuators.lnk
www.eeworm.com/read/221024/14775682
html http:^^www.cs.wisc.edu^~cs354-2^cs354^lec.notes^data.structures.html
Date: Tue, 05 Nov 1996 20:50:10 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Wed, 30 Aug 1995 21:21:35 GMT
Content-length: 12971
Lecture notes - Chapter 7 - Data
www.eeworm.com/read/168845/5433327
makefile
BOOST = ../../..
CXX = g++
EXTRAFLAGS = -pedantic -Wno-long-long -Wno-long-double -ftemplate-depth-50
LIBS = -lstdc++
#CXX = KCC
#EXTRAFLAGS = --strict --display_error_number --diag
www.eeworm.com/read/278507/10531698
h pthread08.h
typedef struct {
pthread_t thread_tid; /* thread ID */
long thread_count; /* # connections handled */
} Thread;
Thread *tptr; /* array of Thread structures; calloc'ed */
#define MAXNCLI 32
i