代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/119473/14829768
asm shmapp4.asm
; SHMAPP4.ASM
;
; This is a shared memory application that uses the dynamic shared memory
; TSR (SHMALLOC.ASM). This program assumes the user has already run the
; SHMAPP3 program to insert a str
www.eeworm.com/read/119473/14829769
asm shmapp3.asm
; SHMAPP3.ASM
;
; This is a shared memory application that uses the dynamic shared memory
; TSR (SHMALLOC.ASM). This program inputs a string from the user and
; passes that string to SHMAPP4.ASM
www.eeworm.com/read/119473/14829771
asm shmapp2.asm
; SHMAPP2.ASM
;
; This is a shared memory application that uses the static shared memory
; TSR (SHARDMEM.ASM). This program assumes the user has already run the
; SHMAPP1 program to insert a stri
www.eeworm.com/read/119473/14829773
asm shmapp1.asm
; SHMAPP1.ASM
;
; This is a shared memory application that uses the static shared memory
; TSR (SHARDMEM.ASM). This program inputs a string from the user and
; passes that string to SHMAPP2.ASM t
www.eeworm.com/read/215001/15078797
3qt qshared.3qt
.TH QShared 3qt "6 July 1999" "Troll Tech AS" \" -*- nroff -*-
.\" Copyright 1992-1999 Troll Tech AS. All rights reserved. See the
.\" license file included in the distribution for a complete licens
www.eeworm.com/read/213760/15126143
prg opendb.prg
SET MULTILOCKS ON &&允许尝试锁定一组记录
SET REPROCESS TO AUTOMATIC &&自动尝试锁定并允许按ESC键取消锁定尝试
TRY
IF NOT DBUSED("dbMain") &&打开数据库
OPEN DATABASE dbMain SHARED
EN
www.eeworm.com/read/210394/15199431
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/210394/15199442
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/209983/15210512
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/208802/15236564
txt jia_mi_cookie.txt
Imports System.Diagnostics
Imports System.Security.Cryptography
Imports System.Text
Imports System.IO
Public Class CryptoUtil
'随机选8个字节既为密钥也为初始向量
Private Shared KEY_64() As Byte =