代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/183315/5256744
py data.py
# Just some simple data structures for the report mode listctrl examples
columns = ["Request ID", "Summary", "Date", "Submitted By"]
rows = [
("987441", "additions to RTTI?", "2004-07-08 10:22"
www.eeworm.com/read/183001/5259326
readme
This directory does more than tokenize and parse SQL queries. It also
creates Query structures for the various complex queries that is passed
to the optimizer and then executor.
parser.c things star
www.eeworm.com/read/182103/5265242
c genoffsets.c
/*
* genoffsets.c
*
* This file generates the offsets.h for the HP PA-RISC port of RTEMS.
*
* NOTE: It only prints the offset for structures actually used
* by the assembly code.
*
www.eeworm.com/read/182103/5265390
h chain.h
/* chain.h
*
* This include file contains all the constants and structures associated
* with the Doubly Linked Chain Handler.
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Co
www.eeworm.com/read/182103/5265400
h mpci.h
/* mpci.h
*
* This include file contains all the constants and structures associated
* with the MPCI layer. It provides mechanisms to utilize packets.
*
* COPYRIGHT (c) 1989-1999.
* On-Lin
www.eeworm.com/read/182103/5265401
h tqdata.h
/* tqdata.h
*
* This include file contains all the constants and structures
* needed to declare a thread queue.
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR
www.eeworm.com/read/182103/5270666
h mmu.h
/*
* mmu.h
*
* PowerPC memory management structures
*
* It is a stripped down version of linux ppc file...
*
* Copyright (C) 1999 Eric Valette (valette@crf.canon.fr)
* Can
www.eeworm.com/read/182103/5270672
h page.h
/*
* page.h
*
* PowerPC memory management structures
*
* It is a stripped down version of linux ppc file...
*
* Copyright (C) 1999 Eric Valette (valette@crf.canon.fr)
* Ca
www.eeworm.com/read/182103/5273194
h chain.h
/* chain.h
*
* This include file contains all the constants and structures associated
* with the Doubly Linked Chain Handler.
*
* COPYRIGHT (c) 1988-2002.
* On-Line Applications Research C
www.eeworm.com/read/180135/5291440
java token.java
/* Generated By:JavaCC: Do not edit this line. Token.java Version 0.7pre3 */
/* This parser uses the data structures in the JavaBayes core *
* engine (package BayesianNetworks); other implementation