代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/356189/10235262
cpp 123.cpp
#include//引入必要的头文件
int WINAPI WinMain(
HINSTANCE hInstance, // handle to current instance
HINSTANCE hPrevInstance, // handle to previous instance
LPSTR lpCmdLine, // po
www.eeworm.com/read/163041/10251869
java soundeffects.java
import javax.microedition.media.*;
import java.io.*;
class SoundEffects
{
private static SoundEffects instance;
private Player blastSoundPlayer;
private SoundEffects()
{
www.eeworm.com/read/426371/10255285
java soundplayer.java
import javax.microedition.media.*;
import java.io.*;
class SoundPlayer
{
private static SoundPlayer instance;
private Player palyerFire;
private Player playerExplode;
private So
www.eeworm.com/read/162705/10281192
edf top.edf
(edif (rename top "full_adder")
(edifVersion 2 0 0)
(edifLevel 0)
(keywordMap (keywordLevel 0))
(status
(written
(timeStamp 2004 2 2 9 43 1)
(author "Synplicity, Inc.")
www.eeworm.com/read/280833/10290316
tcf app.tcf
load(utils.findFile('assert.tci')); // load assert support
// seed file for C:\ti\referenceframeworks\apps\rf5\projects\teb6416\app.cdb.a02432: c:\ti\c6000\bios\include\4.80.208\c64xx.cdb
prog.load(
www.eeworm.com/read/355030/10300907
cpp selfmem.cpp
//: C10:Selfmem.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Static member of same type
// e
www.eeworm.com/read/425891/10311518
cpp punjenjespiskabrojiladlg.cpp
// PunjenjeSpiskaBrojilaDlg.cpp : implementation file
//
#include "stdafx.h"
#include "RucniTerminal.h"
#include "PunjenjeSpiskaBrojilaDlg.h"
#include
#include
#incl
www.eeworm.com/read/425891/10311576
cpp rucniterminal.cpp
// RucniTerminal.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "RucniTerminal.h"
#include "RucniTerminalDlg.h"
#include "Identifikator.h"
#include "P
www.eeworm.com/read/280569/10313441
sch dds.sch
VERSION 6
BEGIN SCHEMATIC
BEGIN ATTR DeviceFamilyName "spartan2"
DELETE all:0
EDITNAME all:0
EDITTRAIT all:0
END ATTR
BEGIN NETLIST
SIGNAL XLXN_7(15
www.eeworm.com/read/162314/10315349
cpp main.cpp
#include "Singleton.h"
#include
using namespace std;
int main(int argc,char* argv[])
{
Singleton* sgn = Singleton::Instance();
return 0;
}