-
C # FTP客户端库
FTP client library for C#
- 2022-04-10 09:07:23下载
- 积分:1
-
获得Word中的表
获得Word中的表-was the Word Table
- 2023-07-22 20:05:02下载
- 积分:1
-
msdn documentation provided as examples of the structure
msdn提供的文档视结构的例子-msdn documentation provided as examples of the structure
- 2022-03-18 17:13:27下载
- 积分:1
-
现代汉语预处理程序源码含断句、删除空格等
现代汉语预处理程序源码含断句、删除空格等-pretreatment procedures Modern Chinese Sentences containing source, such as the deletion of the blanks
- 2022-07-28 05:09:37下载
- 积分:1
-
网站源码,分类甘利 网站源码,分类甘利 网站源码,分类甘利 网站源码,分类甘利 网站源码,分类甘利 网站源码,分类甘利...
网站源码,分类甘利 网站源码,分类甘利 网站源码,分类甘利 网站源码,分类甘利 网站源码,分类甘利 网站源码,分类甘利-Web site source code, classification Amari website source code, classification Amari website source code, classification Amari website source code, classification Amari website source code, classification Amari website source code, classification Amari website source code, classification Amari website source code, classification Amari Web Source yards, classification Amari website source code, classification Amari website source code, classification Amari
- 2023-06-22 19:30:03下载
- 积分:1
-
一个供用户登录时使用的用户登录框,它是一个非常强大的的用户登录系统,其中包括了源程序和全部控件....
一个供用户登录时使用的用户登录框,它是一个非常强大的的用户登录系统,其中包括了源程序和全部控件.-DDDDDD
- 2022-04-24 15:21:08下载
- 积分:1
-
MSTParser是以最大生成树理论为基础的判别式依存句法分析器。它将一科依存树的得分看作是
所有依存关系的得分的总和,从而依存分析的问题转化成如何寻找最高...
MSTParser是以最大生成树理论为基础的判别式依存句法分析器。它将一科依存树的得分看作是
所有依存关系的得分的总和,从而依存分析的问题转化成如何寻找最高得分的依存树。-Spanning tree is the largest MSTParser theory-based discriminant Parser interdependence. Section 1 will be scored as interdependent tree are all interdependent relationship between the sum of the scores, thus the analysis of interdependence into question how to find the highest scoring tree interdependence.
- 2022-01-25 17:43:04下载
- 积分:1
-
libmyssvd, svd开发包.自然语言处理中,进行LSI的必备包,有任何问题可以访问其官方网站或直接和作者联系。...
libmyssvd, svd开发包.自然语言处理中,进行LSI的必备包,有任何问题可以访问其官方网站或直接和作者联系。-libmyssvd, svd development kit. natural language processing, the essential package for LSI, has any questions can visit their official website or contact the author directly and.
- 2022-06-19 11:14:16下载
- 积分:1
-
本程序在易语言3.7版下编译通过 http://www.dywt.com.cn/main.asp易语言可到这下载...
本程序在易语言3.7版下编译通过 http://www.dywt.com.cn/main.asp易语言可到这下载-the procedures in easy language compiler, version 3.7 through http://www.dywt.com.cn/main.asp easy language that can be downloaded
- 2022-07-22 12:08:08下载
- 积分:1
-
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同...
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
- 2022-02-21 16:27:22下载
- 积分:1