代码搜索:Storage
找到约 10,000 项符合「Storage」的源代码
代码结果 10,000
www.eeworm.com/read/433021/8551906
vhd 通用寄存器.vhd
--Universal Register
--Description - This design is a universal register which can be used as a straightforward storage register, a bi-directional shift register, an up counter and a down counter. The
www.eeworm.com/read/387762/8655135
h list.h
// List abstract class
template class List {
public:
// Reinitialize the list. The client is responsible for
// reclaiming the storage used by the list elements.
virtual void
www.eeworm.com/read/387762/8655179
h queue.h
// Abstract queue class
template class Queue {
public:
// Reinitialize the queue. The user is responsible for
// reclaiming the storage used by the stack elements.
virtual voi
www.eeworm.com/read/387762/8655262
h stack.h
// Stack abtract class
template class Stack {
public:
// Reinitialize the stack. The user is responsible for
// reclaiming the storage used by the stack elements.
virtual void
www.eeworm.com/read/285844/8808183
cob onldemo.cob
IDENTIFICATION DIVISION.
PROGRAM-ID COBDEMO.
DATA DIVISION.
WORKING-STORAGE SECTION.
EXEC SQL INCLUDE SQLCA END-
www.eeworm.com/read/285835/8808695
cob onldemo.cob
IDENTIFICATION DIVISION.
PROGRAM-ID COBDEMO.
DATA DIVISION.
WORKING-STORAGE SECTION.
EXEC SQL INCLUDE SQLCA END-
www.eeworm.com/read/428242/8881799
c markovhash.c
/* Copyright (C) 1999 Lucent Technologies */
/* From 'Programming Pearls' by Jon Bentley */
/* markovhash.c -- generate random text, sped up with hash tables */
/* For storage efficiency (and a
www.eeworm.com/read/184417/9102434
html fglpixelstore.html
NAME
fglPixelStoref, fglPixelStorei - set pixel storage modes
FORTRAN SPECIFICATION
www.eeworm.com/read/183183/9175811
java token.java
/**
* this class is used for storage a token information form lex analysis a token
* include three aspects information
*
* @author:贺静
* @version:1.2
*/
public class Token {
// the line