代码搜索:UCDOS

找到约 104 项符合「UCDOS」的源代码

代码结果 104
www.eeworm.com/read/127282/6007111

readme

This directory contains some useful tool written to be used in zhcon. uc2win: convert UCDOS's dict file into windows ime file format usage: ./uc2win < wb.dic > wb.txt win2mb: convert windows im
www.eeworm.com/read/152804/12080682

readme

This directory contains some useful tool written to be used in zhcon. uc2win: convert UCDOS's dict file into windows ime file format usage: ./uc2win < wb.dic > wb.txt win2mb: convert windows im
www.eeworm.com/read/105057/15678709

readme

This directory contains some useful tool written to be used in zhcon. uc2win: convert UCDOS's dict file into windows ime file format usage: ./uc2win < wb.dic > wb.txt win2mb: convert windows im
www.eeworm.com/read/124377/14570313

h lcd_cons.h

#ifndef _LCD_CONS_H #define _LCD_CONS_H //HZK File #define FILE_HZK "D:\\UCDOS\\FNT\\HZK24S" //Define LCD Width and Height #define LcdX_Left 0 #define LcdY_Top 0 #define LcdX_Right 320 #d
www.eeworm.com/read/124377/14570314

bak lcd_cons.bak

#ifndef _LCD_CONS_H #define _LCD_CONS_H //HZK File #define FILE_HZK "D:\\UCDOS\\FNT\\HZK24S" //Define LCD Width and Height #define LcdX_Left 0 #define LcdY_Top 0 #define LcdX_Right 320 #d
www.eeworm.com/read/247895/12613663

p1 readme.p1

NOTE: THIS FILE SHOULD BE READ IN A CHINESE DOS ENVIRONMENT, FOR EXAMPLE, 2.13, UCDOS, MICROSOFT WORD (CHINESE), ETC. 安装说明 1. 本软盘存有以下文件: S1.EXE STAB95的简化版 以上两为STAB9
www.eeworm.com/read/370793/9585410

pas datecn_.pas

unit DateCn_; interface uses Windows, SysUtils, Controls,T_Course; const //农历月份数据,每年4字节,从1901年开始,共150年 //数据来源:UCDOS 6.0 UCT.COM //分析整理:Copyright (c) 1996-1998, Randolph //数据解
www.eeworm.com/read/370793/9585467

~pas datecn_.~pas

unit DateCn_; interface uses Windows, SysUtils, Controls,T_Course; const //农历月份数据,每年4字节,从1901年开始,共150年 //数据来源:UCDOS 6.0 UCT.COM //分析整理:Copyright (c) 1996-1998, Randolph //数据解
www.eeworm.com/read/274564/10864528

c 4-2.c

/* 4-2.c 使用汉字系统的字库*/ #include #include #include #include int hz_printxy(char *hz,int x,int y,int tcolor,int bcolor); int getbit(uns
www.eeworm.com/read/299261/7869502

pas datecn.pas

unit DateCn; interface uses Windows, SysUtils, Controls; const //农历月份数据,每年4字节,从1901年开始,共150年 //数据来源:UCDOS 6.0 UCT.COM //分析整理:Copyright (c) 1996-1998, Randolph, 改进版:Copyright L.H.C. 2