代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/481225/6645147
h timer.h
// timer.h
// Data structures to emulate a hardware timer.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing, or for
//
www.eeworm.com/read/479064/6698783
h dhcp.h
/* dhcp.h
Protocol structures... */
/*
* Copyright (c) 1995-2001 The Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or withou
www.eeworm.com/read/478934/6708352
h pop.h
#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif
#define BUF_LEN 128
#include
/* ---------------- common server data structures ---------------- */
/* POP server control
www.eeworm.com/read/477140/6739063
h undocnt.h
/*
User notes.
==========
This file contains the prototypes and related data structures for the system
service layer. NTDDK.H must be included before including this header file.
All the syste
www.eeworm.com/read/477304/6741469
m cohwave.m
function out = CohWave(Noisy,L,qmf)
% CohWave - Denoising of signal contaminated with another signal using coherent
% structures algorithm.
% CohWave -- Denoising of 1-d signal with wavelet thresh
www.eeworm.com/read/476941/6743268
c bio.c
// Buffer cache.
//
// The buffer cache is a linked list of buf structures holding
// cached copies of disk block contents. Caching disk blocks
// in memory reduces the number of disk reads and also
www.eeworm.com/read/410432/11287604
c films1.c
/* films1.c -- using an array of structures */
#include
#define TSIZE 45 /* size of array to hold title */
#define FMAX 5 /* maximum number of film titles */
www.eeworm.com/read/410200/11298861
h mouser.h
/*++
Copyright (c) 1989-1998 Microsoft Corporation, All Rights Reserved
Copyright (c) 1993 Logitech Inc.
Module Name:
mouser.h
Abstract:
These are the structures and defines t
www.eeworm.com/read/407518/11417907
c sparse.c
/* Template Program for Sparse Vectors */
/* Demo of dynamic data structures in C */
#include
#include
#define FALSE 0
#define NULL 0
struct el {
www.eeworm.com/read/407199/11424175
h pshpack4.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
pshpack4.h
Abstract:
This file turns 4 byte packing of structures on. (That is, it disables
au