10 2010 档案

摘要:// 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 阅读(274) 评论(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 阅读(303) 评论(0) 推荐(1)
摘要:} return inPolygon;} 阅读全文
posted @ 2010-10-15 10:25 ALLI Look for Lost Idylls 阅读(374) 评论(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 阅读(312) 评论(0) 推荐(0)