代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/226908/14448526
vb task.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.50727.42
'
' Changes to t
www.eeworm.com/read/125782/14462286
todo
-- $Id: TODO,v 1.4 1999/10/20 09:18:58 tom Exp $
-- Intensive testing
Perhaps the delivery of the Beta will help a bit.
-- Documentation
Like most WEB pages: under continuous construction
www.eeworm.com/read/225466/14540035
vb settings.designer.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.50727.42
'
' Changes to
www.eeworm.com/read/224560/14585034
vb classconst.vb
Public Class ClassConst
Private Shared pConnectStr As String = ""
Private Shared wConnectStr As String = ""
Private Shared bConnectStr As String = ""
Public Shared ReadOnly Propert
www.eeworm.com/read/224560/14585058
vb order_manage_control.ascx.vb
Partial Class Order_Manage_Control
Inherits System.Web.UI.UserControl
#Region "常量声明"
Private Shared CA_MULTISTATE As String = "CA-MULTISTATE" 'POIN
www.eeworm.com/read/223448/14641317
h tmtypes.h
//-----------------------------------------------------------------------------
// $Header: /dvp1/common/inc/tmtypes.h 37 2/15/01 3:19p Rappanna $
// (C) Copyright 2000,2001 Philips Semiconductor
www.eeworm.com/read/222590/14684802
readme_shmemalloc
FILE LIST -
buffSend.c
buffReceive.c
DESCRIPTION -
The following code example uses memory from the shared memory
system partition to share data between tasks on different
C
www.eeworm.com/read/222590/14684810
c mutexsemdemo.c
/* mutexSemDemo.c - Demonstrate the usage of the mutual exclusion semaphore
* for intertask synchronization and obtaining exclusive
* access to a data structur
www.eeworm.com/read/119473/14829762
asm shmvars.asm
; shmvars.asm
;
; This file contains the shared memory variable declarations used by
; all applications that refer to shared memory.
InputLine byte 128 dup (?)