代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/300812/13892617
java singleton.java
package test2;
public class Singleton {
private Singleton(){
}
private static Singleton instance = new Singleton();
public static Singleton getInstance() {
return instance;
}
www.eeworm.com/read/300812/13892621
class singleton.class
www.eeworm.com/read/236845/13995660
h singleton.h
/*
* Copyright (C) 2001-2003 Jacek Sieka, j_s@telia.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ
www.eeworm.com/read/110378/15535273
cdi singleton.cdi
www.eeworm.com/read/109232/15561223
dev singleton.dev
[Project]
FileName=Singleton.dev
Name=Singleton
UnitCount=1
Type=1
Ver=1
ObjFiles=
Includes=
Libs=
PrivateResource=
ResourceIncludes=
Resources=
Compiler=
Linker=
IsCpp=1
Icon=
ExeOutp
www.eeworm.com/read/101292/15838621