题目:There is a new alien language which uses the latin alphabet. However, the order among letters are unknown to you. You receive a list of words from ...
分类:
其他好文 时间:
2015-12-07 15:55:04
阅读次数:
184
日博365: 《异形》宇宙延伸出的科幻片《普罗米修斯》续集定名为《异形:失乐园》(Alien: Paradise Lost)还没过两个月 ,导演雷德利·斯科特就在新采访中抛弃了这个名字,改口称《普罗米修斯2》为《异形:契约》(Alien: Covenant)。 鉴于《普罗米修斯2》明年2月份才会.....
分类:
其他好文 时间:
2015-11-16 18:56:18
阅读次数:
192
一、简介 alien是一个用于在各种不同的Linux包格式相互转换的工具,其最常见的用法是将.rpm转换成.deb(或者反过来)。 二、安装 http://toutiao.com/a6188997768449360129/ 三、实例 http://www.linuxidc.com/Linux/201...
分类:
系统相关 时间:
2015-11-15 16:01:20
阅读次数:
348
今天使用ubuntu安装JDK的时候发现ubuntu不支持rpm包的安装刚熟悉ubuntu,在安装jdk的rpm包时发现报错。rpm:RPMshouldnotbeuseddirectlyinstallRPMpackages,useAlieninstead!rpm:Howeverassumingyouknowwhatyouaredoing...百度了一番发现Ubuntu的软件包格式为deb,而RPM格式的包..
分类:
系统相关 时间:
2015-10-13 19:22:06
阅读次数:
253
CreatePipe:创建一个匿名管道并从中得到读写句柄。什么是管道?在Linux中,管道是一种使用非常频繁的通信机制。从本质上说,管道也是一种文件,但它又和一般的文件有所不同,管道可以克服使用文件进行通信的两个问题,具体表现为:· 限制管道的大小。实际上,管道是一个固定大小的缓冲区。在Linux中...
分类:
Windows程序 时间:
2015-09-06 16:16:53
阅读次数:
1620
Problem A. Alien Communication MasterclassTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://codeforces.com/gym/100610DescriptionAndrea is a famous scie...
分类:
其他好文 时间:
2015-09-05 19:24:28
阅读次数:
483
这三个函数主要用来提升进程的权限
1 OpenProcessToken()函数:获取进程的令牌句柄
OpenProcessToken的原型.
BOOL WINAPI OpenProcessToken(
__in HANDLE ProcessHandle,
__in DWORD DesiredAccess,
__out PHA...
Well, this problem is not that easy. First you may need some clarifications about the problem itself. If you do, you may refer to this link for a nice...
分类:
其他好文 时间:
2015-08-25 23:16:23
阅读次数:
326
Another topological sorting problem. Note: the DFS one is like a 'post-order' traversal.class Solution { unordered_map> g; unordered_set visited...
分类:
其他好文 时间:
2015-08-25 14:10:04
阅读次数:
189
Find the Clones
Time Limit: 5000MS
Memory Limit: 65536K
Total Submissions: 7524
Accepted: 2789
Description
Doubleville, a small town in Texas, was attacked by the alien...
分类:
其他好文 时间:
2015-08-21 15:43:37
阅读次数:
242