代码搜索:多模式
找到约 10,000 项符合「多模式」的源代码
代码结果 10,000
www.eeworm.com/read/106331/15639053
java abcdetest.java
/** 一个应用程序,用来演示接口的组合,或者一个类实现多个接口,
* 从而实现多继承 */
/** 接口A */
interface A{
int a=1;
/** 定义showa()方法 */
void showa();
}//接口A结束
/** 接口B */
interface B{
int b=2;
/** 定义showb()方法 *
www.eeworm.com/read/100582/15871372
cpp step12.cpp
//Copyright 1994-1997飞虹软件工作室
//本程序演示如何产生多文本窗口
#include"..\include\app.h"
#include"..\include\mapp.h"
#include"..\include\mbutton.h"
#include"..\include\mok.h"
#include"..\include\mtext.h"
#incl
www.eeworm.com/read/392010/8367966
h chksja.h
/* chksja.h
*
* a tool for SJA1000 checking.
* written by : Chen Zhenyong
* w3wind@ustc.edu
* 2004/2/12
*/
#ifndef _CHKSJA_H_
#define _CHKSJA_H_
#define MODE_REG 0 //模式
#define CMD_REG
www.eeworm.com/read/292114/8376730
asm dataosforlcd.asm
//专为任意点显示而存在的代码
/////----- 图形显示模式 -----/////
.define PAINT_COVER 0
.define PAINT_SET 1
.define PAINT_CLR 2
.define PAINT_REV 3
.define PAINT_RECO 4
.ram
.external _CurPaintMod
www.eeworm.com/read/286811/8741092
asm dataosforlcd.asm
//专为任意点显示而存在的代码
/////----- 图形显示模式 -----/////
.define PAINT_COVER 0
.define PAINT_SET 1
.define PAINT_CLR 2
.define PAINT_REV 3
.define PAINT_RECO 4
.ram
.external _CurPaintMod
www.eeworm.com/read/386118/8763523
~pas unitdllexe.~pas
unit UnitDllExe;
//本代码来自《计算机编程与开发》杂志
interface
implementation
initialization
//2005年3月14日修改
//本语句功能:在模式对话框是否屏蔽其他操作
//isLibrary := true;
end.
www.eeworm.com/read/386118/8764304
pas unitdllexe.pas
unit UnitDllExe;
//本代码来自《计算机编程与开发》杂志
interface
implementation
initialization
//2005年3月14日修改
//本语句功能:在模式对话框是否屏蔽其他操作
//isLibrary := true;
end.
www.eeworm.com/read/426946/8990352
h lcd12864_st7920.h
/*********************************************************************
目 的: 建立LCD12864_ST7920的串模式操作库
目标系统: 基于AVR单片机
应用软件: ICCAVR
版 本: Version 1.0
圆版时间: 2008-05-28
开发人员:
www.eeworm.com/read/426946/8990454
h lcd12864_st7920.h
/*********************************************************************
目 的: 建立LCD12864_ST7920的串模式操作库
目标系统: 基于AVR单片机
应用软件: ICCAVR
版 本: Version 1.0
圆版时间: 2008-05-28
开发人员: