代码搜索:中文字库
找到约 10,000 项符合「中文字库」的源代码
代码结果 10,000
www.eeworm.com/read/259600/11779145
bin 液面仪字库 my.bin
www.eeworm.com/read/116717/14957335
txt 用turboc制作汉字字库.txt
内码转换成区位码方法如下:
qh=c1-0xa0 wh=c2-0xa0
其区位码就是:
qw=qh*0xff+wh
该汉字在字库中离起点的位置是:
offset=(94*(qh-1)+(wh-1))*32L
程序例:
#include 〈graphics.h〉
#include 〈stdio.h〉
#include 〈fcntl.h〉
www.eeworm.com/read/5592/65646
ttf 中国龙创艺字库.ttf
www.eeworm.com/read/349861/10795897
txt readme.txt
================================================================================
简体中文 Telnet 是免费的。
OopsWare 拥有简体中文 Telnet 的著作权。
请在使用本软件前阅读如下协议:
1. 您可以任意使用和复制本简体中文 Telnet;
2. 您可以将本简体中文Te
www.eeworm.com/read/361554/10047108
cpp make_font.cpp
/******************************************************************************************
* 辅助文件,用来获得所需要的字库
* 编写:谢煜波
* email:xieyubo@126.com
* 使用方法
* make_font 英文字库名 输出英文字库名 中文字库名 输出中文字库名
***
www.eeworm.com/read/143053/12902446
cpp make_font.cpp
/******************************************************************************************
* 辅助文件,用来获得所需要的字库
* 编写:谢煜波
* email:xieyubo@126.com
* 使用方法
* make_font 英文字库名 输出英文字库名 中文字库名 输出中文字库名
***
www.eeworm.com/read/294698/8210928
cpp make_font.cpp
/******************************************************************************************
* 辅助文件,用来获得所需要的字库
* 编写:谢煜波
* email:xieyubo@126.com
* 使用方法
* make_font 英文字库名 输出英文字库名 中文字库名 输出中文字库名
***
www.eeworm.com/read/381819/9069329
txt readme.txt
FSend.exe 是字库下载软件,配合测试软件中GB2312_download使用。
GB2312.dat 用于LCD显示的字库文件,将该文件下载到FLASH中。
www.eeworm.com/read/180108/9319134
as~ combine.as~
C:\Documents and Settings\yfei\桌面\写字库程序\writezk.hex
0 0 8000
7FFF 7FFF 8000
C:\Documents and Settings\yfei\桌面\写字库程序\writezk.hex
8000 8000
www.eeworm.com/read/212691/15151240
asm display.asm
ORG 0000H
LJMP 0100H ;开机或复位后,跳转至100H单元执行程序
ORG 0100H
INIT: MOV A,#0
MOV DPTR,#0DF00H ;ACK标志清零
MOVX @DPTR,A
MOV DPTR,#0FD00H ;初始化行复位端口
MOVX @DPTR,A