代码搜索:多模式
找到约 10,000 项符合「多模式」的源代码
代码结果 10,000
www.eeworm.com/read/367307/9758125
pro chapter05directgrapgicslight.pro
; Chapter05DirectGrapgicsLight.pro
PRO Chapter05DirectGrapgicsLight
mydevice = !D.NAME ;获取当前设备,并存入变量mydevice
SET_PLOT, 'WIN' ;设置当前设备为微软Windows
DEVICE, DECOMPOSED = 0 ;使用为伪彩显示模式
; 获取
www.eeworm.com/read/415674/11058691
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/269229/11105034
cpp findstr.cpp
//字符串的模式匹配Findstr.cpp
#include
#include
#include
#include
#include
#define MAXSTRLEN 64
void GetNext(char T[MAXSTRLEN],int (&next)[64])
{i
www.eeworm.com/read/268860/11117872
m examp13_12.m
clc;
clear;
% 当前延拓模式是补零
% 装载原始图像
load sinsin
% X 包含原始图像
subplot(221),image(X),colormap(map);
title('原始图像');
% 产生噪声图像
init=2055615866; randn('seed',init);
x = X + 18*randn(size(X));
subplo
www.eeworm.com/read/413881/11138366
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 常用
modify window screen title "图书信息管理系统"
zoo
www.eeworm.com/read/249427/12506001
s startup.s
;/*******************************************************************************************************
;* 文件名:Startup.s
;* 功 能:开发板启动代码。包含异常向量表,当异常(包括复位)发生时,程序将从异常向量表取指进行跳转。还包
;* 含对各模式
www.eeworm.com/read/247588/12639965
pro chapter05directgrapgicslight.pro
; Chapter05DirectGrapgicsLight.pro
PRO Chapter05DirectGrapgicsLight
mydevice = !D.NAME ;获取当前设备,并存入变量mydevice
SET_PLOT, 'WIN' ;设置当前设备为微软Windows
DEVICE, DECOMPOSED = 0 ;使用为伪彩显示模式
; 获取
www.eeworm.com/read/300303/13921081
h lcdlib.h
#ifndef __LCDLIB_H__
#define __LCDLIB_H__
#include "option.h"
void Lcd_Init(int depth);
void Lcd_MoveViewPort(int vx,int vy,int depth);
#define MODE_MONO (1) //单色模式
#define MODE_G4 (4)
www.eeworm.com/read/134069/14010843
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/134069/14010872
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