-
uCOS
uCOS-II嵌入式操作系统在PIC18上的移植-uCOS-II embedded operating system in the PIC18 on the transplant
- 2023-01-18 12:15:03下载
- 积分:1
-
学习LPC2468或者lpc2478的好东西,是了解芯片的基础书籍,要好好看啊!...
学习LPC2468或者lpc2478的好东西,是了解芯片的基础书籍,要好好看啊!-Learning LPC2468 or lpc2478 good thing is to understand the basis of chips books, better look good ah!
- 2022-03-07 14:31:35下载
- 积分:1
-
制作C语言程序的图片源码工具,需要安装注册!使用方便
制作C语言程序的图片源码工具,需要安装注册!使用方便-The production of C language programming of the picture source tools, need to install the register! Easy to use
- 2022-08-12 11:18:47下载
- 积分:1
-
ACCESS read
DAO读写ACCESS文件
DAO读写ACCESS文件-ACCESS read-write DAO file ACCESS read-write file DAO
- 2022-01-26 07:26:16下载
- 积分:1
-
斜视角示例源代码,2DRPG游戏采用斜视角地图方式的实现
斜视角示例源代码,2DRPG游戏采用斜视角地图方式的实现-squint example source code, using game footage squint map the way to achieve
- 2022-07-21 15:03:55下载
- 积分:1
-
能显示年月日,切能设置定时闹钟的多功能电子钟
能显示年月日,切能设置定时闹钟的多功能电子钟-Showing the date, cut from time to time to set up multi-function alarm clock Electronics
- 2022-05-15 02:16:08下载
- 积分:1
-
based BCB5 VCL component for the installation, I had used for some time, the use...
基于BCB5的VCL 控件库安装,我用了一段时间, 使用起来非常爽,XXXXXXX, -based BCB5 VCL component for the installation, I had used for some time, the use of it is very cool, XXXXXXX.
- 2022-01-24 09:43:09下载
- 积分:1
-
大二短期使用java写的一个小游戏,和魔鬼板、豌豆…
大二短学期用JAVA写的一个小游戏,魔板,就是平时常见的那种拼图游戏-sophomore short term use Java to write a small game, and the devil board, in peacetime is the kind of common picture arrangement game
- 2022-03-15 14:40:29下载
- 积分:1
-
讲述分组交换的概念,优缺点,和其他交换方式的比较,是数据通信方面的好ppt...
讲述分组交换的概念,优缺点,和其他交换方式的比较,是数据通信方面的好ppt-The document gives the concept of packet switching, longcoming and shortcoming. And also give a compare with other techs. It s a good material about data communication.
- 2022-03-11 05:59:45下载
- 积分: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