码迷,mamicode.com
首页 >  
搜索关键字:st    ( 5888个结果
POJ 1873
按位枚举,按最小价值,最小砍掉树剪枝就好了。#include #include #include #include #include using namespace std;const int MAXN=20;const int inf=190000000;int n,l;int st[MAXN],...
分类:其他好文   时间:2014-07-31 23:36:10    阅读次数:314
POJ 2007
直接求凸包,输出即可。#include #include #include #include #include using namespace std;const int MAXN=100;int n,l;int st[MAXN],stop,cnt;int ans[MAXN];struct poin...
分类:其他好文   时间:2014-07-31 16:52:46    阅读次数:270
JavaLearning:IO
package org.fun.classdemo; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; public class OutputStreamDemo { public static void main(St...
分类:编程语言   时间:2014-07-31 09:56:46    阅读次数:316
在图片上画矩形并高亮显示矩形区域、统计矩形区域中像素情况并绘制直方图
《学习OpenCV》中文版第4章第3题提纲题目要求程序代码结果图片题目要求:①允许用户在图片上选择一个矩形区域,当鼠标放开,高亮显示矩形区域②在另一个独立窗口中,使用绘图函数绘制一个图表,分别用蓝、绿和红色表示选中区域中各种颜色的像素在指定数值范围内的数量。程序代码: 1 #include "st....
分类:其他好文   时间:2014-07-31 02:40:05    阅读次数:509
vlc问题求助
https://forum.videolan.org/search.php?keywords=live555&terms=all&author=&fid%5B%5D=13&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&sid=b519e9e29dc5c...
分类:其他好文   时间:2014-07-30 20:38:24    阅读次数:169
HDU4893:Wow! Such Sequence!(线段树lazy)
Problem Description Recently, Doge got a funny birthday present from his new friend, Protein Tiger from St. Beeze College. No, not cactuses. It's a mysterious blackbox. After some research, Doge...
分类:其他好文   时间:2014-07-30 17:27:44    阅读次数:282
《Flask Web Development》学习笔记---chapter4 Web Forms
1.  我们用 wrapper了WTForms的Flask-WTF扩展来处理表单生成和验证。 2.  Cross-Site Request Forgery (CSRF) 保护 配置config,'SECRET_KEY' 3. Form class definition from flask.ext.wtf import Form from wtforms import St...
分类:Web程序   时间:2014-07-30 12:16:13    阅读次数:355
uva 401 Palindromes
#include #include #include #include #include #include #include #include #include #include using namespace std; #define bug cout\n" #define MAXN 10001; char same[]={"AHIMO0TUVWXY18"}; bool mirror(st...
分类:其他好文   时间:2014-07-30 10:03:43    阅读次数:236
ctime、atime、mtime的区别
st_atimeTimewhenfiledatawaslastaccessed.Changedbythefollowingfunctions:creat(),mknod(),pipe(),utime(2),andread(2).st_mtimeTimewhendatawaslastmodified.Changedbythefol-lowingfunctions:creat(),mknod(),pipe(),utime(),andwrite(2).st_ctimeTimewhenfilestatuswaslas..
分类:其他好文   时间:2014-07-29 18:17:52    阅读次数:225
hdu4893Wow! Such Sequence! (线段树)
Problem Description Recently, Doge got a funny birthday present from his new friend, Protein Tiger from St. Beeze College. No, not cactuses. It's a mysterious blackbox. After some research, Doge f...
分类:其他好文   时间:2014-07-29 17:44:32    阅读次数:267
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!