-
matching the largest Chinese
中文最大匹配分词源码-matching the largest Chinese-term source
- 2022-04-30 01:58:28下载
- 积分:1
-
作业调度采用最短的运行时间优先级算法,运行时间为:
作业调度采用运行时间最短者优先算法,运行时间相同者采用先来先服务算法。-Job Scheduling using the shortest running time priority algorithm, the running time to adopt the same first-come first-serve algorithm.
- 2023-02-17 17:10:03下载
- 积分:1
-
82C55芯片的细节特征,包括内容的描述,和使用,等等。
82c55芯片资料的详细功能、包含内容说明,和用法-82c55 chip of detail features, including the content description, and usage, etc.
- 2022-02-03 19:57:23下载
- 积分:1
-
Vb 读取文本数据,每次一行一行显示,以及对文本字符串的分割。...
Vb 读取文本数据,每次一行一行显示,以及对文本字符串的分割。-read text data, each party and his party, and the text string segmentation.
- 2023-01-13 09:20:03下载
- 积分:1
-
Student entry test scores Inquiry System, enabling entry, query, order to read t...
学生考试成绩录入查询系统,可实现录入,查询,排列,以不同排列方式阅读查询-Student entry test scores Inquiry System, enabling entry, query, order to read the query sequence
- 2022-08-23 08:02:32下载
- 积分:1
-
Chinese Abstraction procedures, automatic generation of C language library, thei...
汉字字模提取程序,自动生成C语言字库,自己编写的,有用的着的可以用一下,需要UCDOS的字库-Chinese Abstraction procedures, automatic generation of C language library, their preparation and useful to be used in that the library needs UCDOS
- 2022-08-04 05:55:36下载
- 积分:1
-
本程序是专门用于从网页上自动收集cmi,cnki上的被引文献的数据,保存在本地的access数据库中。
本程序是专门用于从网页上自动收集cmi,cnki上的被引文献的数据,保存在本地的access数据库中。-This procedure is designed to automatically collect from a web page cmi, cnki on the cited literature data, stored in the local access database.
- 2022-01-26 00:06:27下载
- 积分:1
-
网络时间编写原貌
网络时间编写原貌-network time to prepare marshland
- 2022-12-25 13:20:03下载
- 积分:1
-
VB语言编写的许多应用系统,可以实现录入、查询、订票、退票功能。还不错...
VB语言编写的许多应用系统,可以实现录入、查询、订票、退票功能。还不错-VB language in many applications, enables entry, queries, booking, refund feature. Not bad! !
- 2022-03-19 06:46:05下载
- 积分:1
-
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同...
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
- 2022-02-21 16:27:22下载
- 积分:1