代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/147363/12559073
h monshare.h
// --monshare.h-----------------------------------------------------------------
//
// Header file containing the definition of the performance monitoring shared
// memory structure. The shared
www.eeworm.com/read/333989/12648977
txt 9xglobal.txt
Because system libraries (KERNEL32, USER32, GDI32, ADVAPI32, ...) of Windows 9x
are located in shared area between 2 and 3 GB it is not possible to hook them
normally (VirtualProtect and WriteProce
www.eeworm.com/read/135259/13947828
h monshare.h
// --monshare.h-----------------------------------------------------------------
//
// Header file containing the definition of the performance monitoring shared
// memory structure. The shared
www.eeworm.com/read/201455/15408261
vb createcontrol.vb
Imports System
Imports System.Windows.Forms
Namespace DataEasy
'/
'/ This Class Allows the user to develop his/her own controls
'/
Public Class CreateContr
www.eeworm.com/read/112474/15484647
txt readme.txt
place these files in the same directory as the Epping files, some files are shared with the Epping ones
www.eeworm.com/read/111254/15516053
sh debugconfig.sh
#! /bin/sh
CXXFLAGS="-g -Wall" ./configure --disable-shared
www.eeworm.com/read/108144/15593318
java nomoreballsexception.java
package bingo.shared;
public class NoMoreBallsException extends BingoException {
}
www.eeworm.com/read/100996/15858613
sh debugconfig.sh
#! /bin/sh
CXXFLAGS="-g -Wall" ./configure --disable-shared
www.eeworm.com/read/100559/15872377
sh debugconfig.sh
#! /bin/sh
CXXFLAGS="-g -Wall" ./configure --disable-shared
www.eeworm.com/read/167847/9950041
c my_shm.c
/* include my_shm */
#include "unpipc.h"
void *
my_shm(size_t nbytes)
{
void *shared;
#if defined(MAP_ANON)
shared = mmap(NULL, nbytes, PROT_READ | PROT_WRITE,
MAP_ANON | MAP_SHARED, -1, 0)