代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/492697/6419747
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/492697/6419790
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/492697/6419879
h pshpack2.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
pshpack2.h
Abstract:
This file turns 2 byte packing of structures on. (That is, it disables
au
www.eeworm.com/read/492697/6419957
h delayimp.h
//
// DelayImp.h
//
// define structures and prototypes necessary for delay loading of imports
//
#if !defined(_delayimp_h)
#define _delayimp_h
#if _MSC_VER > 1000
#pragma once
#endif
#
www.eeworm.com/read/492697/6419961
h pshpack1.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
pshpack1.h
Abstract:
This file turns 1 byte packing of structures on. (That is, it disables
au
www.eeworm.com/read/489040/6481873
m toolbox_tensor_voting.m
% toolbox_tensor_voting - A toolbox to perform Tensor Voting computations.
%
% Tensor Voting is a unified framework developped by Medioni et Al.
% to infer salient structures from images.
%
www.eeworm.com/read/488200/6497937
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/485902/6549006
m ltc_mdlg.m
%
% Modeling using lattice and transversal structures.
% Comparison based on LMS algorithm.
%
% Last updated on April 28, 1998
%
itn=input('\n No. of iterations? ');
sigman2=input('\
www.eeworm.com/read/485150/6566184
m contents.m
% Tile-coding implementation
%
% tiling_create - Creates data structures for a tiling approximator
% tiling_get - Obtains value from tiling approximator
% tiling_update - Updates value
www.eeworm.com/read/481225/6645146
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