代码搜索:多模式
找到约 10,000 项符合「多模式」的源代码
代码结果 10,000
www.eeworm.com/read/276185/10754732
h fg_model.h
/*--------------------------------------------------------------------------
FG_Model.h - MVC模式中的模型类的头文件
本程序是FishGUI软件的一部分
版权所有 (C) 2003,2004 王咏武
http://www.contextfree.net/wangyw/
--
www.eeworm.com/read/349934/10780763
s startup.s
;/*******************************************************************************************************
;* 文件名:Startup.s
;* 功 能:开发板启动代码。包含异常向量表,当异常(包括复位)发生时,程序将从异常向量表取指进行跳转。还包
;* 含对各模式
www.eeworm.com/read/349933/10780836
s startup.s
;/*******************************************************************************************************
;* 文件名:Startup.s
;* 功 能:开发板启动代码。包含异常向量表,当异常(包括复位)发生时,程序将从异常向量表取指进行跳转。还包
;* 含对各模式
www.eeworm.com/read/349932/10780893
s startup.s
;/*******************************************************************************************************
;* 文件名:Startup.s
;* 功 能:开发板启动代码。包含异常向量表,当异常(包括复位)发生时,程序将从异常向量表取指进行跳转。还包
;* 含对各模式
www.eeworm.com/read/349926/10781141
s startup.s
;/*******************************************************************************************************
;* 文件名:Startup.s
;* 功 能:开发板启动代码。包含异常向量表,当异常(包括复位)发生时,程序将从异常向量表取指进行跳转。还包
;* 含对各模式
www.eeworm.com/read/273105/10925850
cpp filesystem.cpp
// 作者:郑钟武(20042104010)
//完成日期:2007.2.9
#include "stdafx.h"
#include
#include
#include
#include
#include
//文件高速缓存模式
void FileMapCreate()
www.eeworm.com/read/418769/10928070
c info.c
#include
int main(int argc, char *argv[])
{
int i;
int oldmode;
int mode = G320x200x256;
vga_modeinfo *info;
int *pal;
//获得当前的模式
oldmode = vga_getcurrentmode();
//初始化
www.eeworm.com/read/418767/10928085
c draw.c
/* File: draw.c */
#include
int main(int argc, char *argv[])
{
int i;
int oldmode;
int mode = G320x200x256;
int width, height, colors;
//获得当前的模式
oldmode = vga_getcurrent
www.eeworm.com/read/417841/10974778
cpp chatserv.cpp
#include
#include
#include
#include
#include
#include
int disp=0; /*模式参数*/
char temp[50]="zhangzehua"; /*初始化聊天信息*/
char test
www.eeworm.com/read/416891/11010543
java linkable.java
package com.jdon.jserver.connector.data;
import java.io.*;
/**
* Visitor模式的Visitable
* Copyright: Jdon.com Copyright (c) 2003
* Company: 上海解道计算机技术有限公司
* @author banq
* @v