代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/318512/13476827
cxgate globals.cxgate
/*****************************************************
globals.cxgate - definition of shared variables
-----------------------------------------------------
These variables that are allocated i
www.eeworm.com/read/318022/13489708
def hook.def
LIBRARY Hook
EXPORTS
SetHook @2
SEGMENTS
MySec READ WRITE SHARED
www.eeworm.com/read/316956/13513689
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/316956/13513693
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/306169/13750503
vb search.vb
Imports System.Data.OleDb
Imports System.IO
Public Class search
Public Shared con As OleDbConnection
Public Shared ada As OleDbDataAdapter
Public Shared ds As DataSet
Pub
www.eeworm.com/read/306169/13750530
vb userinfo.vb
Public Class UserInfo
Public Shared UserName As String
Public Shared UserStyle As String
Public Shared Log As Login
Public Shared InquireStu As String
End Class
www.eeworm.com/read/238636/13870742
vb utils.vb
Public Class Utils
Public Const Pi As Double = Math.PI
Public Const TwoPi As Double = Pi * 2
Public Const RAND_MAX As Integer = &H7FFF
Public Const HalfPi As Double = Pi / 2
www.eeworm.com/read/152695/5669871
c mem.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* =====================
www.eeworm.com/read/150409/5692687
java kdfparameters.java
package org.bouncycastle.crypto.params;
import org.bouncycastle.crypto.DerivationParameters;
/**
* parameters for Key derivation functions.
*/
public class KDFParameters
implements DerivationP
www.eeworm.com/read/149015/5704224
c dynamic.c
/*
FreeRTOS V3.2.4 - Copyright (C) 2003-2005 Richard Barry.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify
it under the te