代码搜索:MOS
找到约 10,000 项符合「MOS」的源代码
代码结果 10,000
www.eeworm.com/read/140274/13091627
mos
www.eeworm.com/read/152659/12094876
mos
www.eeworm.com/read/152102/12139637
mos
www.eeworm.com/read/165912/10047048
m mos.m
% Unified transistor model as defined in Rabaey, Chandrakasan and Nikolic
function id = mos(W, L, vgs, vds, vsb, technology)
% technology is a list of technology parameters
% [type vt0 gamma beta
www.eeworm.com/read/273226/10922474
h mos.h
int ismos(void);
char *get_user(int, char *);
char far *get_tcb(int);
int mos_sleep(unsigned, int, int, int, int);
www.eeworm.com/read/140274/13091514
lds mos.lds
SECTIONS {
. = 0x30004000;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/218797/6303329
m mos.m
% Unified transistor model as defined in Rabaey, Chandrakasan and Nikolic
function id = mos(W, L, vgs, vds, vsb, technology)
% technology is a list of technology parameters
% [type vt0 gamma beta
www.eeworm.com/read/152659/12094815
lds mos.lds
SECTIONS {
. = 0x30004000;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/152102/12139558
lds mos.lds
SECTIONS {
. = 0x30004000;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/232412/14195543