代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/408584/11381438
h pthread09.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/129891/14219588
h pthread09.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/221024/14778711
html http:^^www.cs.rpi.edu^~dugan^data_structures^mehta^lect2^lect2.html
Date: Tue, 14 Jan 1997 23:13:28 GMT
Server: Apache/1.1.1
Content-type: text/html
Content-length: 10029
Last-modified: Wed, 28 Aug 1996 19:38:30 GMT
www.eeworm.com/read/380061/9167101
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
AC_INIT(hello.c)
AM_INIT_AUTOMAKE(hello,1.0)
AM_CONFIG_HEADER(config.h)
dnl Checks for programs.
AC_PROG_CC
dnl Check
www.eeworm.com/read/278507/10531752
h child.h
typedef struct {
pid_t child_pid; /* process ID */
int child_pipefd; /* parent's stream pipe to/from child */
int child_status; /* 0 = ready */
long child_count; /* # connections handled
www.eeworm.com/read/464884/7061718
h eb.h
//Last Modify Date : 2003-5-6 16:56:51
//:EB.h : ErBiDigital public includes
#ifndef __EB_H_
#define __EB_H_
#include "EB_defines.h"
#include "EB_types.h"
#include "EB_structures.h"
#include "EB_fun
www.eeworm.com/read/449369/7508037
h,v declevel.h,v
head 1.2;
access;
symbols
zero-five-zero:1.2
zero-four-seventeen:1.2
zero-four-ten:1.2
zero-four-nine:1.2
zero-four-eight:1.2
zero-four-five:1.2
zero-four-zero:1.2;
locks
neto:1.2; strict;
com
www.eeworm.com/read/139250/13169596
c pc_memry.c
/* Contains NUCLEUS Specific Code */
/*
* EBS - RTFS (Real Time File Manager)
*
*
* Copyright Peter Van Oudenaren , 1993
* All rights reserved.
* This code may not be redistributed in source o
www.eeworm.com/read/139332/5800626
hpp control_constructs_common.hpp
// Boost Lambda Library -- control_constructs_common.hpp -------------------
// Copyright (C) 1999, 2000 Jaakko J鋜vi (jaakko.jarvi@cs.utu.fi)
// Copyright (C) 2000 Gary Powell (powellg@amazon.com)
//
www.eeworm.com/read/127694/6002813
h child.h
typedef struct {
pid_t child_pid; /* process ID */
int child_pipefd; /* parent's stream pipe to/from child */
int child_status; /* 0 = ready */
long child_count; /* #connections handled *