-
pc.c是移植于μCOS
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
- 2022-12-20 12:30:03下载
- 积分:1
-
银行排队系统的控制器部分,可以实现软件呼号,播放音频文件,以及权限问题进入操作界面...
银行排队系统的控制器部分,可以实现软件呼号,播放音频文件,以及权限问题进入操作界面-Bank queuing system part of the controller, you can call sign software, play audio files, as well as the rights issues into the interface
- 2022-07-26 06:05:17下载
- 积分:1
-
一个简单的动作类游戏 和是男人就下一百层 类似 图片丢失
一个简单的动作类游戏 和是男人就下一百层 类似 图片丢失 -a simple movement like games and the men on the next 100-loss similar Photo
- 2023-06-16 19:15:03下载
- 积分:1
-
Taiwan enterprises appear attractive version. Suitable for enterprises using. Qu...
台讯企业精美版.适合企事业单位用.方便易学.不会做网站也能建网站.-Taiwan enterprises appear attractive version. Suitable for enterprises using. Quite convenient. No website can be done by setting up websites.
- 2022-06-26 18:30:12下载
- 积分:1
-
算法实现题2 算m点问题
« 问题描述:
给定k 个正整数,用算术运算符“+”,“...
算法实现题2 算m点问题
« 问题描述:
给定k 个正整数,用算术运算符“+”,“- ”,“* ”,“/ ”将这k 个正整数连接起来,使最
终的得数恰为m。
« 编程任务:
对于给定的k个正整数,给出计算m的算术表达式。
« 数据输入:
由文件input.txt给出输入数据。第一行有2 个正整数k和m,表示给定k个正整数,且
最终的得数恰为m。接下来的1 行中,有k个正整数。
« 结果输出:
将计算m的算术表达式输出到文件output.txt。如果有多个满足要求的表达式,只要输
出1 组,每一步算式用分号隔开。如果无法得到m则输出“No Solution!”。
输入文件示例:
input.txt output.txt
5 125
2 2 12 3 7
输出文件示例:
7*3=21 21*12=252 252-2=250 250/2=125
- 2023-06-18 22:40:03下载
- 积分:1
-
A relatively simple example of the game, use the game engine (GameEngine_source_...
一个相对简单的游戏例子,使用的游戏引擎(GameEngine_source_v0.04.zip)请在本站下载。-A relatively simple example of the game, use the game engine (GameEngine_source_v0.04.zip) Please download site.
- 2022-02-03 20:13:23下载
- 积分:1
-
C++编程中类重载的例子
C++编程中类重载的例子-C++ programming examples of the types of heavy load
- 2022-06-22 05:56:41下载
- 积分:1
-
这是一个声控系统,大家可以根据这个软件的代码去做一些相关的软件。其中包括了文档,代码以及软件...
这是一个声控系统,大家可以根据这个软件的代码去做一些相关的软件。其中包括了文档,代码以及软件-This is a voice-activated system, we can according to the software code to do a number of related software. Including documentation, code and software
- 2022-11-10 09:05:04下载
- 积分:1
-
单机,网络多人对战俄罗斯方块,内有详细设计说明
单机,网络多人对战俄罗斯方块,内有详细设计说明-standalone, network multiplayer Tetris, with detailed design specifications
- 2022-05-08 16:17:46下载
- 积分:1
-
Build ourself a MP3 Player
Build ourself a MP3 Player
- 2023-02-23 22:40:03下载
- 积分:1