代码搜索:多模式
找到约 10,000 项符合「多模式」的源代码
代码结果 10,000
www.eeworm.com/read/318698/3566003
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("状态模式")]
[a
www.eeworm.com/read/318698/3566005
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("状态模式")]
[a
www.eeworm.com/read/318698/3566007
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("状态模式")]
[a
www.eeworm.com/read/318698/3566009
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("状态模式")]
[a
www.eeworm.com/read/311187/3687417
c 63.c
#include
#include
#include /*预定义三个库函数*/
int main()
{
int x=360,y=160,gdriver=DETECT,gmode;/*选用VGA中2号调色板模式*/
int top,bottom;
www.eeworm.com/read/311187/3687537
c 63.c
#include
#include
#include /*预定义三个库函数*/
int main()
{
int x=360,y=160,gdriver=DETECT,gmode;/*选用VGA中2号调色板模式*/
int top,bottom;
www.eeworm.com/read/298155/3874870
dat funtc173.dat
函数名称: getmaxcolor
函数原型: int far getmaxcolor(void)
函数功能: 得到当前图形模式下的最大有效颜色数值,例如VGA为15
函数返回: 最大颜色数值
函数说明:
所属文件:
www.eeworm.com/read/293655/3929186
java creator.java
/*
* 项目名称 Pattern
* 包名称 com.niufish.pattern.factoryMethod
*
* 文件名称 Creator.java
*
*/
package com.niufish.pattern.factoryMethod;
/**
* 抽象工厂,任何在模式中创建的工厂类必须实现这个接口
*
*
www.eeworm.com/read/438267/1826426
svn-base fx.slide.md.svn-base
Class: Fx.Slide {#Fx-Slide}
===========================
在元素的水平/垂直方向上应用滑动门效果.
### 备注:
- Fx.Slide 需要页面使用[标准模式](http://hsivonen.iki.fi/doctype/)的DOCTYPE
### 继承:
- [Fx][]
### 语法:
va
www.eeworm.com/read/437768/1829495
java logserver.java
package com.justin.log;
import com.justin.config.*;
/**
* @author Justin
*
* 单例模式.日志记录,此类负责向用户界面及控制台写信息(Debug开启状态下)
*/
public class LogServer {
private ConfigManager config = null;