搜索资源列表
字体生成程序
- VC下提取点阵字模源代码,可直接生成C语言的code,可选字体,大小.-This code is written by VC. It can pick-up font matrix and create code in C. The style and size of font matrix can be chosen.
VcDemoOfuCGUI
- 这是一个移植到vc上的小型ucGUI,有助于容易理解GUI的实现和移植到嵌入式系统上,其中包括了Font,Widget,Window,Graphs(circle,line,poly,arc),LCDDriver,MemDev等。-This is a transplant of small vc ucGUI. easy to understand GUI to the realization and transplanted to embedded systems, including the F
up_make
- ST7656 LCD 显示实现对应的数据转换,字库是TXT文件,有这个工具来实现数据转换,用VC写的,打开选择的TXT文件。-ST7656 LCD display of the corresponding data conversion, font is a TXT file, have the tools to achieve data conversion, written with the VC, select the TXT file to open.
tiqu_ziku
- 用于嵌入式系统的字库提取程序。解决字库太大,单片机系统装不下的问题(只选取自己需要的汉字)。 本程序是VC 6.0 下编译。 程序从Hzk16.dot中提取出需要的汉字的字库。写到test_font.dat文件中。这个test_font.dat文件可以用于单片机系统中。这个程序生成的小字库,已经用于我们的批量生产的设备上。字库是16X16点阵的。我用在128X64的LCD屏上。-The font used to extract the embedded systems program.
tools
- minigui仿真器和位图转换器和字体转换器,用来在windows下使用VC编写minigui程序并调试-minigui emulator and bitmap converter and font converter for windows used in the preparation of minigui VC program and debug
WXMKTEST.C
- 摘要:VC/C++源码,系统相关,无线遥控 单片机无线遥控接收模块C程序源码: void main(void) { P2_7=0 //开数码管显示 选通左右侧的数码管 P0=0xc0 //初始显示数字0 while(1){ P1=0xff //P1口设置为输入状态 先全部写1 i=P1 //赋值给临时存贮变量 i=i&0x0f //和0x0f相与 屏蔽高四位,读取无线
pic-C-Programming-Language
- 包括各种pic16F877单片机上调试通过的程序,提供了完整的仿真电路及HEX文件,可直接运行。 开发环境:全书案例程序开发环境MPLAB 8.53 MCC18 3.16 HI-TECH PICC 9.70 HI-TECH PICC-18 9.63。 所需要软件:超级编辑器UltraEdit, 虚拟串口驱动vspd,串口助手 字模软件Zimo,文件拆分软件FileSplit VC#.NET 2008等 -Including various pic16F877 single-chip
BomcTest
- VC++实现WINCE5.0下对话框背景更改,静态文本框背景透明,及静态文本框和按钮字体的更改用VS2005验证过-The VC++ WINCE5.0 dialog background change, static text box transparent background, and change the static text box button and font for VS2005 verification