搜索资源列表
ping_winsock&icmp
- 用VC实现的PING源代码,提供了两种实现方式:1、Windows Socket;2、基于ICMP。代码总共才500多行,对于理解PING程序原理很有帮助-with VC's PING source code, provided implemented in two ways : one, Windows Socket; 2, based on ICMP. A total of code before more than 500 firms, the procedures for und
FTP协议解析与实现
- 总所周知,FTP在网络中有着重要的地位,如何全面认识它呢, ”FTP协议解析与实现“有助于我们理解和应用它。-total known, FTP in the network has a crucial position, how to fully understand it?, "FTP Analysis and Implementation of the agreement" will help us to understand and apply it.
BitTorrent的源代码
- BitTorrent的源代码。 虽然版本有点底,但我认为这样可以让我们更好地理解软件的编程思路和编程技巧。-BitTorrent source. Although some version of the end, but I think this will give us a better understanding of software programming ideas and programming skills.
tcp-ip详解卷2
- 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机
修改版的java聊天器
- 在原来的基础上进行修改 1.就是把接受线程放在了chat.java中了.这样在此jcreate3.x版本中就可以用了. 我是这样理解的.如果接受线程放在chatFrame中的话,在程序运行实例chatFrame对象后,得到的只是一个没接收数据前的List,所以不管发多少数据都不会显示的窗体上.不知是不是? 2.用Calendar对象返回时间,虽是做出来了但Calendar对象的getTime()方法返回的时间toString().getBytes()后,时间保存在数组的位置10上,应
CRC_self
- CRC 校验源码分析,第一次接触还真难以理解。这些东西不想在这里讲,随便找一下都是一大把。我想根据源代码来分析会比较好懂一些。-CRC-source analysis, the first contact really hard to understand. These things do not want to speak of here, what kid is a lot. I wish to source code analysis to better understand some.
TCP-IP2
- 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机
V1.0b
- 这是一款全中文环境的傻瓜型汇编语言辅助开发工具;它包含179个DOS/BIOS中断功能和6个常用的程序框架的模板,用户只要根据自己的需要在窗口中设置选项,就可以快速、准确地自动生成相应的汇编源代码;其中的二进制位的设置与计算、使用哪些寄存器、大量数据的编排(如:低格时的扇区的交叉排列)等等既往需要程序员记忆、理解、计算、查资料才能完成的工作,现在都可由软件隐含自动完成。程序框架模板可自动生成汇编程序的各个段、循环语句、判断语句等,用户可以象使用高级语言一样,不用考虑程序格式以及如何设置跳转标号等
IPSNIFFER
- 分析理解ip数据包和相关的协议,使用vc++编程-analyze and understand data packets and related agreements, the use of vc Programming
iparp
- 编程对ARP协议的理解-a program of using ARP protocol.
ping(icmp)
- 一个非常好的ping源代码程序,强烈推荐。 可以好好研究和学习,可以更加深入理解icmp协议。-a very good ping source code procedures, and strongly recommended. Can be properly examined and learning to be more in-depth understanding icmp agreement.
chatRoom_src
- 小小的聊天室程序,代码十分容易看有点程序基础者即可理解该程序在VC++ 上开发,可编译-little chat room procedures, code is easy to see who some basic procedures can understand the procedures developed in VC, compiler
ecToDo
- ecToDO Framework 是一个轻巧的,易于使用的基于PHP5的快速开发框架,旨在封装php开发过程中的一些通用流程,使开发者能够专注于功能的实现,以达到加速php应用程序的开发速度.它具有以下特点: a.流程封装,采用MVC分层结构,易理解,易使用,易扩展 b.使用流行的smarty及pear,同时支持自主扩展 c.内置权限验证,支持自定义权限验证方式 d.方便的客户数据验证方式,自动生成客户端验证代码,并支持扩展 e.使用Factory方式包装model,自
EmailClient_lab
- 用于实验的邮件客户端。用于1.理解收发电子邮件服务器和客户端的交互过程。 2.理解SMTP协议和POP3协议的原理,了解SMTP协议和POP3协议的内容。 理解发送和接收电子邮件的过程,邮件服务器和客户端的 -for experimental mail client. For one. Understanding e-mail server and client interaction process. 2. Understand SMTP and POP3 protocol agr
OpenSIP
- oSIP实现的SIP协议栈源代码,按它的话理解应该是2000,我的编译是在XP下编译的,也能编译通过。-oSIP achieve the SIP protocol stack source code, by then it should be understood to 2000, I compiler is compiled under XP can also compile.
MyAgent_src
- snmp 一个agent 的开发,对于理解开发agent很有帮助-snmp an agent of development and for understanding the development of useful agent
thesecretofGoogle
- Google搜索引擎算法的秘密介绍,对搜索引擎理解有帮助-Google search engine algorithm secret, the right search engine to help understand
jinpengfei
- 金鹏飞科技-理解边界扫描(boundary scan)JTAG测试.htm-Jinfengfei technology-understood boundary scan (boundary scan) JTAG test. Htm
asearchd-1.01.tar
- 开源搜索引擎源代码,供大家深入理解搜索引擎源码!
我对snmp++软件包的理解和应用
- 对snmp++软件包的理解和应用-Understanding and Using the SNMP++ software package