代码搜索:多模式

找到约 10,000 项符合「多模式」的源代码

代码结果 10,000
www.eeworm.com/read/249104/4457639

java~8~ bubblesorter.java~8~

package bubblesorter; //使用模板模式可以分隔冒泡排序的方法进一个抽象类,而让它的子类具体实现Swap和 //outOfOrder方法 // public abstract class BubbleSorter { private int operations = 0; protected int length = 0; protected int
www.eeworm.com/read/222460/4819116

asp upload_face.asp

www.eeworm.com/read/222460/4819154

asp upload.asp

www.eeworm.com/read/222460/4819160

asp upload_cs.asp

www.eeworm.com/read/222460/4819173

asp upload_avi.asp

www.eeworm.com/read/222460/4819175

asp upload_flash.asp

www.eeworm.com/read/212217/4937978

cpp mycpp.cpp

#include "windows.h" #include "gl/gl.h" #include "gl/glu.h" #include "gl/glaux.h" #include "conio.h" #include "math.h" void main(void) { //窗口显示单缓存和RGB模式 auxInitDisplayMode(AUX_SINGLE|AUX_
www.eeworm.com/read/211278/4944594

java rescache.java

package com.common.util; /** * 系统缓存扩展类,管理系统缓存,它应用典型的单态设计模式实现 * @author 李伟光 */ public class ResCache { private static LruCache LruCache;//系统缓存对象 private static final long CACHE_T
www.eeworm.com/read/211278/4944628

java rescache.java

package com.emk.manage; /** * 系统缓存扩展类,管理系统缓存,它应用典型的单态设计模式实现 * @author 李伟光 */ public class ResCache { private static LruCache LruCache;//系统缓存对象 private static final long CACHE_TI
www.eeworm.com/read/318698/3565706

cs assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列属性集 // 控制。更改这些属性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("抽象工厂模式")]