代码搜索:多模式
找到约 10,000 项符合「多模式」的源代码
代码结果 10,000
www.eeworm.com/read/349186/10842614
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/349186/10842794
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/349087/10853064
c grtry.c
#include "MyType.h"
#include "GrTry.h"
/* 设置好寄存器,并完成初始化 */
void SetSVGAMode(INT16 vmode)
{
_AX = 0x4f02;
_BX = vmode;
__int__(0x10);
}
/* 获取当前模式 */
www.eeworm.com/read/418078/10965944
c ex19.c
/*
Example program for the NEO SDK, by Dong Kai.
http://neosdk.91i.net
ckerhome@yahoo.com.cn
16位高彩模式下的颜色渐变效果
*/
#include "neo.h"
main()
{
unsigned int color; /*16位高彩颜色变量
www.eeworm.com/read/470640/6905462
h gpibdll.h
#ifndef __LCGpibDll_HEADER__
#define __LCGpibDll_HEADER__
#ifdef DLL1_API
#else
#define DLL1_API _declspec(dllimport)//调用 使用C的模式 ,VC 导出会改变函数名称
#endif
#include
#include
www.eeworm.com/read/470641/6905501
h gpibdll.h
#ifndef __LCGpibDll_HEADER__
#define __LCGpibDll_HEADER__
#ifdef DLL1_API
#else
#define DLL1_API _declspec(dllimport)//调用 使用C的模式 ,VC 导出会改变函数名称
#endif
#include
#include
www.eeworm.com/read/467490/7004247
h i2cint.h
#ifndef _I_2_C_I_N_T
#define _I_2_C_I_N_T
/****************************************************************************
* 名称:I2C_Init()
* 功能:主模式I2C初始化,包括初始化其中断为向量IRQ中断。
************************
www.eeworm.com/read/464048/7170590
c wdt_timer.c
#include "msp430x22x4.h"
//WDT定时器模式下1秒钟定时
//1秒钟触发看门狗定时中断
//来翻转P1.0
// MSP430F2274
// -----------------
// /|\| XIN|-
// | |
www.eeworm.com/read/462042/7211753
txt 代码21-7.txt
A = [ -8/3 0 0; 0 -10 10; 0 28 -1 ];
y = [35 -10 -7]';
h = 0.01;
p = plot3(y(1),y(2),y(3),'.', ... % 绘制三维曲线图
'EraseMode','none','MarkerSize',5); % 设置擦除模式为none
axis