Parallel Computer Simulator Description Programs executed concurrently on a uniprocessor system appear to be executed at the same time, but in reality Read More
Ancient Cipher Description Ancient Roman empire had a strong government system with various departments, including a secret service department. Import Read More
poj2271 HTML Description If you ever tried to read a html document on a Macintosh, you know how hard it is if no Netscape is installed. Now, who can f Read More
题目链接:http://poj.org/problem?id=1318 /*题意:在字母乱序的单词里面找到字母相同的字典里面的单词*/ /*此题的主要思路是要将字符排序,然后找对应,如果相同,那么就将此按字典序将字母一样的单词输出,本人觉得此题的关键的问题是要将字符排序,那么就会出现二维字符数组的排 Read More