代码搜索:自抗扰控制技术
找到约 10,000 项符合「自抗扰控制技术」的源代码
代码结果 10,000
www.eeworm.com/read/172200/9719947
ppt 第三章 数字程序控制技术.ppt
www.eeworm.com/read/172200/9719951
ppt 第四章 常规及复杂控制技术.ppt
www.eeworm.com/read/387769/8654970
txt 1-9自加.txt
ORG 0000H
JMP MAIN
ORG 0030H
MAIN:
mov p0,#0ffh
mov p1,#0ffh
mov p2,#0ffh
mov 30h,#00h
DISP_LOOP1:
mov a,30h
mov dptr,#table
movc a,@a+dptr
mov p0,a
mov p2,#11111011b
ca
www.eeworm.com/read/387769/8655012
txt 1-99自加.txt
CURR_NUM EQU 30H ;BCD
org 0000H
jmp MAIN
;*******************************************
org 0030H ;Start program from 0030H
MAIN:
mov P0,#0FFH ;Initialize the port
mov P1,#0FFH
www.eeworm.com/read/387769/8655013
txt 1~9自增程序.txt
org 0000H
jmp MAIN
;*******************************************************
org 0030H ;start program from 0030H
MAIN:
mov p0,#0FFH
mov p1,#0FFH
mov p2,#0FFH
mov p3,#0FFH
clr p3.3
M
www.eeworm.com/read/182824/9190228
txt 自汇状态栏.txt
//设置状态栏面板对象的Style为OwnerDraw,并在状态栏对象的DrawPanel事件中书写以下代码:
procedure TForm1.StatusBar1DrawPanel(StatusBar: TStatusBar;Panel: TStatusPanel; const Rect: Trect);
begin
with statusbar1.Canvas do
be
www.eeworm.com/read/362548/9993224
c 中断自加程序备份.c
#include
#include
#define P3_2 P3^2
#define port XBYTE[0x3000];
unsigned char receive_sbuf;
unsigned char receive_7128;
void main(void)
{
P1=0XF0; //点灯
//外中
www.eeworm.com/read/356776/10221350
doc 自绘菜单的实现.doc
www.eeworm.com/read/144696/12776287
doc 自方幂数问题.doc
www.eeworm.com/read/493332/6400971