📄 reclama_fct3._h
字号:
#ifndef _reclama_fct3_h_
#define _reclama_fct3_h_
#define uc_8 unsigned char
struct octet{
uc_8 a[8];
};
struct poza{
uc_8 A[25];
uc_8 B[25];
};
void init_uc(void);
void clear(int n);
void clip (uc_8 c);
void display (int onoff);
void linie_goala(uc_8 n);
void linie_goala_AB(uc_8 n);
///////////////////////////////////////
void send_octetA(struct octet oct) ;
void send_octetB(struct octet oct) ;
void send_octetAB(struct octet oct) ;
void send_bitA(uc_8 b);
void send_bitB(uc_8 b);
void send_bitAB(uc_8 a,uc_8 b);
void clock(void);
void afisheaza_A(uc_8 fig);
void afisheaza_B(uc_8 fig);
void afisheaza_AB(uc_8 fig);
void afisheaza_poza(struct poza pic);
void send_octet_AB(struct octet A, struct octet B);
////////////////////////////////////////
struct coloana fig_dec(uc_8 ch);
struct octet zecimal_binar (uc_8 numar);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -