搜索资源列表
udpClient
- 一个用于UDP通讯的示例程序。可以方便的查看通讯数据,以及发送数据。-a UDP communications for the sample program. Check to make communications data, and send data.
ip2K
- 下面就给出一个简单的示例,该示例可以捕获到所有经过本地网卡的数据包,并可从中分析出协议、IP源地址、IP目标地址、TCP源端口号、TCP目标端口号以及数据包长度等信息。-Now, given a simple example, the sample can catch all through local LAN data packets can be analyzed from the agreement, IP source address, IP destination address, s
MdfMac
- 一个修改本机网卡物理地址的源代码和示例程序-a LAN to modify this machine physical address and the source code sample program
Lobby_server
- Lobby大厅服务器示例代码,描述了一个服务器的编写方法-server sample code, a descr iption of the preparation method server
jm-c
- 转载,给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对文件进行加密,当解密时,只需再运行一遍加密程序即可. 下面是一个实例程序,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改).程序有很好的容错设计,这是我们应该学习的.-reproduced for file encryption technologies lot, which will be divided into differ
winsocketsrc
- 一个socket编程的完整示例代码,对初学者掌握socket编程的步骤很有用处。-a socket programming complete sample code, for beginners master socket programming steps useful.
LogonNP
- This Windows NT Sample Network provider implements a small subsection of the NP interface. What it shows is how you can sample logon information when a logon is performed. This \"credential sampling\" is often useful for implementing uni
First_Socket_Example_TCP
- c# sokcet 简单示例程序,给初学网络编程的人使用-c # sokcet simple sample program to a novice network programming to the use of
lspSample
- This code sample illustrates a Winsock 2 layered service provider (LSP). An LSP is a method of inserting a layer between the Winsock 2 API and applications. This is achieved by creating a DLL which implements the entire set of Winsock provider
ECHO
- you know a protocol, you can just search this text file. Each entry starts with the filename of the sample program, followed on the next line by keywords relevant to the sample. After that is a summary of the program, highlighting its functions
get_by_ip-2005-02-06.tar
- 一个PHP Class ,能获得你的IP位置 /******* sample ***** $ipdata=new get_by_ip echo str_repeat(\"-=\", 10).\"<br><br>\" echo $ipdata->msg echo str_repeat(\"-=\", 10).\"<br><br>\" echo $ipdata->ip.\"<br>\" echo $ipdata->host
daxfi-1[1].0.tar
- DAXFi是一个Python 脚本,可以方便地帮助配置几个不同种类的防火墙。它可以作为后台程序运行,并根据外部条件调整其行为;可以用XML文件,XML字符串描述规则,或是直接由代码生成;可以用一种用Python写的插件配置和扩展程序。它带有一个Python 包,用于建造其它应用程序,用一种统一的方式(包括一些样例程序)处理不同的防火墙-DAXFi is a Python scr ipt, can help to facilitate the distribution of several dif
miniport
- This a sample NDIS driver supporting the National Semiconductor Fast Infrared Controllers. It implements the OID_IRDA_* calls required of any NDIS IrDA miniport.
goole-earth.MFC实现google-earth地图的功能
- mfc开发的一个小程序,实现google-earth地图的功能。可以用来参考如何在应用程序中嵌入网页,也可以用来参考google-earth的应用。,a sample test
微软官网LSP
- // Descr iption: // // This sample illustrates how to develop a layered service provider that is // capable of counting all bytes transmitted through an IP socket. The application // reports when sockets are created and reports how many