代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/461264/7230515
pro mrd_struct.pro
;+
; NAME:
; MRD_STRUCT
; PURPOSE:
; Return a structure as defined in the names and values data.
; CALLING SEQUENCE:
; struct = MRD_STRUCT(NAMES, VALUES, NROW, STRUCTYP='name' )
; IN
www.eeworm.com/read/461264/7230538
pro n_struct.pro
function N_struct, var, ntags
;+
; NAME:
; N_STRUCT
;
; PURPOSE:
; To determine if variable is a structure and return number of elements.
;
; CALLING SEQUENCE:
; n = N_struct( var, ntags )
;
; INPUT:
www.eeworm.com/read/461264/7230583
pro compare_struct.pro
;+
; NAME:
; COMPARE_STRUCT
; PURPOSE:
; Compare all matching tag names and return differences
;
; EXPLANATION:
; Compare all matching Tags names (except for "except_Tags")
;
www.eeworm.com/read/461264/7230648
pro rdfits_struct.pro
pro rdfits_struct, filename, struct,SILENT = silent, HEADER_ONLY = header_only
;+
; NAME:
; RDFITS_STRUCT
; PURPOSE:
; Read an entire FITS file (all extensions) into a single IDL structure.
www.eeworm.com/read/461264/7230649
pro size_struct.pro
function size_struct, structure, struct, Max_Field_Size, PRINT=print
;+
; NAME:
; SIZE_STRUCT
; PURPOSE:
; Obtain the size in bytes of an IDL structure definition.
; EXPLANATION:
; For most appli
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/461264/7230768
pro create_struct.pro
pro create_struct, struct, strname, tagnames, tag_descript, DIMEN = dimen, $
CHATTER = chatter, NODELETE = nodelete
;+
; NAME:
; CREATE_STRUCT
; PURPOSE:
; Create an IDL stru
www.eeworm.com/read/456099/7358714
c light_struct.c
#include
#include
#include "stdio.h"
#include "stdlib.h"
void TaskStartyya(void *yydata) ;
void TaskStartyyb(void *yydata) ;
void TaskStartyyc(void *yydata) ;
void Ta
www.eeworm.com/read/456099/7358720
lst light_struct.lst
C51 COMPILER V7.50 LIGHT_STRUCT 03/31/2006 10:11:25 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LIGHT_STRUCT
OBJECT MODULE PLAC
www.eeworm.com/read/456099/7358725