代码搜索:多模式
找到约 10,000 项符合「多模式」的源代码
代码结果 10,000
www.eeworm.com/read/343401/11950939
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/342582/12011303
c hdq.c
#include
#include "HDQ.h"
// 定义工作的状态
enum
{
imWrite,
imWriteE,
imRead,
imReadE,
imDelay
};
// 定义全局变量
// 中断服务程序的模式
static unsigned char ISRMode;
// 接收到的数据
stat
www.eeworm.com/read/341752/12067573
_h can._h
#ifndef __CAN__H
#define __CAN__H
#include "stdtypes.h"
#include
#define PeliCANMode
#define ADDR_CAN_START 0x4000
#define can_reg ((UNS8 *) (ADDR_CAN_START))
/*模式
www.eeworm.com/read/340046/12185510
c main.c
/****************************************************
程序功能:在1602液晶上显示一个数字日历,可以通过
四个按键来设置各种参数
-----------------------------------------------------
测试说明:(1)按K1键进入设置模式并可以选择更改参
www.eeworm.com/read/131795/14127030
dat funtc173.dat
函数名称: getmaxcolor
函数原型: int far getmaxcolor(void)
函数功能: 得到当前图形模式下的最大有效颜色数值,例如VGA为15
函数返回: 最大颜色数值
函数说明:
所属文件:
www.eeworm.com/read/131660/14133841
txt 9-20.txt
/* 范例:9-20 */
#include
#include
void main(int argc,char *argv[])
{
FILE *fp1;
char p1[30];
int i,j,a;
if ((fp1=fopen(argv[1],"w"))==NULL) /* 写入模式 */
{
pr
www.eeworm.com/read/131660/14133859
txt 9-21.txt
/* 范例:9-21 */
#include
#include
void main(int argc,char *argv[])
{
FILE *fp1;
int i,a=10,b=10;
if ((fp1=fopen(argv[1],"r"))==NULL) /* 读取模式 */
{
printf("文件%s
www.eeworm.com/read/128578/14290808
h ew_model.h
/*--------------------------------------------------------------------------
EW_Model.h - MVC模式中的模型类的头文件
本程序是FishGUI软件的一部分
版权所有 (C) 2003,2004 王咏武
http://www.contextfree.net/wangyw/
--