登录
首页 » 其他项目 » pc.c是移植于μCOS

pc.c是移植于μCOS

于 2022-12-20 发布 文件大小:14.51 kB
0 194
下载积分: 2 下载次数: 1

代码说明:

pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include "includes.h"改为"config.h" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOSReturn()、PC_DOSSaveReturn()、PC_SetTickRate()(删除)、PC_VectGet()(删除)和 PC_VectSet(删除)。 5、因为定时器不同所作的修改,影响的函数: PC_ElapsedStart()和PC_ElapsedStop()。 6、因为实时时钟不同所作的修改,影响的函数:PC_GetDateTime()。-pc.c is transplanted COS-II PC service code (pc.c) major changes : 1,# include "includes.h" with "config.h" two, displayed on the screen changed to UART0 send data on the computer, the function : PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr (), and PC_DispStr () 3, access keys to read from UART0 acquisition, the function : PC_GetKey () 4 because no dos environment changes, it will affect the function : PC_DOSReturn (), PC_DOSSaveReturn (), PC_SetTickRate () (deleted), PC_VectGet () (deleted) and PC_VectSet (deleted). 5, becaus

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本书是为工科高年级学生写的教科书,可以作为控制系统领域的首门课程的教材。本书详尽地论述了连续控制系统的分析和研究方法,各章节包括动态系统的数学模型、瞬态响应和稳...
    本书是为工科高年级学生写的教科书,可以作为控制系统领域的首门课程的教材。本书详尽地论述了连续控制系统的分析和研究方法,各章节包括动态系统的数学模型、瞬态响应和稳态相应分析、根轨迹分析、控制系统设计的根轨迹法、频率响应分析、控制系统设计的频率响应法,以及PID控制与二自由度控制系统等内容。-This book is for the engineering of high-grade students to write the textbooks, can serve as a control system for the field of teaching the first door. The book discusses in detail a continuous control system analysis and research methods, including dynamic system of various sections of the mathematical model, the corresponding transient response and steady-state analysis, root locus analysis, control system design of the root locus method, frequency response analysis, control System frequency response method, as well as PID control and two degrees of freedom control system, etc..
    2022-03-07 09:12:55下载
    积分:1
  • 24C02网上实例 对24C02的操作。读与写。
    24C02网上实例 对24C02的操作。读与写。-24C02-line examples of the operation of the 24C02. Read and write.
    2022-04-10 07:15:59下载
    积分:1
  • 专家系统。用于孤立性肺结节的诊断。
    专家系统。用于孤立性肺结节的诊断。 -expert
    2022-03-22 09:58:40下载
    积分:1
  • 电磁铁控制程序 一定要
    电磁铁控制程序 一定要-electromagnet control procedures must
    2022-02-12 02:08:11下载
    积分:1
  • 不力的问题,到来自波尔多的梅内加佐在今天的下半时替补出场,巴西队所有的中场都已经在美洲杯亮相了,可中场仍然是全队的“弱”。...
    不力的问题,到来自波尔多的梅内加佐在今天的下半时替补出场,巴西队所有的中场都已经在美洲杯亮相了,可中场仍然是全队的“弱项”。-Ineffective problem, from Bordeaux Domenech加佐second half substitute in today
    2022-05-22 01:01:15下载
    积分:1
  • protel的快捷操作, 以及一些重要的教学安排.不错的
    protel的快捷操作, 以及一些重要的教学安排.不错的-Protel a fast operation, and that some important teaching arrangements. Good
    2023-01-20 02:30:04下载
    积分:1
  • 开源smack的API文档,研究XMPP的入门选择。
    开源项目smack的API文件,研究XMPP的入门之选。-Open source project smack the API documentation, study entry XMPP choice.
    2022-02-25 03:54:47下载
    积分:1
  • 稿件名称:用VC++编小游戏 稿件作者:李华英 程序名称:mgzy 运行环境:vc++6.0 注意事: 1、 本程...
    稿件名称:用VC++编小游戏 稿件作者:李华英 程序名称:mgzy 运行环境:vc++6.0 注意事项: 1、 本程序用vc++6.0版本编成,用vc++6.0以上程序运行 2、 解压后直接运行mgzy.dsw程序; 3、 当屏幕被覆盖时,窗口中图象就会消失,手动刷新即可。-Article Name: used VC++ Series game releases Author:李华英Program Name: mgzy operating environment: vc++ 6.0 NOTES: 1, the procedures used vc++ 6.0 version compiled with vc++ 6.0 program to run more than 2, after extracting a direct run mgzy.dsw procedure 3, when the screen is overwritten, the image window will disappear, you can manually refresh.
    2022-04-17 01:54:15下载
    积分:1
  • c++实现贪吃蛇游戏
    利用C++编写贪吃蛇游戏,通过操作键盘方向键可以控制贪吃蛇的移动,每吃掉一个刷新的食物之后会加长一个单位。每个食物的刷新都优先设定好了一个可以行进的路线,当贪吃蛇的头碰到身体或者刷新食物时没有任何一个可以行进的路线则算游戏失败,完成贪吃蛇吃满全屏幕则算游戏成功。
    2022-03-10 22:30:00下载
    积分:1
  • Internet five times anniversary celebrations, as low as 6.2% Shopxp Mall Shoppin...
    时代互联5周年庆典,低至6.2折 Shopxp 商城购物系统 北京联通 上海电信 辽宁联通 江苏电信 河南网通 北方电信 a站长强烈推荐使用迅雷5高速下载! a全球最大的驱动下载基地! a强烈推荐使用IS下载 a域名45元,虚机100M 50元,诚征代理 注意:推荐使用网际快车或迅雷飞速下载!若不能下载,请报告错误,谢谢!下载解压缩软件: WinRAR 韩国服务器出租 软件简介: 主要功能: 1、各栏目自由添加,排序 2、文章在线添加、编辑、删除。 3、网站相关信息后台动态配置 4、自由添加友情链接 5、添加广告,支持HTML编码 6、支持UBB 7、软件下载 -Internet five times anniversary celebrations, as low as 6.2% Shopxp Mall Shopping System Beijing Unicom Shanghai Telecom Unicom Liaoning, Henan, Jiangsu Telecom Netcom head of a Northern Telecom strongly recommend the use of high-speed downloads Thunderbolt 5! A driver of the world"s largest base for download! A strongly recommend the use of IS Download a domain name 45 yuan, virtual machine 100M 50 yuan, The issue of attention : recommended deletion or Thunderbolt rapid download! if it can not be downloaded, please report errors, thank you! extract the downloaded software : WinRAR Korea server software rental briefing : main function
    2022-03-30 19:11:23下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载