代码搜索:双积分AD
找到约 10,000 项符合「双积分AD」的源代码
代码结果 10,000
www.eeworm.com/read/371012/9571424
hex 双色点阵程序.hex
:03000000020203F6
:0C020300787FE4F6D8FD75817302024A92
:0F0488007F017E0012041D12046012002E80FB03
:10041D00E4FDFCC3ED9FEE6480F8EC64809850150C
:10042D00E4FBFA0BBB00010AEB646E4A70F50DBDDF
:05043D0000
www.eeworm.com/read/371012/9571440
opt 双色点阵程序.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/167661/9956505
asm 时钟电压双显示.asm
LEDBUF EQU 60H
HOUR EQU 41H
MINUTE EQU 40H
SECOND EQU 42H
C2MS EQU 43H
INKEY EQU 07DFFH ;PB键盘口
OUTSEG EQU 07CFFH ;PA段空控制口
OUTBIT EQU 07EFFH ;PC
AD0809 EQU 0BFFFH ;ADC0809地址
www.eeworm.com/read/363342/9958187
c 双链表正排序.c
#include
#include
#include
struct list{
int data;
struct list *next;
struct list *pre;
};
typedef struct list node;
typedef node *link;
link fr
www.eeworm.com/read/353072/10474043
波形产生3(双输出)
www.eeworm.com/read/352641/10531815
pdf 双口ram应用.pdf
www.eeworm.com/read/159770/10618620
c 双链表正排序.c
#include
#include
#include
struct list{
int data;
struct list *next;
struct list *pre;
};
typedef struct list node;
typedef node *link;
link fr
www.eeworm.com/read/276181/10758443
c 双链表正排序.c
#include
#include
#include
struct list{
int data;
struct list *next;
struct list *pre;
};
typedef struct list node;
typedef node *link;
link fr
www.eeworm.com/read/467653/7007323
asm 双精度数加法.asm
.586
D_SEG SEGMENT
AUGEND DD 99251H
SUM DD ?
D_SEG ENDS
E_SEG SEGMENT
ADDEND DD -15962H
www.eeworm.com/read/450798/7476704
c 双链表正排序.c
#include
#include
#include
struct list{
int data;
struct list *next;
struct list *pre;
};
typedef struct list node;
typedef node *link;
link fr