摘要: 一个简单的HashMapC语言实现 blog.csdn.net/cheungmine/article/details/1894219 http://ubuntuforums.org/showthread.php?t=1222055http://elliottback.com/wp/hashmap-implementation-in-c/http://stackoverflow.com/questions/3300525/super-high-performance-c-c-hash-map-table-dictionary 阅读全文
posted @ 2011-12-26 11:34 规格严格-功夫到家 阅读(652) 评论(0) 推荐(0) 编辑
摘要: inet_addr 将"数字+句点"的格式的IP地址转换到unsigned long中,返回值已经是按照网络字节顺序的相反inet_ntoa把类型为struct in_addr的数据转化为"数字+句点"的形式的字符串typedef u_int32_t in_addr_t;struct in_addr{ in_addr_t s_addr;};本机字节顺序与网络字节顺序的转换#include <arpa/inet.h>htons ------"host to network short"htonl -------"h 阅读全文
posted @ 2011-12-26 11:17 规格严格-功夫到家 阅读(319) 评论(0) 推荐(0) 编辑
摘要: http://developer.51cto.com/art/201003/191063.htmhttp://www.imladris.com/Scripts/PythonForWindows.html 阅读全文
posted @ 2011-12-26 11:15 规格严格-功夫到家 阅读(175) 评论(0) 推荐(0) 编辑