-
Battle over cities(Hard Version)
Battle Over Cities - Hard Version (20分)
It is vitally important to have all the cities connected by highways in a war. If a city is conquered by the enemy, all the highways from/toward that city will be closed. To keep the rest of the cities connected, we must repair some highways with the minimum cost. On the other hand, if losing a city will cost us too much to rebuild the connection, we must pay more attention to that city.
Given the map of cities which have all the destroyed and remaining highways marked, you are supposed to point out the city to which we must pay the most attention.
Input Specification:
Each input f
- 2022-02-05 11:16:01下载
- 积分:1
-
STC15 ESP8266串口WiFi模块 AP+STATION 模式测试程序
STC15 ESP8266串口WiFi模块 AP+STATION 模式测试程序,本人亲测通过,下载烧录后用有人网络助手连接,发送程序内的代码,即可控制三位LED灯的亮灭,可以再次程序做相应的修改,可以完成想要实现的功能。
- 2022-01-24 15:57:56下载
- 积分:1
-
Kinect手势跟踪框架
手势的建立,在Kinect挥手手势的建立,详细的程序框架及逻辑,基于Kinect的手势识别程序,C#编写-Kinect-based gesture recognition program, C# Prepared
- 2022-01-26 02:25:57下载
- 积分:1
-
人脸检测与识别系统
写得有条理,是值得学习的案例,可用于多种图像处理编程,移植性强。!!
要用VC++6.0打开,用高级一点的要改一下错。
建议阅读《VC数字图像处理典型案例详解 机械工业出版社》 是一本好书,读后受益匪浅!
- 2022-12-05 10:10:03下载
- 积分: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
-
打印机的通信工具PFT
与打印机的通信工具,文件传输工具,也可做渗透打印机。( PJL File Transfer
command line interface to PJLlib functionality )
- 2020-07-17 10:38:48下载
- 积分:1
-
Classical-cryptography
密码技术实验一经典密码学实验维多利亚密码加密解密(Password technological experiments classic cryptography experimental Victoria password encryption and decryption)
- 2012-09-03 21:18:45下载
- 积分:1
-
31701012836
说明: C++编写的简单分数类(包含复制,约分,四则运算等)(Simple fraction classes written in C++ (including duplication, reduction, four operations, etc.))
- 2019-06-11 12:01:16下载
- 积分:1
-
FFT
FFT with FIR created by students in univercity
- 2015-06-22 14:57:30下载
- 积分:1
-
21ic下载_STM32F103C8T6例程
说明: oled的使用STM32103C8T6的历程(oled
How to use stm32103c8t6)
- 2020-10-07 11:08:25下载
- 积分:1