-
codewarrior_help
codewarrior_help,使用iar的人都来看看,很好的.(codewarrior_help, use iar people to look at, very good.)
- 2008-05-14 23:10:49下载
- 积分:1
-
LcdsourcesforArm
说明: 一个基于ARM开发的LCD显示调试工具的实例源代码程序(an ARM-based development of the LCD display examples of debugging tools source code procedures)
- 2005-12-08 16:10:58下载
- 积分:1
-
流浪地球
说明: 主要功能:
①:录入玩家ID,显示历史排名前三的ID和分数;
②:玩家通过键盘上下键操纵蓝色小球(地球)躲避前方逐渐逼近的障碍物“)”,每成功躲避一次,就得到一分;
③:反馈玩家最终成绩,以及是否打破纪录,并显示最新纪录排名。(The main function:
Enter the player ID and display the ID and score of the top three in the historical ranking;
Players use the up and down keys on the keyboard to manipulate the blue ball (Earth) to avoid the obstacles that are approaching in front of them.
Feedback the player's final score, and whether to break the record, and display the latest record ranking.)
- 2020-06-30 15:44:25下载
- 积分:1
-
基于c#实现的串口通信调试助手
串口调试助手是在实际工程应用中,根据实际的普遍的需求而开发的串口调试工具。只支持多的串口号。支持各种串口设置,如波特率,校验位、数据位和停止位等等。面精致美观,实用性也强。支持各种串口设置,如波特率,校验位、数据位和停止位等等。支持ASCII/Hex发送,发送和接收的数据可以在16进制和AscII码之间任意转换。可以自动在发送的数据尾增加校验位,支持多种校验格式。支持间隔发送,循环发送,批处理发送,输入数据可以从外部文件导入。
- 2023-06-15 11:51:04下载
- 积分:1
-
netDxf-master
图纸保存格式为dxf,此开发包能识别dxf文件的各种图形和尺寸(Drawing feature recognition development kit)
- 2020-06-19 17:00:01下载
- 积分:1
-
biywshenguanlixitong
图书管理系统用C++编写的图书管理系统,没有使用数据库,用文件读写方式保存(Library management system written using C++ library management system, not using the database stored with the file reading and writing)
- 2011-05-06 22:06:05下载
- 积分:1
-
gquad
自己编的最新的gquad方法,非常的好用(Own series the latest gquad method, very easy to use)
- 2011-09-26 13:02:18下载
- 积分:1
-
ProjetoWebProva
prova de sistemas web
- 2014-01-31 12:05:55下载
- 积分:1
-
ClientRelationship
客户关系管理系统采用Visual C++ 6.0进行编写,采用SQL数据库。本系统使用于中小型企业,可以使用户从繁重的客户关系管理中解脱出来,通过添加、修改等编辑功能动态地对企业客户关系的相关信息进行编辑。(Customer relationship management system using Visual C++ 6 to write, using SQL . The system is used in small and medium enterprises, it can be used by the user the heavy customer relationship management, through the addition, modification and other editing functions to dynamically edit the relevant information on the enterprise customer relationship.)
- 2016-12-12 21:14:41下载
- 积分:1
-
中间数
问题描述
在一个整数序列A1, A2, …, An中,如果存在某个数,大于它的整数数量等于小于它的整数数量,则称其为中间数。
在一个序列中,可能存在多个下标不相同的中间数,这些中间数的值是相同的。
给定一个整数序列,请找出这个整数序列的中间数的值。
输入说明
输入的第一行包含了一个整数n,表示整数序列中数的个数,1 ≤ n ≤ 1000。
第二行包含n个正整数,依次表示A1, A2, …,An,1 ≤ Ai ≤ 1000。
输出说明
如果序列的中间数存在,则输出中间数的值,否则输出-1表示不存在中间数。
输入样例
输入样例1
6
2 6 5 6 3 5
输入样例2
4
3 4 6 7
输出样例
输出样例1
5
输出样例2
-1
- 2022-09-17 02:00:03下载
- 积分:1