代码搜索:多模式
找到约 10,000 项符合「多模式」的源代码
代码结果 10,000
www.eeworm.com/read/433582/1882936
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("享元模式")]
[a
www.eeworm.com/read/433582/1882940
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("享元模式")]
[a
www.eeworm.com/read/433582/1882944
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("享元模式")]
[a
www.eeworm.com/read/405913/2280979
svn-base smoothscroll.md.svn-base
Class: SmoothScroll {#SmoothScroll}
===================================
自动管理页面中的所有锚点, 并当点击跳转到目标锚点的过程中使用平滑移动的特效
### 备注:
- SmoothScroll 需要页面使用[标准模式](http://hsivonen.iki.fi/doctype/)的DOCTYPE
www.eeworm.com/read/405913/2280999
md smoothscroll.md
Class: SmoothScroll {#SmoothScroll}
===================================
自动管理页面中的所有锚点, 并当点击跳转到目标锚点的过程中使用平滑移动的特效
### 备注:
- SmoothScroll 需要页面使用[标准模式](http://hsivonen.iki.fi/doctype/)的DOCTYPE
www.eeworm.com/read/365061/2899551
java subject.java
package org.su.demo.util.designmode;
/**
* 观察着模式中的被观察方,实现添加、移除观察者,以及通知观察者接口
*/
public interface Subject {
public void registerObserver(Obervice o); //注册观察者
public void removeObserver(Obe
www.eeworm.com/read/336666/6783202
h i2c.h
/*--------------------------------------------------------------------------
I2C.H
Design For : I2C 器件
Description: I2C总线的高速传输模式(晶振:12MHz)
所有函数为模拟I2C总线的最底层驱动函数
Author:xieqin
CopyRig
www.eeworm.com/read/174506/9585095
prg main.prg
set talk off &&关闭对话模式
set safe off
set stat off
set dele on &&不处理已删除的记录
set cent on
set date to ansi
close all
RELEASE WINDOW 常用
if mod(day(date()),2)=0
_SCREEN.backcolor=rgb(80,180
www.eeworm.com/read/174506/9585182
bak main.bak
set talk off &&关闭对话模式
set safe off
set stat off
set dele on &&不处理已删除的记录
set cent on
set date to ansi
close all
RELEASE WINDOW 常用
if mod(day(date()),2)=0
_SCREEN.backcolor=rgb(80,180
www.eeworm.com/read/173256/9664514
h i2c.h
/*--------------------------------------------------------------------------
I2C.H
Design For : I2C 器件
Description: I2C总线的高速传输模式(晶振:12MHz)
所有函数为模拟I2C总线的最底层驱动函数
Author:xieqin
CopyRig