代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/481889/6632107
pfdtd
name=$1
name=${name%".c"}
gcc -c -O4 "$name".c
gcc -o "$name" "$name".o -lgsl -lgslcblas -lm ~/shared/bin/libpFDTD.a
rm "$name".o
./"$name"
www.eeworm.com/read/477538/6738207
vb athandler.vb
'''
''' AT Command class
'''
'''
Public Class ATHandler
'''
''' AT response
'''
'''
P
www.eeworm.com/read/410239/11297271
pas unitdll.pas
unit UnitDll;
interface
uses Windows;
const BUFFER_SIZE = 16 * 1024;
const HOOK_MEM_FILENAME = 'MEM_FILE';
const HOOK_MUTEX_NAME = 'MUTEX_NAME';
type
TShared = record
Keys: array[0
www.eeworm.com/read/410122/11301209
vb appmanager.vb
Imports System.IO
Imports System.Net
Public Class AppManager
Public Shared StartURL As String = "http://www.wewill.cn"
Private Shared _CurrentBrowser As exBrowser
Public Shared Pr
www.eeworm.com/read/409649/11317238
c mutexsemdemo.c
/* mutexSemDemo.h - Header for the mutexSemDemo */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,06nov97,mm added copyright.
www.eeworm.com/read/264167/11327012
h chatmessage.h
#pragma once
// Message Id shared with the client and the server
enum ChatMessage
{
ChatUserJoin,
ChatUserQuit,
ChatText,
ChatBigMessage
};
www.eeworm.com/read/408881/11366323
java rowset03.java
/**
* This sample exhibits the various duplication properties of
* OracleCachedRowSet viz.,
* - cloning the rowset.
* - copying the rowset.
* - creating a shared copy of the rowset.
www.eeworm.com/read/408235/11401245
html unit-srfi-4.html
CHICKEN User's Manual - Unit srfi-4
Unit srfi-4Homogeneous numeric vectors, see the documentation for