-
通常的汉字显示方式是先根据所需要的汉字提取汉字点阵(如16×16点阵),将点阵文件存入ROM,形成新的汉字编码;而在使用时刚需要先根据新的汉字编码组成语句,再由...
通常的汉字显示方式是先根据所需要的汉字提取汉字点阵(如16×16点阵),将点阵文件存入ROM,形成新的汉字编码;而在使用时刚需要先根据新的汉字编码组成语句,再由MCU根据新编码提取相应的点阵进行汉字显示。在这种显示方式中,如果使用的流字数量较大或语句较多时,利用汉字的新编码组成语句将是一件十分繁琐而枯燥的工作。针对这种情况,本文提出了一种十分简单的方式――直接利用PC机的汉字内码作为单片机系统的编码。-Chinese characters are usually displayed in accordance with the need to first extract of the Chinese character dot-matrix (such as 16 × 16 dot matrix), will be deposited into the matrix documents ROM, a new Chinese character encoding while just need to use the Chinese characters according to the new code composed of statements, and then by the MCU according to the new code to extract the corresponding Chinese character dot-matrix display. In this show the way, if you use the word flow statement number of the larger or more, the use of Chinese characters composed of a new coding language will be a very tedious and boring work. In view of this situation, this paper presents a very simple way- direct access to PC-code character encoding as a single-chip microcomputer system.
- 2022-08-11 19:20:33下载
- 积分:1
-
基于AT89C52和ds3904和程序的实现原理
基于AT89C52和DS3904的程控放大器原理及实现.pdf-Based on AT89C52 and the DS3904 and realize the principle of program-controlled amplifier. Pdf
- 2022-04-22 02:06:56下载
- 积分:1
-
单片机原理介绍,主要是基本的原理应用,针对MC51系列!
单片机原理介绍,主要是基本的原理应用,针对MC51系列!-SCM theory introduced the basic principles of main application is for MC51 Series!
- 2022-07-10 10:21:44下载
- 积分:1
-
基于事件的永久开源实时操作系统 Raw OS
Raw-OS 操作系统特性
符合MISRA C 2004 编码规范,除了几个规则之外。
采用了目前业界最先进的hybrid(混合中断架构)不仅实现了最大关中断时间为0us,cpu利用率更是远超越ucos
3等实时系统。
内核最大关中断时间无限接近0us(整个内核最大关中断时间只有20句汇编),
s3c2440系统最大关中断时间实测0.8us。
支持idle任务级别的事件驱动(协程),基于状态机机制(fsm+hsm),所有idle
级别的事件任务共享一个栈!
支持MPU内存保护模块
支持task
0以及workqueue的中断下半部机制,轻松降低系统最大关中断时间到最低,以及大大提高了系统的实时性。
支持task 256个优先级
支持task无限多个
支持semaphore无限多个
支持task级别的私有semaphore,即一个任务有一个私有信号量。
- 2022-02-03 19:53:02下载
- 积分:1
-
MSP430F5529SD卡读写
MSP430F5529SD卡读写,可以进行USB对SD卡的读写,也可以进行MSP430F5529对SD的读取及显示
- 2022-09-08 01:00:03下载
- 积分:1
-
基于matlab的主动巡航系统
应用背景基于Matlab的主动巡航系统,文章从车辆动态单元控制角度进行分析,采用两自由度单轨模型构建系统,之后又matlabsimulink下通过P,PI,PID对采集信号进行处理,从而得出最佳的的控制单元设计关键技术P,PI,PID控制单元,在zieger nichlos下生成实验参数,利用实验参数带入系统进行调试,从而生辰最佳的控制单元设计
- 2022-06-28 00:26:50下载
- 积分:1
-
基于linux嵌入式开发板的图像采集 服务器端作为图像采集端客户从服务器接受图像...
基于linux嵌入式开发板的图像采集 服务器端作为图像采集端客户从服务器接受图像-Embedded Linux based development board of server-side image acquisition as image acquisition from the client server accepts images
- 2022-05-31 14:33:30下载
- 积分:1
-
sprintf source. Separate a file can be used. In the embedded and other systems m...
sprintf源码。独立一个文件就可用。在嵌入式等系统中可能用到。网上找了很多,多数都不能用或功能不全。这个是本人下了一翻功夫完善过的代码。-sprintf source. Separate a file can be used. In the embedded and other systems may be used. The Internet is a lot, most are not usable or insufficiency. This is the effort I made a frightening sound off code.
- 2022-07-22 20:34:54下载
- 积分:1
-
PIC系列单片机典型应用程序集:
浮点运算
PIC系列单片机典型应用程序集:
浮点运算-PIC MCU sets typical applications: floating-point operations
- 2022-04-22 11:32:25下载
- 积分:1
-
程序1
程序1-1 用组合语言写成的霹雳灯程序 程序1-2 改用C来处理的霹雳灯程序 程序5-1 SDCC操作程序 程序6-1 引擎点火控制器的角度侦测程序范例 程序8-1 T_8252.ASM 程序10-1 AT89C2051刻录程序彻底公开 程序11-1 AT89CXX刻录程序彻底公开 程序12-1 EPROM刻录程序彻底公开 程序14-1 EEPROM刻录程序彻底公开-Program 1-1 thunderbolt light program that write in multi language, 1-2 is thunderbolt light procedure write in c language, 5-1 is SDCC operate program, 6-1 is dealt with to come light a fire The angle of the controller detects and examines programs. 8-1 is T_8252 ASM proram 10-1 is AT89C2051 write program 11-1 is AT89CXX write program. 12-1 is EPROM write program. 14-1 is EEPROM write program
- 2022-12-13 04:55:03下载
- 积分:1