获取系统类型及版本号: php_uname() (例:Windows NT COMPUTER 5.1 build 2600)只获取系统类型: php_uname('s') (或:PHP_OS,例:Windows NT)只获取系统版本号: php_uname('r') (例:5.1)获取PHP运行方式...
分类:
Web程序 时间:
2015-01-23 17:56:24
阅读次数:
138
Recommended BooksHere is a list of books which I have read and feel it is worth recommending to friends who are interested in computer science.Machine...
分类:
其他好文 时间:
2015-01-22 09:20:20
阅读次数:
161
cmd命令打开组策略:gpedit.msc,然后按照如下图所示操作以下几个链接是在网上找的,解决了一部分用户的问题,但是我的依然没有解决,按照上图的设置成功解决http://bugnotes.net/computer-use/win7ts.htmlhttp://www.xp85.com/html/article-95-926.htmlhttp://blog.csdn.net/m..
Background
Many areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an early AI study of planning
and robotics (STRIPS) used a block worl...
分类:
其他好文 时间:
2015-01-21 20:08:58
阅读次数:
185
Hi everyone. Today I will start a new series of esssays introducing the elementary knowledge of Perl, a computer language of which probably many of u....
分类:
其他好文 时间:
2015-01-21 19:49:19
阅读次数:
271
Computer
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 3651 Accepted Submission(s): 1852
Problem Description
A school bought the f...
分类:
其他好文 时间:
2015-01-20 12:06:53
阅读次数:
190
Mary Shaw寻求一种更好的软件工程研究方法MaryShawSchool of Computer Science, Carnegie Mellon University摘要关于对物理学,生物学和医学的研究过程,人们早已有了公开的精准的解释。即便是在形式上看似简单,但这个领域的内和外也算提供了有价...
分类:
其他好文 时间:
2015-01-20 00:49:53
阅读次数:
283
计算机编程基础之深入理解计算机系统1目录概述——《深入理解计算机系统》计算机系统漫游信息的表示和处理概述——《深入理解计算机系统》Computer Systems A Programmers Perspective 英文译名计算机系统漫游本章简介当系统上执行hello程序时,系统发生了什么以及为什么...
分类:
其他好文 时间:
2015-01-18 13:06:45
阅读次数:
185
Strategic Game
Time Limit:10000MS Memory Limit:32768KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
Bob enjoys playing computer games, especially strategic games, bu...
分类:
其他好文 时间:
2015-01-18 11:52:24
阅读次数:
144
两次DFS,先从下往上搜一次,记录每个点到子树的最长距离与次长距离。次长距离的目的是如果在第二次更新的时候,最长距离与该子节点的方向是同一个方向,那就不能用这个最长距离了,只能用次长距离来更新。那么第二次dfs就是来从上往下来更新状态的。
代码如下:
#include
#include
#include
#include
#include
#include
#include
#i...
分类:
其他好文 时间:
2015-01-18 11:51:14
阅读次数:
160