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:49
阅读次数:
262
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:36:34
阅读次数:
255
转自网上大牛博客,讲的浅显易懂。原文地址: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:44
阅读次数:
284
Lamp准备篇请看前文博客 安装rrdtool工具 这里使用源码安装 解压rrdtool包 配置(编译安装需要gcc等编译程序支持) 注意如果配置出错缺乏libxml2-devel、pango-devel、需要进行自我解决,否则不会成功。 配置完成 编译和安装 Make &&make install...
分类:
其他好文 时间:
2015-03-15 00:34:34
阅读次数:
242
原文网址:http://www.360doc.com/content/15/0314/23/1709014_455175716.shtmlAndroid Building System 总结 收藏花了一个月的时间来看Android Make,在网上总是看到某某大虾说一天就把Android Make ...
分类:
移动开发 时间:
2015-03-15 00:34:06
阅读次数:
238
因为想要学习python界面和串口通信。所以在github上面找到了这个一个程序 地址是http://eli.thegreenplace.net/2009/08/07/a-live-data-monitor-with-python-pyqt-and-pyserial我使用git将代码clone出来之...
分类:
其他好文 时间:
2015-03-15 00:35:41
阅读次数:
337
前言 做过杭电、浙大或是北大等ACM题库的人一定对“刷题”不陌生,以杭电OJ为例:首先打开首页(http://acm.hdu.edu.cn/),然后登陆,接着找到“Online Exercise”下的“Problem Archive”,然后从众多题目中选择一个进行读题、构思、编程、然后提交、最后查....
http://blog.csdn.net/lifetragedy/article/details/7708724 http://blog.csdn.net/lifetragedy/article/details/43817903
分类:
其他好文 时间:
2015-03-15 00:35:42
阅读次数:
138
很容易发现约束条件: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:34:09
阅读次数:
162
微软近期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:52
阅读次数:
185
session是什么:session即会话,是一种持续性,双向的连接。session和cookie在本质上没什么区别,都是针对http协议的局限性提出的一种保持客户端和服务端会话状态的机制。session的实现1.cookie : 通过在cookie中存储sessionID2.url重写:index...
分类:
其他好文 时间:
2015-03-15 00:33:09
阅读次数:
170
参考:http://fex.baidu.com/blog/2014/10/html-head-tags/Head DOCTYPE(Document Type),该声明位于文档中最前面的位置,处于 html 标签之前,此标签告知浏览器文档使用哪种 HTML 或者 XHTML 规范。 DTD(Doc.....
分类:
Web程序 时间:
2015-03-15 00:34:27
阅读次数:
193
今天学习了JS的验证表单功能。现在想想就有点小激动,也可以做出点小效果出来了。需求:用户输入的密码中不能包含空格表单代码:密码 Js代码:function checkPassword(){ var passwordEle = document.getElementsByName("password....
分类:
Web程序 时间:
2015-03-15 00:32:09
阅读次数:
152
百度了一下稳定婚姻问题。。 还有什么GS算法。。以为什么高端的东西。。尼玛结果代码跟上一题一模一样的好吗。。醉了。。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #...
分类:
其他好文 时间:
2015-03-15 00:32:27
阅读次数:
140
VM虚拟机配置:NAT网络配置参考:http://www.cnblogs.com/gongice/p/4337379.html安装Hadoop前的装备(在每一台主机上):配置sudo(可选):[root@hadoop01 hadoop]# chmod u+w /etc/sudoers[root@ha...
分类:
其他好文 时间:
2015-03-15 00:31:26
阅读次数:
140
Android Drawable 与 hardwareAccelerated
分类:
移动开发 时间:
2015-03-15 00:33:39
阅读次数:
244
原文网址:http://www.cloudchou.com/android/post-276.html本文原创作者:Cloud Chou.欢迎转载,请注明出处和本文链接1.概述编译Android的第三步是使用mka命令进行编译,当然我们也可以使用make –j4,但是推荐使用mka命令。因为mka将...
分类:
移动开发 时间:
2015-03-15 00:32:16
阅读次数:
276