代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/223598/7104077
txt dwwidget.txt
Jan 2001, S.Geerken@ping.de
Last update: Dec 2004
========
DwWidget
========
The base object for all Dw widgets.
Structures
==========
DwRectangle
-----------
A replacement for GdkRectangle,
www.eeworm.com/read/462821/7195323
h dir.h
/* dir.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#i
www.eeworm.com/read/461713/7221573
h dir.h
/* dir.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#i
www.eeworm.com/read/461264/7230700
pro print_struct.pro
;+
; NAME:
; PRINT_STRUCT
;
; PURPOSE:
; Print the tag values of an array of structures in nice column format.
; EXPLANATION:
; The tag names are displayed in a header line.
;
; CALL
www.eeworm.com/read/392997/7247728
h synchlist.h
// synchlist.h
// Data structures for synchronized access to a list.
//
// Implemented by surrounding the List abstraction
// with synchronization routines.
//
// Copyright (c) 1992-1993 The Regents
www.eeworm.com/read/392997/7247769
h machine.h
// machine.h
// Data structures for simulating the execution of user programs
// running on top of Nachos.
//
// User programs are loaded into "mainMemory"; to Nachos,
// this looks just like an arra
www.eeworm.com/read/456569/7344662
h dir.h
/* dir.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#i
www.eeworm.com/read/449504/7502133
m prt_reg.m
function prt_reg(results,vnames,fid)
% PURPOSE: Prints output using regression results structures
%---------------------------------------------------
% USAGE: prt_reg(results,vnames,fid)
% Where:
www.eeworm.com/read/449504/7502137
m plt_tvp.m
function plt_tvp(results,vnames)
% PURPOSE: Plots output using tvp regression results structures
%---------------------------------------------------
% USAGE: plt_tvp(results,vnames)
% Where: resu
www.eeworm.com/read/449504/7502159
m prt_tvp.m
function prt_tvp(results,vnames,fid)
% PURPOSE: Prints output using tvp() regression results structures
%---------------------------------------------------
% USAGE: prt_tvp(results,vnames,fid)
%