搜索资源列表
LANusersCom
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
IOCPTest
- 使用完全端口进行网络编程。这是一个非常有用的例子程序。-full use of port network programming. This is a very useful example programs.
CAsyncSocketEx
- CAsyncSocketEx,一个很好用的CAsyncSocket扩展类-CAsyncSocketEx, a very easy to use CAsyncSocket expansion class
VB中如何使用 Winsock 控件
- VB中如何使用 Winsock 控件-VB how to use the Winsock Control
adi
- 线程工具,可以使用ndis中间层,用vc编的简单防火墙程序使用ndis中间层,用vc编的简单防火墙程序-threading tools can use NDIS intermediate layer using vc series of simple procedures for the use of firewall NDIS intermediate layer using vc series of simple procedures firewall
anQQ02
- 阿男脱机QQ挂机系统 v0.2 主要修改了以下地方: 1、整理了后台,增加了系统设置功能,现在不用改网站页面就可以使用了此程序了 2、友情链接后台管理功能。考虑到大家很懒,就加上后台管理链接功能 3、对相册上传安全增加了点安全措施,只允许上传jpg,gif文件 4、修改了大量原1.0程序中的错误,现在没有内容时也不会出现错误 5、修改了金钱交易地方的漏洞-offline QQ outboard system V0.2 main changes the following places : one
ydyclass11
- 主要修改了以下地方: 1、整理了后台,增加了系统设置功能,现在不用改网站页面就可以使用了此程序了 2、友情链接后台管理功能。考虑到大家很懒,就加上后台管理链接功能 3、对相册上传安全增加了点安全措施,只允许上传jpg,gif文件 4、修改了大量原1.0程序中的错误,现在没有内容时也不会出现错误 5、修改了金钱交易地方的漏洞-main changes the following places : one, compiled background, the increase in system s
Quicksend
- 使用delphi编写的实现局域网内通讯的程序,在delphi6下编译运行通过。-prepared by the use of LAN communications within procedures, the compiler running under Delphi6 through.
smtp_protocol
- 使用vc编写的实现SMTP简单邮件传输协议的程序,在VC6编译运行通过。-use vc prepared by the realization SMTP Simple Mail Transfer Protocol procedures, the VC6 compiler running through.
局域网扫描空密码主机和ftp共享资源
- 本安全评估系统通过对网络设备进行自动的安全漏洞检测和分析,模拟漏洞分析专家及安全专家的技术,提供基于策略的安全风险管理过程。网络漏洞扫描可执行预定的或事件驱动的网络探测,去识别可能被入侵者利用的网络安全漏洞。网络漏洞扫描提供了多种缺省的扫描策略配置,同时允许用户自己订做符合特定要求的策略。通过确认正确的配置,保证用户不会忽略正式的安全策略,使所有的系统都保持合理的安全性来抵御外部的攻击。-assessment of the security system of network equipment
ethereal-0.10.10.tar
- ethereal-0.1 0.tar.gz,把后缀改为bz2,这是个监视网络数据包的软件源代码,这个软件特别好使,我一直在用-Ethereal - 0.10.10.tar.gz, bz2 suffix instead, it is a surveillance network packet software source code, the software so special, I have been in use
利用TCPIP实现简单的客服务器模式
- 利用TCPIP实现简单的客服务器模式,用C语言实现-TCPIP simple use of the passenger server model, with C language
ex 1
- 我们的关于socket编程的一次作业, 遵循HTTP/1.0, 实现了PUT和GET方法, 希望对大家有点用!-on a socket programming operations, followed HTTP/1.0, achieving GET and PUT methods, we hope to use a bit!
Ex 2
- 介绍了netstat, ping等网络命令的作用和使用方法, 使用改进后的client来计算接收和发送的包的数目.-introduced, such as network ping orders of the role and use of methods, the use of improved client to receive and send calculation of the number of packets.
网站统计系统
- C#/ASP.NET开发的网站统计系统,功能很全面,使用便捷。适合中小型网站使用。-C# / ASP.NET development of the web site statistics system, functions very comprehensive and easy to use. Suitable for small and medium-sized sites.
可以聊天传送文件抓取屏幕
- 利用VC编写的程序!利用socket实现的网络编程!可以对等通信或者传送文件,对话,截图!超过一般的聊天之类的代码!-VC prepared by the procedure! Use the socket achieve network programming! Such communication can be right or transmission of documents, dialogue, screenshots! General chat over such code!
vcmessenger
- 信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming ste
tcpChat
- 用VB实现的TCP聊天程序,利用windows socket实现。-VB TCP Chat procedure, and use windows socket achieve.
WhSignalProxy
- 一个关于sip协议栈的信令代理服务程序, 实现穿越nat功能.配合媒体流使用.-a sip of the signaling protocol stack agency services program, realized through nat function. With the use of streaming media.
获取IP地址
- 获取计算机的IP地址的网络编程,采用VC++与大家共享-access to the IP address of the computer network programming, use and share VC