代码搜索:SCI模块

找到约 10,000 项符合「SCI模块」的源代码

代码结果 10,000
www.eeworm.com/read/321848/13395487

sci_a

www.eeworm.com/read/474586/6813186

sci not.sci

function a = not(a) // not - negation // // a = not(a) // // Copyright (c) 2008 Gabriel Peyre a = ~a; endfunction
www.eeworm.com/read/367687/9736907

sci_a

www.eeworm.com/read/300318/13920031

sci_a

www.eeworm.com/read/380017/9168446

txt 其它.txt

门诊管理、住院管理、药房管理、药库管理、院长查询五大模块
www.eeworm.com/read/220676/14792438

txt 模版.txt

/****************************************************************************** *模块名: * *功能: * *开始时间: * *修改时间: * *完成时间: * * * * ******************
www.eeworm.com/read/147255/12571278

txt 钱仁建__值班信息.txt

我负责的这块是管理员的值班信息。 这个模块中包括值班员的编号,值班时间以及值班记录等。 它的主要功能就是让管理员来记录每天的值班信息。
www.eeworm.com/read/406395/11443592

s handler.s

;Copyright Spreadtrum 2005, All rights reserved. ;2005-11-11 ; ;This is the example of exception handlers. ; ; ; ;Import exception handlers. IMPORT SCI_OutputStrLoop ; IMPORT IRQ_Handler ;
www.eeworm.com/read/279097/10466608

h sci.h

#define FOSC (4000000L) #define SCI_EIGHT (0) #define SCI_NINE (1) unsigned char sci_Init(unsigned long int, unsigned char); void sci_PutByte(unsigned char); unsigned char sci_GetByte(void); void
www.eeworm.com/read/278891/10490100

h sci.h

#define FOSC (4000000L) #define SCI_EIGHT (0) #define SCI_NINE (1) #define BRATE 1200 /* Baud rate. */ #define NINEBITS 0 unsigned char sci_Init(unsigned long int, unsigned char); void