首页 > 2015年03月15日 > 全部分享
(简单) POJ 2387 Til the Cows Come Home,Dijkstra。
Description Bessie is out in the field and wants to get back to the barn to get as much sleep as possible before Farmer John wakes her for the mor...
分类:其他   时间:2015-03-15 00:35:21    收藏:0  评论:0  赞:0  阅读:427
poj2778DNA Sequence (AC自动机+矩阵快速幂)
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudDNA SequenceTime Limit: 1000MSMemory Limit: 65536KDescriptionIt's well known that DNA Sequence is a se...
分类:其他   时间:2015-03-15 00:35:01    收藏:0  评论:0  赞:0  阅读:426
Ubuntu下配置Sublime到Dash board 以及 VI/VIM编辑文件时无权限保存的问题
【1】Ubuntu下配置Sublime到Dash boardUbuntu是个好系统,Sublime Text 是个好编辑器。下载&安装个人习惯喜欢到官网下载软件,http://www.sublimetext.com/2选择合适的包下载回来的格式是.tar.bz2格式,需要进行解压。1. 解压:tar...
分类:系统服务   时间:2015-03-15 00:34:51    收藏:0  评论:0  赞:0  阅读:670
(简单) POJ 2502 Subway,Dijkstra。
Description You have just moved from a quiet Waterloo neighbourhood to a big, noisy city. Instead of getting to ride your bike to school every day...
分类:其他   时间:2015-03-15 00:34:41    收藏:0  评论:0  赞:0  阅读:362
LeetCode-87 Scramble String
Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation...
分类:其他   时间:2015-03-15 00:34:31    收藏:0  评论:0  赞:0  阅读:411
100个经典的C算法
1.题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?#include#includeint functionsum(int n){ if(n==1||n==2)return 1; else r...
分类:编程语言   时间:2015-03-15 00:34:21    收藏:0  评论:0  赞:0  阅读:200
AC自动机
给定n个模式串在主串中出现了几个#include #include const int MAXPT=500007; //最大节点数const int size=26; //子节点数const char start='a'; //子节点标号对应关系 class Ac_Automat{pr...
分类:其他   时间:2015-03-15 00:34:15    收藏:0  评论:0  赞:0  阅读:275
(简单) POJ 1502 MPI Maelstrom,Dijkstra。
Description BIT has recently taken delivery of their new supercomputer, a 32 processor Apollo Odyssey distributed shared memory machine with a hie...
分类:其他   时间:2015-03-15 00:34:01    收藏:0  评论:0  赞:0  阅读:356
(简单) POJ 1511 Invitation Cards,SPFA。
Description In the age of television, not many people attend theater performances. Antique Comedians of Malidinesia are aware of this fact. They wa...
分类:其他   时间:2015-03-15 00:33:51    收藏:0  评论:0  赞:0  阅读:403
欧几里德与扩展欧几里德算法
转自网上大牛博客,讲的浅显易懂。原文地址:http://www.cnblogs.com/frog112111/archive/2012/08/19/2646012.html欧几里德算法欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。基本算法:设a=qb+r,其中a,b,q,r都是整数...
分类:编程语言   时间:2015-03-15 00:33:41    收藏:0  评论:0  赞:0  阅读:351
Cacti部署
Lamp准备篇请看前文博客 安装rrdtool工具 这里使用源码安装 解压rrdtool包 配置(编译安装需要gcc等编译程序支持) 注意如果配置出错缺乏libxml2-devel、pango-devel、需要进行自我解决,否则不会成功。 配置完成 编译和安装 Make &&make install...
分类:其他   时间:2015-03-15 00:33:31    收藏:0  评论:0  赞:0  阅读:398
【转】Android Building System 总结 - 一醉千年 - CSDN博客
原文网址:http://www.360doc.com/content/15/0314/23/1709014_455175716.shtmlAndroid Building System 总结 收藏花了一个月的时间来看Android Make,在网上总是看到某某大虾说一天就把Android Make ...
分类:移动平台   时间:2015-03-15 00:33:21    收藏:0  评论:0  赞:0  阅读:406
使用github上面别人的pyqt4+pyserial代码的时遇到的问题
因为想要学习python界面和串口通信。所以在github上面找到了这个一个程序 地址是http://eli.thegreenplace.net/2009/08/07/a-live-data-monitor-with-python-pyqt-and-pyserial我使用git将代码clone出来之...
分类:其他   时间:2015-03-15 00:32:51    收藏:0  评论:0  赞:0  阅读:374
[C#] 逆袭——自制日刷千题的AC自动机攻克HDU OJ
前言 做过杭电、浙大或是北大等ACM题库的人一定对“刷题”不陌生,以杭电OJ为例:首先打开首页(http://acm.hdu.edu.cn/),然后登陆,接着找到“Online Exercise”下的“Problem Archive”,然后从众多题目中选择一个进行读题、构思、编程、然后提交、最后查....
分类:Windows开发   时间:2015-03-15 00:32:45    收藏:0  评论:0  赞:0  阅读:349
Tomcat性能调优-让小猫飞奔[转]
http://blog.csdn.net/lifetragedy/article/details/7708724 http://blog.csdn.net/lifetragedy/article/details/43817903
分类:其他   时间:2015-03-15 00:32:31    收藏:0  评论:0  赞:0  阅读:310
HDU-3666 THE MATRIX PROBLEM
很容易发现约束条件:L#include #include #include #include #include #include #include #define rep(i, l, r) for(int i=l; i=r; i--)#define N 456#define MAX 1'9') { ...
分类:其他   时间:2015-03-15 00:32:21    收藏:0  评论:0  赞:0  阅读:323
微软职位内部推荐-Senior Software Development Engineer_Commerce
微软近期Open的职位:Are you looking for a high impact project that involves processing of billions of dollars, hundreds of millions of transactions, and tens ...
分类:其他   时间:2015-03-15 00:32:11    收藏:0  评论:0  赞:0  阅读:292
深刻认识一下session
session是什么:session即会话,是一种持续性,双向的连接。session和cookie在本质上没什么区别,都是针对http协议的局限性提出的一种保持客户端和服务端会话状态的机制。session的实现1.cookie : 通过在cookie中存储sessionID2.url重写:index...
分类:其他   时间:2015-03-15 00:32:01    收藏:0  评论:0  赞:0  阅读:304
HTML head 头标签
参考:http://fex.baidu.com/blog/2014/10/html-head-tags/Head DOCTYPE(Document Type),该声明位于文档中最前面的位置,处于 html 标签之前,此标签告知浏览器文档使用哪种 HTML 或者 XHTML 规范。 DTD(Doc.....
分类:Web开发   时间:2015-03-15 00:31:51    收藏:0  评论:0  赞:0  阅读:576
学习日记之JS验证表单
今天学习了JS的验证表单功能。现在想想就有点小激动,也可以做出点小效果出来了。需求:用户输入的密码中不能包含空格表单代码:密码 Js代码:function checkPassword(){ var passwordEle = document.getElementsByName("password....
分类:Web开发   时间:2015-03-15 00:31:41    收藏:0  评论:0  赞:0  阅读:319
1537条   上一页 1 ... 73 74 75 76 77 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!