摘要: // Thanks IBM // http://www.ibm.com/developerworks/linux/tutorials/l-sock2/section5.html #include #include #include #include #include #include #define BUFFSIZE 255 void Die(const char *mess... 阅读全文
posted @ 2010-11-01 21:58 ALLI Look for Lost Idylls 阅读(292) 评论(0) 推荐(0) 编辑
摘要: // server.cpp #include #include #include #include #include #include #define MAXLINE 80 #define SERV_PORT 8888 void do_echo(int sockfd, struct sockaddr *pcliaddr, socklen_t clilen) { int ... 阅读全文
posted @ 2010-10-30 14:22 ALLI Look for Lost Idylls 阅读(268) 评论(0) 推荐(0) 编辑
摘要: // Thanks to Movable Type Scripts google.maps.LatLng.prototype.distanceFrom = function(latLng) { if (!latLng) { return NaN; // not a valid LatLng } // WGS-84 ellipsoid params ... 阅读全文
posted @ 2010-10-15 13:55 ALLI Look for Lost Idylls 阅读(289) 评论(0) 推荐(1) 编辑
摘要: } return inPolygon;} 阅读全文
posted @ 2010-10-15 10:25 ALLI Look for Lost Idylls 阅读(365) 评论(0) 推荐(0) 编辑
摘要: ThanksDuoas(http://www.cplusplus.com/forum/unices/4380/).// vt100.h/*----------------------------------------------Terminal macros to use in C++ console programs---------------------------------------... 阅读全文
posted @ 2010-10-12 18:51 ALLI Look for Lost Idylls 阅读(305) 评论(0) 推荐(0) 编辑
摘要: C++ Resource Incomplete ReferenceThanks the author (http://www.zengyihome.net/ ) 编译器BorlandC++......VisualC++......IntelC++著 名CPU制造厂商Intel出品的编译器,SpecialDesignforIntelx86!对于Intelx86结构的CPU经过特别的优 化。在有些应用... 阅读全文
posted @ 2009-12-16 14:21 ALLI Look for Lost Idylls 阅读(262) 评论(0) 推荐(0) 编辑
摘要: GuiToolkitA MFC based GUI libary, besting the world for his features and opening ideas.Thank the author for such a lot of very genius and kindness. 阅读全文
posted @ 2009-12-10 09:29 ALLI Look for Lost Idylls 阅读(523) 评论(0) 推荐(0) 编辑
摘要: 亿赛通是国内知名的提供数据安全管理、数据安全保护、网络信息安全三大领域的公司,其产品主要为企业提供信息加密和安全服务.亿赛通---文档安全管理系统在国内被广泛应用于公司代码保护.其安全性是获得大多数人认可的.亿赛能暴力破解是有难度里,所以这里提供一种简单的投机取巧的非暴力破解方法,只作为探讨,千万不要用于非法目的.由于不恰当的使用本文,引发的不良后果,由肇事者自己负责。我是这样研究的,由于我使用的... 阅读全文
posted @ 2009-11-26 09:07 ALLI Look for Lost Idylls 阅读(1025) 评论(0) 推荐(0) 编辑
摘要: 测试浏览器的速度,看看你的浏览器是不是宇宙中最好的……http://service.futuremark.com/peacekeeper/results.action?key=2Nmw 阅读全文
posted @ 2009-11-06 08:45 ALLI Look for Lost Idylls 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 首先下载安装Google Earth Plugin(http://dl.google.com/earth/plugin/GoogleEarthPluginSetup_en.exe)。然后注册申请一个Google Maps API key,用该key替换掉下文代码中的ABCDEFG。将下文代码复制到记事本并保存成HTML文件,例如GoogleEarth.html。<html><he... 阅读全文
posted @ 2009-09-14 07:00 ALLI Look for Lost Idylls 阅读(1667) 评论(0) 推荐(0) 编辑