代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/407834/6919768
c memp.c
/**
* @file
* Dynamic pool memory manager
*
* lwIP has dedicated pools for many structures (netconn, protocol control blocks,
* packet buffers, ...). All these pools are managed here.
*/
/*
*
www.eeworm.com/read/469944/6921459
h packon.h
/*++
Copyright (c) 1990,91 Microsoft Corporation
Module Name:
packon.h
Abstract:
This file turns packing of structures on. (That is, it disables
automatic alignment of st
www.eeworm.com/read/379352/6957859
m parseim.m
addpath('util');
%Load the trained model
load peopleModel;
%iterModel is a data structure that encodes the part models and part
%structures
% [www] is the weight for the edge filter when used in comb
www.eeworm.com/read/112494/6962780
h eventlog.h
// File Name:
// eventlog.h
//
// Contents:
// Constants, structures, and function
// declarations used for event logging.
//
#pragma once
//
// Header files
//
#include
//
www.eeworm.com/read/112494/6962912
h eventlog.h
// File Name:
// eventlog.h
//
// Contents:
// Constants, structures, and function
// declarations used for event logging.
//
#pragma once
//
// Header files
//
#include
//
/
www.eeworm.com/read/112494/6962930
h eventlog.h
// File Name:
// eventlog.h
//
// Contents:
// Constants, structures, and function
// declarations used for event logging.
//
#pragma once
//
// Header files
//
#include
//
/
www.eeworm.com/read/112494/6962954
h eventlog.h
// File Name:
// eventlog.h
//
// Contents:
// Constants, structures, and function
// declarations used for event logging.
//
#pragma once
//
// Header files
//
#include
//
/
www.eeworm.com/read/124341/6965305
txt dwwidget.txt
Jan 2001, S.Geerken@ping.de
Last update: June 2001
========
DwWidget
========
The base object for all Dw widgets.
Structures
==========
DwRectangle
-----------
A replacement for GdkRectangle
www.eeworm.com/read/466944/7024083
java myinteger.java
package DataStructures;
/**
* Wrapper class for use with generic data structures.
* Mimics Integer.
* In Java 1.2, you can use Integer if Comparable is needed.
* @au
www.eeworm.com/read/240145/7086853
h minispy.h
/*++
Copyright (c) 1989-2002 Microsoft Corporation
Module Name:
minispy.h
Abstract:
Header file which contains the structures, type definitions,
and constants that are sha