代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/248822/7193884
cpp http.cpp
// Http.cpp : structures, functions and definitions for http service
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All r
www.eeworm.com/read/312022/7218378
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
www.eeworm.com/read/312022/7218385
h pshpack8.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
pshpack8.h
Abstract:
This file turns 8 byte packing of structures on. (That is, it disables
au
www.eeworm.com/read/461382/7228231
m definestructures.m
function [sim_param_changeable, sim_param_unchangeable, sim_state_prototype] = DefineStructures
% DefineStructures specifies the prototype structures.
%
% The calling syntax is:
% [sim_param_c
www.eeworm.com/read/392997/7247753
h console.h
// console.h
// Data structures to simulate the behavior of a terminal
// I/O device. A terminal has two parts -- a keyboard input,
// and a display output, each of which produces/accepts
// charac
www.eeworm.com/read/392997/7247759
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/392997/7247911
h coff.h
/* coff.h
* Data structures that describe the MIPS COFF format.
*/
struct filehdr {
unsigned short f_magic; /* magic number */
unsigned short f_nscns; /* number of
www.eeworm.com/read/459593/7273116
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 threshol
www.eeworm.com/read/457902/7315761
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 */