-
TrainingSet
是一个用于人脸检测和人脸识别的人脸图像库,其中,男性人脸1002个,女性人脸1002个,分别放在Female和Male两个文件夹中。(It is a face image library for face detection and face recognition, in which 1002 male faces and 1002 female faces are placed in two folders of Female and Male.)
- 2018-07-05 22:38:52下载
- 积分:1
-
Problem description
给定一个赋权无向图G=(V,E),每个顶点v∈V都有一个权值w(v)。如果U包含于V,且对于(u,v)∈E 有u...
Problem description
给定一个赋权无向图G=(V,E),每个顶点v∈V都有一个权值w(v)。如果U包含于V,且对于(u,v)∈E 有u∈U 且v∈V-U,则有v∈K.如:U = {1}, 若有边(1,2), 则有2属于K. 若有集合U包含于V使得U + K = V, 就称U 为图G 的一个顶点覆盖。G 的最小权顶点覆盖是指G 中所含顶点权之和最小的顶点覆盖。
Input
输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个顶点和m条边,顶点编号为1,2,…,n。第2 行有n个正整数表示n个顶点的权。接下来的m行中,每行有2 个正整数u,v,表示图G 的一条边(u,v)。
Output
将计算出的最小权顶点覆盖的顶点权之和输出。
Sample Input
7 7
1 100 1 1 1 100 10
1 6
2 4
2 5
3 6
4 5
4 6
6 7
Sample Output
13
-Problem description
给定一个赋权无向图G=(V,E),每个顶点v∈V都有一个权值w(v)。如果U包含于V,且对于(u,v)∈E 有u∈U 且v∈V-U,则有v∈K.如:U = {1}, 若有边(1,2), 则有2属于K. 若有集合U包含于V使得U+ K = V, 就称U 为图G 的一个顶点覆盖。G 的最小权顶点覆盖是指G 中所含顶点权之和最小的顶点覆盖。
Input
输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个顶点和m条边,顶点编号为1,2,…,n。第2 行有n个正整数表示n个顶点的权。接下来的m行中,每行有2 个正整数u,v,表示图G 的一条边(u,v)。
Output
将计算出的最小权顶点覆盖的顶点权之和输出。
Sample Input
7 7
1 100 1 1 1 100 10
1 6
2 4
2 5
3 6
4 5
4 6
6 7
Sample Output
13
- 2023-03-02 06:00:03下载
- 积分:1
-
前后背景分离
这是一个C/C++的程序,利用opencv库来实现前后背景分离,对于学习opencv的人有很大帮助,解压后可直接运行
- 2022-03-15 21:20:33下载
- 积分:1
-
LM3S--serial-tcp
LM3S系列开发板开发的串口与网络转换的原理图以及程序。嵌入式开发需要的资料。(LM3S series development board to convert the serial port of the network diagram, and procedures. Embedded developers need.)
- 2011-08-31 11:49:43下载
- 积分:1
-
FetionWebServiceCSharp
飞信WebService接口调用实例C#源码
功能:实时接收飞信,发送飞信,添加好友,删除好友等。
使用此飞信短信接口可以方便的在软件中集成飞信的收发功能,应用领域非常广,比如:机房监控及短信控制,新订单短信监控,开发自己的飞信机器人等。(Fetion WebService interface to call C# source code examples feature: real-time flight information received, the letter sent flying, add friends, remove friends and so on. Fetion SMS using this interface can be easily integrated in the software Fetion the transceiver functions, very wide applications, such as: engine room monitoring and SMS control, SMS control of new orders, to develop their own robots flying letters.)
- 2011-06-23 09:32:13下载
- 积分:1
-
PictureCompressor
This is a program that will compress image files on your hardrive. It can recurse the directories and also create backups if needed.
- 2009-07-17 00:39:40下载
- 积分:1
-
android开发入门
说明: android应用开发很好的入门资料,非常适合初学者。(An excellent introduction to android application development)
- 2019-02-17 15:11:49下载
- 积分:1
-
stm32Human-ECG-Acquisition-System
基于stm32的人体心电采集系统,用到uC-OS-II和uC-GUI,USB等,包括原理图,程序,图片(Human ECG acquisition system based stm32, use uC-OS-II and uC-GUI, USB, etc., including schematics, programs, pictures)
- 2016-04-11 18:06:19下载
- 积分:1
-
devkit8600.tar
Devkit8600 AM3359配套的资源开发包,可以再裸机环境下快速运行该程序平涂AM3359外设功能。(Devkit8600 AM3359 SDK)
- 2015-03-07 12:29:15下载
- 积分:1
-
UdpClient
在VS2010环境中,根据UDP协议通信的原理,用C++编写的基于UDP的客户端的代码。(In the VS2010 environment prepared by the UDP-based client C++ code)
- 2013-12-14 20:52:31下载
- 积分:1