代码搜索结果
找到约 10,000 项符合
Display 的代码
display.m
function display(p)
%display(p): Matlab display command for GA objects.
%
%See also gable.
% GABLE, Copyright (c) 1999, University of Amsterdam
% Copying, use and development for non-commercial purpo
display.asm
org 7c00h
mov ax,cs
mov ds,ax
mov es,ax
mov ax,bootmsg
mov bp,ax
mov cx,meslen
mov ax,01301h
mov bx,0004h
mov dx,0500h
int 10h
xor ax,ax
mov ss,ax
mov sp,7c00h
cld
mov si,7c2fh
mov di,
display.c
//Display_task()
#include "includes.h"
#include "ML674000.H"
void Display_task(void *data)
{
INT8U i;
INT8U j;
INT8U err;
char key;
}
display.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
display.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第二章\第二章程序\IO端口的C语言编程\数码管显示设计\
FILE Counter.C
FUNC DelayMs 50 fV
BLOCK 17 52
DEFREG j 20 i
DEFR
display.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=0
RadioGroup1=0
Edi
display.lk
Counter.o