03 2012 档案
摘要:原创文章,转载请注明出处:http://www.cnblogs.com/justinzhang/ 还记得当年本科的时候,一大群人围着一个国安的登陆框在哪儿破解。其实自己对安全方面的东西了解的非常的少,最近遇到一个非常牛逼的UML工具,可惜没有源代码、没有文档,在这种霸道的封杀之下,又点燃了学习反汇编&破解的热情。虽然这是一个非常非常简单的例子,但这是自己多年以来想做的事情,今天终于动...
阅读全文
摘要:/***时间:2012年3月9日13:04:00*作者:张超*Email:uestczhangchao@gmail.com*/#include <iostream>#include <windows.h>#include <time.h>using namespace std;int Mat[1000];void fun1(){ int *tmp = &Mat[500]; for (i...
阅读全文
摘要:/**水题一道~~ *时间:2012年3月6日21:55:18*作者:张超*Email:uestczhangchao@gmail.com*/#include <algorithm>#include <iostream>#include <map>using namespace std;int path[201];int main(){ int nTestCase = 0; int nT...
阅读全文
摘要:/**From the art of computer programming:vol 3:Sorting and Searching*时间:2012年3月6日21:02:32*作者:张超*Email:uestczhangchao@gmail.com*/#include <iostream> using namespace std; void Distribution_Counting(int...
阅读全文