首页 > TAG信息列表 > 1274

POJ 1274 The Perfect Stall

题目链接:POJ 1274 The Perfect Stall 题目大意: 题解: 二分图匹配模板。 #include <cstring> #include <iostream> using namespace std; #define io_speed_up ios::sync_with_stdio(false), cin.tie(0), cout.tie(0) int n, m, link[210], ans; bool vis[210], g[210][210]; bo

LightOJ - 1274 Beating the Dataset(概率期望)

题目链接:Beating the Dataset - LightOJ 1274 - Virtual Judge (ppsucxtt.cn) 简化版题意:某人在蒙题,题目答案只有yes和no两种答案,总共有n道题,一开始你知道了n道题中答案为yes的题目数,你每蒙一道题之后,系统会告诉你正确答案是什么。你遵循的蒙题策略如下: (1)第一道题目你一定蒙yes

【图像处理】基于matlab GUI图像形态学处理【含Matlab源码 1274期】

一、形态学简介 1 概述 1.1 基本思想 用具有一定形态的结构元素去度量和提取图像中的对应形状,以达到对图像分析和识别的目的 1.2 基本运算 膨胀、腐蚀、开操作、闭操作 1.3 数学基础 集合论 结构元素: 原始图像需要扩充使得结构元素位于原始图像边缘时扩充部分可以涵盖整个结构元

1274:【例9.18】合并石子

合并石子 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 7 const int N=105; 8 int a[N],f[N][N]; 9 int main(){ 10 int n; 11 cin>>n; 12 for(int i=1;i