代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/166793/5472484
makefile
SHARED_LOCAL=../shared
BASEDIR=../../../
include ../../Makeinclude
www.eeworm.com/read/166793/5472486
makefile
SHARED_LOCAL=../shared
BASEDIR=../../../
include ../../Makeinclude
www.eeworm.com/read/103885/15717451
def display.def
LIBRARY "DISPLAY"
SECTIONS
.shared READ WRITE SHARED
www.eeworm.com/read/106611/15632729
cpp scstring.cpp
#include "afxwin.h"
#include "EMBSQL.h"
//
// Allocate a string object in shared memory
void *SCString::operator new(size_t size)
{
return shared_malloc(size);
}
//
// Deallocate a strin
www.eeworm.com/read/424347/10459241
dll actiprosoftware.shared.net20.dll
www.eeworm.com/read/275831/10793899
rb 11 - creating a shared whiteboard.rb
#!/usr/bin/ruby -w
# english_client.rb
require 'drb'
require 'rinda/tuplespace'
# Connect to the TupleSpace...
DRb.start_service
tuplespace = Rinda::TupleSpaceProxy.new(
DRbObject.new_with_uri('dru
www.eeworm.com/read/245306/12805018