-
基于AT89C51单片机的音乐盒
基于AT89C51系列单片机的音乐盒,依据单片机的定时中断以及蜂鸣器的发声原理,通过KEIL编译程序,并将其通过烧写工具下载到单片机实验箱中,从而设计制作出一个八音盒。此程序使用C语言编写,实现对单片机的控制。
- 2022-02-02 00:08:28下载
- 积分:1
-
用于集成电路设计中,对lef和def的操作
用于集成电路设计中,对lef和def的操作-used for the design of integrated circuits, the right and lef def operation
- 2022-09-19 19:20:03下载
- 积分:1
-
biospassword
biospassword
- 2022-05-29 19:21:20下载
- 积分:1
-
CVS版本的Windows平台建立在Linux早期的不同是必要的。
CVS版本的Windows平台与我们之前在LINUX上构建的不同,现在已经在WIN下了
- 2022-07-03 12:22:39下载
- 积分:1
-
一个asp.net计数器
一个asp.net计数器-a asp.net arithmometer!
- 2023-02-13 02:40:03下载
- 积分:1
-
Source Code Source Code Source Code Source Code Source Code Source Code
Source Code Source Code Source Code Source Code Source Code Source Code-Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code
- 2022-09-24 11:25:03下载
- 积分:1
-
Process Configurator pure js code. I am also reproduced, Hehe
流程配置器 纯js代码实现.我也是转载的,-Process Configurator pure js code. I am also reproduced, Hehe
- 2022-04-10 09:24:27下载
- 积分:1
-
105个c语言的源程序演示各种c语言中非常有用的编程技巧 并可供实际项目中参考使用...
105个c语言的源程序演示各种c语言中非常有用的编程技巧 并可供实际项目中参考使用-105 c language source code presentation of various c language programming skill is very useful and practical items for use and reference
- 2022-07-11 13:31:16下载
- 积分:1
-
对海量图像进行分块索引,可以不限数据量大小对图像进行漫游。
使用办法,首先选择图像处理中导出索引这一功能,将海量的BMP图像格式转换为自定义的img格式,再...
对海量图像进行分块索引,可以不限数据量大小对图像进行漫游。
使用办法,首先选择图像处理中导出索引这一功能,将海量的BMP图像格式转换为自定义的img格式,再在打开菜单中打开IMG格式的影像,就可以完成对海量数据的浏览,数据量不受内存限制,只受硬盘大小限制,另外该软件还包括其他一些图像格式之间的转换,主要用在GIS领域-Images of the mass block index, you can open the volume of data roaming size image. Use practices, the first choice of image processing to export the index of this function, will be massive conversion of the BMP image format for custom img format, and then open the menu opens in IMG format images, you can complete the huge amount of data browsing, data not subject to memory limitations, only by hard drive size limit, while the software also includes a number of other conversion between image formats, mainly used in the field of GIS
- 2022-07-15 12:41:07下载
- 积分: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