代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/11175/207708
inc lmem.inc
;***
;lmem.inc - LMEM constants and entry points
;***
.XLIST
;***
;
; Copyright 1988, Microsoft Corporation
;
;Purpose:
; NOTE: This is a SHARED INCLUDE FILE, used by both the RUNTIME
;
www.eeworm.com/read/11175/207744
asm llegasup.asm
TITLE LLEGASUP - LowLevel EGA support (shared routines)
;***
; LLEGASUP - LowLevel EGA support
;
; Copyright 1987, Microsoft Corporation
;
;Purpose:
; This module contains support routines
www.eeworm.com/read/11175/208102
inc lmem.inc
;***
;lmem.inc - LMEM constants and entry points
;***
.XLIST
;***
;
; Copyright 1988, Microsoft Corporation
;
;Purpose:
; NOTE: This is a SHARED INCLUDE FILE, used by both the RUNTIME
;
www.eeworm.com/read/14278/326327
h shm_com.h
#define TEXT_SZ 2048
struct shared_use_st
{
int written_by_you;
char some_text[TEXT_SZ];
};
www.eeworm.com/read/491469/1190233
vm vm_global_library.vm
## ---------------------------------------------------------
## Velocity macros to be shared by all DeploymentService
## velocity templates.
##
## $Id: VM_global_library.vm,v 1.1.4.1 2004/11/09 18:52:
www.eeworm.com/read/482538/1287055
cc iprwpatterns.cc
/*
* iprwpatterns.{cc,hh} -- stores shared IPRewriter patterns
* Eddie Kohler
*
* Copyright (c) 2000 Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to an
www.eeworm.com/read/480485/1317657
java concretefont.java
/**
* A shared ConcreteFlyweight
*/
import java.io.*;
public class ConcreteFont implements Font {
private String color;
private int size;
private String str;
public
www.eeworm.com/read/456423/1606125
c util.c
/**************************************************************************************************
$Id: util.c,v 1.25 2005/04/20 16:49:12 bboy Exp $
util.c: Routines shared by the utility programs
www.eeworm.com/read/249104/4456436
java unsharedconcreteflyweight.java
/**
* See page 198 of DESIGN PATTERNS [1995].
* Implemented by Blueprint Technologies, Inc.
*/
/**
* Package
*/
package test;
/**
* Not all Flyweight subclasses need to be shared. The Flyweig
www.eeworm.com/read/247171/4486038
vb bug-81009.vb
Public Class Test
Public Shared Function Main() As Integer
Dim value As Integer
Dim result As Integer
result = 1
Select Case Value
Case 0