- 博客(5)
- 收藏
- 关注
翻译 bt协议翻译
文章出处:http://wiki.theory.org/BitTorrentSpecification翻译:陈亮e-mail: clzzclzz@hotmail.com版本: 0.1说明:本文只翻译了原文中的一部分日期:2004-11-8 --- 2004-11-9Peer wire protocol (TCP) 基于tcp的那部分协议Overview总述The peer protoco
2004-11-24 11:23:00
2022
1
转载 windows图像格式
Graphics File FormatsThis topic describes the graphics-file formats used by the Microsoft Windowsoperating system. Graphics files include bitmap files, icon-resource files,and cursor-resource files.
2004-10-25 17:05:00
1174
转载 Debug Isapi
How to debug ISAPI DLLs on Windows 2000 with IIS 5by Corbin Dunn 1. In the "Administrative Tools" portion of the "Control Panel", start the "Internet Services Manager." Right click on your website
2004-10-25 16:58:00
1116
原创 myicq情景分析
1.第一个情景:用户注册1.第一个情景:用户注册这个情景主要用到的数据结构:(1)IcqUser让我们先来看IcqUser的代码,class IcqUser : public IcqInfo {public:IcqUser();void load(DBInStream &in);void save(DBOutStream &out);string passwd;uint8 auth;};cla
2004-04-26 12:47:00
2271
2
原创 c中的数据类型
/*作者:陈亮 日期:2004-45-25*/(注:)以下内容都是说在32位的操作系统下的C的常用数据类型:一、首先要搞清的基本问题:1.在计算机中内存的基本单位是byte,这就意谓着C中所有的数据类型也是以byte为基本单位的.2.1 byte(字节) = 8 bit(位); 1kb(千字节) = 1024 byte(字节).3.INTER的内存是以4kb边界对齐的.(一页内存).4.计算机中
2004-04-26 11:51:00
1205
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人