代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/414527/2145713
cpp gl_wrap.cpp
// ==============================================================
// This file is part of Glest Shared Library (www.glest.org)
//
// Copyright (C) 2001-2008 Marti駉 Figueroa
//
// You can redistri
www.eeworm.com/read/414527/2145714
cpp platform_util.cpp
// ==============================================================
// This file is part of Glest Shared Library (www.glest.org)
//
// Copyright (C) 2001-2008 Marti駉 Figueroa
//
// You can redistribute
www.eeworm.com/read/414527/2145715
cpp window.cpp
// ==============================================================
// This file is part of Glest Shared Library (www.glest.org)
//
// Copyright (C) 2001-2008 Marti駉 Figueroa
//
// You can redistri
www.eeworm.com/read/414527/2145716
cpp platform_menu.cpp
#include "platform_menu.h"
#include
#include "leak_dumper.h"
namespace Shared{ namespace Platform{
int MenuBase::nextId= 1000;
// =============================================
www.eeworm.com/read/414527/2145717
cpp thread.cpp
// ==============================================================
// This file is part of Glest Shared Library (www.glest.org)
//
// Copyright (C) 2001-2008 Marti駉 Figueroa
//
// You can redistri
www.eeworm.com/read/414257/2152197
vb notify.vb
Imports System.Runtime.InteropServices
Public Class Notify
' Methods
Public Shared Sub RegisterNamedEvent(ByVal whichEvent As NotificationEvent, ByVal eventName As String)
Native
www.eeworm.com/read/414257/2152276
vb networkcredentials.vb
Imports System
Imports System.Collections.Generic
Imports System.Text
Namespace MobileDevelopersHandbook
Public Class NetworkCredentials
Private Shared thisclass As NetworkCrede
www.eeworm.com/read/413621/2160421
h bcmwpa.h
/*
* bcmwpa.h - interface definitions of shared WPA-related functions
*
* Copyright 2005-2006, Broadcom Corporation
* All Rights Reserved.
*
www.eeworm.com/read/412408/2170684
h xtask_def.h
/****************************************************************************
* Copyright (c) Sigma Designs, Inc. 2005. All rights reserved.
*/
/**
* @file xtask_def.h
*
* @brief Shared constan
www.eeworm.com/read/405353/2292912
java gamelistener.java
package bingo.shared;
// implement this interface if you are interested
// in getting updates as to the current status
// of the game keeper
public interface GameListener extends Listener {
publi