-
train2014
example of train roller coaster
- 2020-09-07 14:18:05下载
- 积分:1
-
C# 窗口捕捉 句柄 实例源码下载
C# 窗口捕捉 句柄 实例源码下载
- 2015-01-19下载
- 积分:1
-
波动方程相移正演完整版
波动方程相移正演完整版,里面有程序和数据和运行结果
- 2022-04-30 10:06:04下载
- 积分:1
-
数字图像处理
#include #include using namespace cv;using namespace std;int main(){Mat image, srt,dst;//原图、全局均衡化、局部均衡化image = imread("D:/ps/a.tif");//载入原图if (!image.data){std::cout apply(image, dst);namedWindow("原图",CV_WINDOW_AUTOSIZE);namedWindow("全局均衡化",CV_WINDOW_AUTOSIZE);namedWindow("局部均衡化",CV_WINDOW_AUTOSIZE);imshow("原图", image);imshow("全局均衡化", srt);/*vector BGR;split(image, BGR);Ptr clahe = createCLAHE();clahe->apply(BGR[0], BGR[0]);//彩色clahe->apply(BGR[1], BGR[1]);clahe->apply(BGR[2], BGR[2]);Mat res;
- 2023-01-21 21:25:03下载
- 积分:1
-
INT-1
tms320c6747
- 2020-06-30 20:00:02下载
- 积分:1
-
3DModelEditor
三维图形编辑器,可完成对三维图形的导入导出,以及很多对图形的基本操作
AppWizard has created this 3DEditor application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.(3D graphics editor, to be completed by the introduction of 3D graphics is derived. Many of the graphics and the basic operation AppWizard has created this 3DEdi tor application for you. This application not o nly demonstrates the basics of using the Micros oft Foundation classes but is also a starting po int for writing your application.)
- 2007-03-25 16:47:21下载
- 积分:1
-
SPIFI
用于恩智浦spifi的外部flash的调用及使用(for NXP extern flash)
- 2019-03-13 16:20:29下载
- 积分:1
-
PID_DC-DC
基于stm32的开关电源,采用PID算法,包含整个工程!(Based on stm32 switching power supply, using PID algorithm, including the entire project!)
- 2021-04-27 17:48:44下载
- 积分: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
-
11
说明: 利用串口发送指令,来控制步进电机的转动方向和步数,同时利用LCD液晶显示转动情况(XX)
- 2009-07-12 09:12:51下载
- 积分:1