uva 10795 A Different Task
The (Three peg) Tower of Hanoi problem is a popular one in computer science. Briefly the problem is to transfer all the disks from peg-A to peg-C using peg-B as i...
分类:
其他好文 时间:
2015-01-28 14:45:37
阅读次数:
194
uva 216 Getting in Line
Computer networking requires that the computers in the network be linked.
This problem considers a ``linear" network in which the computers are chained together so...
分类:
其他好文 时间:
2015-01-27 13:19:04
阅读次数:
168
Description
A number of schools are connected to a computer network. Agreements have been developed among those schools: each school maintains a list of schools to which it distributes software (th...
分类:
移动开发 时间:
2015-01-26 19:22:23
阅读次数:
214
Background from Wikipedia: \Set theory is abranch of mathematics created principally by theGerman mathematician Georg Cantor at the end ofthe 19th cen...
分类:
其他好文 时间:
2015-01-24 22:36:39
阅读次数:
240
一些和用户登入窗口相关的设置项(包括开机时和解锁屏幕时的登录窗口):位置:computer configuration -> windows settings -> local policies -> security options设置项:一些和安装与禁用设备(例如USB)相关的设置项:位置:computer configuration -> windows settings -> admini...
分类:
其他好文 时间:
2015-01-24 18:48:51
阅读次数:
148
获取系统类型及版本号: 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