Location:
Search - zimo 2
Search list
Description: 是专门用于对C语言文件自动提取显示所需要的汉字,进行点阵码数据转换的,
在您的C语言程序中,有一点需要特别留意:您的注解中请不要使用双引号,否则会引起
提取错误。-is devoted to the C language file automatically extract what is required in Chinese characters, Lattice code for data conversion. in your C Programming Language, 1:00 require special attention : Your notes to please do not use double quotes. otherwise it would cause extraction wrong.
Platform: |
Size: 2996224 |
Author: mwh |
Hits:
Description: 字模提取软件,简单实用,生成快速,可用于lcd的显示。-Abstraction software, simple and practical, generate rapid, and can be used for the LCD display.
Platform: |
Size: 262144 |
Author: 陶德 |
Hits:
Description: 非常不错的字模生成软件,用于嵌入式开发,液晶显示。
字模3的作者:
龙啸九天 c51bbs@vip.163.com 心意无涯 sitnc@vip.sina.com
………………………………………………………………………………………………
技巧与提示:
◆ 按“Print Screen键” 或者“Alt+Print Screen键”可以将当前屏幕或窗口
图形拷贝到剪贴板,再按软件的粘贴按钮或者 “F4键”就可以获得彩色转黑白的
图形。
◆ 打开字体对话框时,按“应用”按钮,可以直接预览字体的大小、效果,可以
在状态栏看到字体的宽和高的像素值。
◆ 字符输入栏支持Unicode,你可以从Windows的“附件-字符映射表”里复制任
意字符,并且生成字模。也可以通过“左Alt+小键盘”的方式输入ASC是128以上
的字符。
◆ 字模Ⅲ与其它软件配合会产生更大的威力,比如和Windows画笔配合时, 他们
之间的数据可以通过剪贴板交换,也可以通过打开同一个文件的方式进行, 当画
笔保存文件后,字模Ⅲ会自动检测并更新相应的图形。
Platform: |
Size: 1843200 |
Author: 高 |
Hits:
Description: zimo液晶开发不可缺的字模软件
zimo液晶开发不可缺的字模软件-zimo liquid crystal matrix to develop essential software zimo matrix LCD indispensable software development
Platform: |
Size: 2225152 |
Author: zhangren |
Hits:
Description: 基于C51单片机驱动LCD(WGM12864)的源程序,用PCtoLCD2002生成zimo字模课显示汉字。-C51-based single-chip drive LCD (WGM12864) source, using PCtoLCD2002 generated classes zimo matrix display Chinese characters.
Platform: |
Size: 25600 |
Author: 赵文武 |
Hits:
Description: 自编单片机米字屏八字屏取字模程序,两种输出格式,二进制与16进制,手工输入顺序,自动生成代码-M single-chip self-screen character from the word matrix screen process, the two output formats, binary and hexadecimal 16, the order of manual input, automatically generate code
Platform: |
Size: 174080 |
Author: dengsujun |
Hits:
Description: 单片机MEGA8操作液晶模块 LCD12864来画图,写字的程序,ICCAVR 下用C语言写得,很规范很清晰,方便大家移植。-SCM MEGA8 operating LCD module LCD12864 to drawing, writing procedures, ICCAVR with the C language written in the next, it is clear norms to facilitate all transplants.
Platform: |
Size: 10240 |
Author: 段 |
Hits:
Description: ADS 环境下,ARM9261与OLED使用IIC通信 显示汉字,包括自摸软件等-ADS environment, ARM9261 and OLED display Chinese characters using the IIC communication, including Zimo software
Platform: |
Size: 12288 |
Author: 王春灿 |
Hits:
Description: 1.所有案例硬件仿真时需要Proteus7.1或以上版本.
2.C程序开发集成环境Keil uVision要求3.0或以上版本.
所有案例C源代码由配套书籍提供,压缩包中不提供C源代码,
仅提供由C程序编译生成的HEX文件.
3.如果有相关技术资料在压缩包中未找到,
读者可从www.icpdf.com免费下载.
(下载之前需要先注册)
相关案例需要的软件:超级编辑器UltraEdit,
虚拟串口驱动vspd,串口助手,
字模软件Zimo,文件拆分软件FileSplit,
联合调试程序vdmagdi.exe等,请读者自行下载.
4.案例压缩包文件建议放在D盘或E盘根下解压,
放在桌面或其他位置解压时,
可能会因目录路径过长而使Proteus文件无法打开.
如果某些案例在Proteus7.1或以上版本中无法运行,
可将电路中某些元件的中文名称改为英文名称.-#include<reg51.h>
#define uchar unsigned char
#define uint unsigned int
#define SCANPORT P1
uchar uca_LineScan[4]={0xEF,0xDF,0xBF,0x7F}
uchar ucKeyScan()
{
Platform: |
Size: 13431808 |
Author: gaozhe |
Hits:
Description: 字模提取的源程序,利用bcb6编写的。可能对大家有帮助-Font extraction of the source, use bcb6 prepared. May be helpful
Platform: |
Size: 979968 |
Author: 陈彦英 |
Hits:
Description: #include<reg51.h>
#include"zimo.c"
#include"r_and_w.c"
#define unint unsigned int
#define uchar unsigned char
#define K1=P2^1
#define K2=P2^2
#define K3=P2^3
#define K4=P2^4
void chushihua()
void hanzi(char ,char ,uchar code *p)
void piont_seg(uchar temp_x,uchar temp_y)
void assic(char ,char ,uchar code *p )
void assic_1(char x,char y,uchar *p)
void tebie(char x,char y,uchar code *p)
void snake(uchar *p1,uchar *p2)
uchar count=0
uchar x_data[]={0,0,0,0}
uchar y_data[]={0,1,2,3}
-#include<reg51.h>
#include"zimo.c"
#include"r_and_w.c"
#define unint unsigned int
#define uchar unsigned char
#define K1=P2^1
#define K2=P2^2
#define K3=P2^3
#define K4=P2^4
void chushihua()
void hanzi(char ,char ,uchar code*p)
void piont_seg(uchar temp_x,uchar temp_y)
void assic(char ,char ,uchar code*p )
void assic_1(char x,char y,uchar *p)
void tebie(char x,char y,uchar code*p)
void snake(uchar*p1,uchar*p2)
uchar count=0
uchar x_data[]={0,0,0,0}
uchar y_data[]={0,1,2,3}
Platform: |
Size: 3072 |
Author: 石威 |
Hits:
Description: ucgui字体取模工具,肯定能用,奋斗光盘里面和红牛的都用不了-the ucgui font modulo tools certainly can, struggle disc inside and Red Bull does not take
Platform: |
Size: 61440 |
Author: 赵欣 |
Hits:
Description: #include<reg51.h>
#include"LCD12864.h"
#include"zimo.h"
#include"LCD1602.h"
void hua_zuobiao(void) //画坐标
在LCD12864实时显示当前温度波形,Proteus仿真.C源码,Keil编译环境-# Include <reg51.h># Include " LCD12864.h" # include " zimo.h" # include " LCD1602.h void hua_zuobiao (void) //draw coordinate in LCD12864 real-time waveform of the current temperature, Proteus simulation C source code, the Keil compiler environment
Platform: |
Size: 77824 |
Author: 罗宇宙 |
Hits:
Description: AT89S52控制64*16双基色点阵led显示数字数字通过过自摸取出数组8*16硬件环境:595,AT89S52,138
-AT89S52 control 64* 16 dual color dot matrix led display digit number by Zimo remove an array of 8* 16 Hardware Environment: 595, AT89S52 is, 138
Platform: |
Size: 18432 |
Author: |
Hits:
Description: 包括各种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 debugging through the program, providing a complete simulation of the circuit and the HEX file can be run directly.
Development Environment: book case of program development environment MPLAB 8.53 the MCC18 3.16 HI-TECH the PICC 9.70 HI-TECH the PICC-18 9.63.
The required software: Super editor UltraEdit, virtual serial port driver vspd serial assistant font software Zimo, file splitting software FileSplit VC# the. NET 2008
Platform: |
Size: 5603328 |
Author: zhiyan |
Hits:
Description: ucos 字模软件,附带代码,非常好的东西 大家可以下下来-this is a very good code of ucos for zimo.
Platform: |
Size: 4450304 |
Author: 余航 |
Hits:
Description: 16*16点阵显示源码,仿真电路图,取模软件-16* 16 dot matrix display source code, circuit simulation, ZIMO software
Platform: |
Size: 83968 |
Author: alliswall |
Hits:
Description: < 单片机C语言程序设计实训100例 >> ---基于8051+Proteus仿真
1.所有案例硬件仿真时需要Proteus7.1或以上版本.
2.C程序开发集成环境Keil uVision要求3.0或以上版本. 所有案例C源代码由配套书籍提供,压缩包中不提供C源代码, 仅提供由C程序编译生成的HEX文件.
3.如果有相关技术资料在压缩包中未找到,读者可从www.icpdf.com免费下载.(下载之前需要先注册)相关案例需要的软件:超级编辑器UltraEdit,虚拟串口驱动vspd,串口助手,字模软件Zimo,文件拆分软件FileSplit,联合调试程序vdmagdi.exe等,请读者自行下载.
4.案例压缩包文件建议放在D盘或E盘根下解压,放在桌面或其他位置解压时,可能会因目录路径过长而使Proteus文件无法打开.如果某些案例在Proteus7.1或以上版本中无法运行,可将电路中某些元件的中文名称改为英文名称.-< < Microcontroller C Programming Language Training 100 cases > > --- a simulation based 8051+Proteus all cases hardware emulation requires Proteus7.1 or later. 2.C integrated program development environment Keil uVision requires version 3.0 or above in all Case C source code provided by the supporting books, compressed package is not available in C source code, only the C compiler generated HEX file. 3 If there is relevant technical information not found in the archive, the reader is available from www.icpdf. com free download. (need to register before downloading) related cases required software: Super editor UltraEdit, virtual serial port driver vspd, assistant serial Fonts software Zimo, file splitting software FileSplit, joint commissioning program vdmagdi.exe etc., the reader to download. 4 Case compressed file suggestions on the D drive or E packing under decompression, decompression on the desktop or other location, you may be leaving because the directory path is too
Platform: |
Size: 13436928 |
Author: wzxwzx110481 |
Hits:
Description: 取汉字的字模,并在TEXTEDIT中输出字模。-Take characters Fonts and font TEXTEDIT in output.
Platform: |
Size: 400384 |
Author: yoogogojojo |
Hits:
Description: 12864的最基本教程,是学习的好资料,显示图片,汉字,带自摸软件-12864 basic tutorial is good information to learn, display pictures, Chinese characters, with Zimo software
Platform: |
Size: 775168 |
Author: 游良鑫 |
Hits: