码迷,mamicode.com
首页 >  
搜索关键字:min    ( 21007个结果
hdu 5695 Gym Class (拓扑排序)
Description 众所周知,度度熊喜欢各类体育活动。 今天,它终于当上了梦寐以求的体育课老师。第一次课上,它发现一个有趣的事情。在上课之前,所有同学要排成一列, 假设最开始每个人有一个唯一的ID,从1到N,在排好队之后,每个同学会找出包括自己在内的前方所有同学的最小ID,作为自己评价这堂课的分 ...
分类:编程语言   时间:2017-09-29 01:44:17    阅读次数:178
mybatis快速入门(八)-spring-mybatis动态代理整合
mybatis快速入门(八)-spring-mybatis动态代理整合 ...
分类:编程语言   时间:2017-09-29 01:38:18    阅读次数:168
POJ - 2391 最大流
题目链接:http://poj.org/problem?id=2391 今天掉坑多次。 做了几道题,发现从源点出来的边和进入汇点的边都在题目中出来过。 POJ真是坑,交G++一直wa,检查代码检查了好几遍,无望看discuss,才知道交C++是RE,才知道数组越界了。 手写了Floyd,写成 i,j ...
分类:其他好文   时间:2017-09-29 00:33:55    阅读次数:149
LeetCode问题9
Palindrome Number 问题描述如下: Determine whether an integer is a palindrome. Do this without extra space. 关键在不占用额外的空间的情况下生成它的回文序列,然后作差即可。 如果相等,说明回文,如果不相等说明 ...
分类:其他好文   时间:2017-09-29 00:12:20    阅读次数:140
Scanner
1 import java.util.Scanner; 2 3 /** 4 * 测试 Scanner类的使用,如何接受键盘的输入. 5 * @author Administrator 6 *@version 1.0 7 */ 8 public class TestScanner { 9 10 pub... ...
分类:其他好文   时间:2017-09-28 22:29:01    阅读次数:259
Recursion递归
1 /*java.lang 核心包 如 String Math Integer System Thread等 拿来直接用 2 * java.awt 窗口工具 GUI 3 * java.net 网络包 4 * java.io 输入 输出 5 * java.util 工具类 日期 日历 定义 系统特性 ... ...
分类:其他好文   时间:2017-09-28 22:25:46    阅读次数:188
【树的点分治——模板】
1 #define Troy 9/28/2017 2 3 #define inf 0x7fffffff 4 5 #include "cstdio" 6 #include "cstring" 7 #include "algorithm" 8 using std::sort; 9 10 typedef ... ...
分类:其他好文   时间:2017-09-28 19:56:26    阅读次数:201
luogu_1613 跑路
#include #include #include #include #include #include using namespace std; int n,m,d[70][70]; bool G[70][70][70]; int read(){ char c; int x=0; c=getch... ...
分类:其他好文   时间:2017-09-28 19:16:39    阅读次数:141
CS Round50D min-races
Min Races Time limit: 1000 msMemory limit: 256 MB Min Races Time limit: 1000 msMemory limit: 256 MB In a racing championship there are N racing driver ...
分类:其他好文   时间:2017-09-28 15:34:47    阅读次数:161
django 基于 form 验证 确认密码的注册
class RegisterForm(Form): # user_id=fields.IntegerField() username=fields.CharField( max_length=12, min_length=4, required=True, error_messages={'requ ...
分类:其他好文   时间:2017-09-28 13:08:39    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!