搜索资源列表
Font_view
- 转贴原作者声明: ViewChr 程序使用说明: 本程序可方便浏览和调用 Hzk16(16*16中文点阵字库)和Asc16(8*16中文点阵字库)内容。 通过滚动条对字库进行浏览,通过文本框可以输入中文字符获取其字体点阵,按\"Add chr.asm\"键或回车键可以将其字体点阵16进制数据转换成对应的ASCI码追加到CHR.ASM文件中。在显示文字区域双击可切换网格显示开关状态。 如果你要做点阵屏显示中文字体程序,那这个程序将是你的好帮手。 (
ImageTextButton
- 在位图按钮上添加文字,该类比较完整,直接调用该类就可以了-incumbent on the map button adding a word to complete such a comparison, such a direct call on the
Menu_onPC
- 本代码包为本人的一篇文章<一个占用内存极少的菜单系统的实现>在在PC上的测试移植代码。 ------------------------------ Menu_Src目录为Menu的源代码 Ks0108.C的void Display_Locate(unsigned char DisplayData, unsigned char X, unsigned char Y)函数为最底层的显示函数。 该函数调用LCD模拟函数来完成显示。 KeyScan.C的unsigned
iectrlappindlg
- 本代码来源vc仓库的杨老师,是实现在IE控件,实现调用word,音乐,打印功能-The source code repository, Yang vc teacher, is to achieve in the IE control to achieve call word, music, printing function
ft244
- 这是一个TrueType字库操作模块,通过它,您可以直接访问*.ttf字库,读取字库的风格、某个字的轮廓、闭包等等各种信息。 该模块中包含了足够的源文件,都是以标准C编制的,可以在任何编译环境下进行编译,并且还有调用例子供参考。最新版本-This is a TrueType font operation module, through which you can directly access the*. ttf font, read the font style, the outline
ICTCLAS50_Linux_RHAS_64_C
- 中科院的中文分词软件,有源码,有调用库的用法.这是64位Linux版-Chinese Academy of Sciences of the Chinese word software, there is source code, call the library with the use of which is 64-bit Linux version
w_ipp-sample-wincex86_p_5.1.005
- Intel windows CEX86平台快速开发,hello,word,源代码,X86体系的intel,app库调用-Intel windows CEX86 platform for rapid development, hello, word, source code, X86 system, intel, app library calls
9532
- ILI9320驱动2.0TFT彩屏的程序,用51单片机可直接用,包括各种字库的调用。-ILI9320 drive 2.0 TFT color program, with 51 SCM can directly use, include all sorts of word stock calls.
word-test
- 字符代码程序,了解字符的编码形式和在程序里面的调用-Character code program, understand the character encoding forms and procedures inside call
file_operations
- ssize_t (*read) (struct file * filp, char __user * buffer, size_t size , loff_t * p) (指针参数 filp 为进行读取信息的目标文件,指针参数buffer 为对应放置信息的缓冲区(即用户空间内存地址),参数size为要读取的信息长度,参数 p 为读的位置相对于文件开头的偏移,在读取信息后,这个指针一般都会移动,移动的值为要读取信息的长度值)这个函数用来从设备中获取数据. 在这个位