搜索资源列表
ARP解析
- 关键字:ARP,地址解析协议, ARP帧格式,VC, winpcap,包拦截, 这是我课程设计的一个程序,功能是在利用WinPcap提供的API函数, 使网卡工作在混杂模式下,对ARP包进行拦截,并对ARP包的格式进行分析, 本压缩包中加入了WINPCAP的安装文件,及文档说明. 本人希望与更多的人进行交流,QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : ARP, ARP, ARP frame format, VC, winpcap,
JSPcxsjzn
- 进销存管理系统!数据库源码!jsp源码!数据库设计模式!-inventory management system. Database source! Jsp source! Database Design Mode!
vanchattool
- 局域网聊天工具,C课程设计 采用C/S模式 -LAN chatting tool, C curriculum design using C / S mode
WebTalk
- 设计B/S模式的网络聊天室,客户端使用浏览器和服务器端java应用程序进行通信。采用瘦服务器富(Rich)客户端的思路,以使服务器响应大量用户的请求时减轻服务器的工作量,而客户端能轻松设计出更富动态的Web页面。-Design B / S mode network chat rooms, Clients use the browser and server-side java application procedures for communication. Fu server using th
chatserver1.2.tar
- Net-Sky ChatServer不同于其他的用PHP,ASP,PERL等脚本语言编写的或其他任何CGI模式的聊天程式,本聊天室程序使用标准C语言开发,独立于任何第三方WEBSERVER而运行,快速,高效,稳定,大容量。程序的设计目标是能在一台普通的PC上同时容纳上万人聊天。经初步测试,完全达标:每个聊天室一道进程,占内存约700K,80人在线时占CPU约0.03% (Pll450)。程序启动即将所有模版一次性载入内存,最大限度减少硬盘的I/O操作(聊天过程没有任何硬盘I/O),最大限度提高性
SwfUploadDemo.rar
- SWFUpload是一个客户端文件上传工具,最初由Vinterwebb.se开发,它通过整合Flash与Javascr ipt技术为WEB开发者提供了一个具有丰富功能继而超越传统<input type="file" />标签的文件上传模式。 SWFUpload的主要特点 * 可以同时上传多个文件; * 类似AJAX的无刷新上传; * 可以显示上传进度; * 良好的浏览器兼容性; * 兼容其他Javascr ipt库 (例如:jQuery, Prototype等); *
webbrowser
- PB调用Microsoft web browser control使用方法-Webbrowser This program shows how to use the . It uses the Web Browser control s Design Mode to allow you to easily create HTML documents. Click here to download the PowerBuilder sample: WEBBROWSER.ZIP
Server
- 套接字编程:简单的C-S模型, 以TCP/IP通信模式设计Server端程序-Socket programming: a simple CS model to TCP/IP communication mode design Server-side program
unblock_socket-udp-select
- 该程序是UDP方式的非阻塞网络socket通信代码,是我做语音设计时用的,供大家参考。-The program is a non-blocking UDP mode network socket communication code, I do voice design, for your reference.
chatserver1.2
- Net-Sky ChatServer不同于其他的用PHP,ASP,PERL等脚本语言编写的或其他任何CGI模式的聊天程式,本聊天室程序使用标准C语言开发,独立于任何第三方WEBSERVER而运行,快速,高效,稳定,大容量。程序的设计目标是能在一台普通的PC上同时容纳上万人聊天。-Net-Sky ChatServer different from the other with PHP, ASP, PERL scr ipt language or any other mode of CGI chat
P2P
- P2P流媒体系统相对于传统客户端/服务器模式流媒体系统由于具有可扩展性高、鲁棒性强、易于实现 负载均衡等特点而得到广泛应用。另一方面,通常需要对P2P流媒体系统性能指标进行评估以对系统设计 进行改进、优化设计参数。但是由于P2P系统的开放性和分布性,系统中没有统一中央控制实体,大量节点 动态加入离开系统会引起网络逻辑拓扑动态变化-P2P streaming media system as opposed to the traditional client/server mode be
Networkrealtimecommunication
- 网络实时通讯软件的设计与实现,本系统将实现局/广域网下Peer-to-Peer即时通讯功能,C/S模式,主要架构分为三个主模块:Client端,Server端-Network real-time communication software design and implementation, the system will achieve the Board/WAN under the Peer-to-Peer instant messaging features, C/S mode, the
netdictionary
- 网络英汉小词典 。课程设计需要 通过tcp/ip协议实现。包含tcp/udp工作模式 。运行参数 server -p protocol -i address -e port. client -p protocol -n address -e port-Small network of English-Chinese dictionary. Curriculum design through tcp/ip protocol. Contains the tcp/udp mode. Operating
FTP
- 1通过socket实现的FTP客户端,也是计算机网络的课程设计,内有详细说明,以及使用方法。 2由于出自学生之手,有少许错误还请包涵在VS2005环境下测试通过,可查看目录,改变目录,上传文件,下载文本文件(不同操作系统的服务器,自己开服务器可以下所有类型文件), 3操作方式类似于控制台方式打开FTP。 4网上少有的使用C++的SOCKET方式访问FTP,算法属于底层算法,不同于直接使用FTP类-1 through the socket to achieve the FTP clie
Myshellv0.1
- 作业控制是操作系统的首要功能,是连接用户与操作系统内核的最主要的通道。UNIX的作业控制由shell程序实现,它接收终端用户的联机命令,或执行shell脚本程序,完成用户的作业。shell以用户进程的方式运行于用户模式,因此,用户可以选择自己喜欢的shell程序,也可以使用自行设计的个性化shell程序。-Job control is the primary function of the operating system is to connect the user with the oper
Linux_Socket
- Socket 编程 Socket是应用层与TCP/IP协议族通信的中间软件抽象层,它是一组接口。在设计模式中,Socket其实就是一个门面模式,它把复杂的TCP/IP协议族隐藏在Socket接口后面,对用户来说,一组简单的接口就是全部,让Socket去组织数据,以符合指定的协议。-Socket Programming Socket is the application layer and the TCP/IP protocol suite communications middleware ab
design-of-instant-messaging-software
- 基于socket的即时通讯软件的设计,本设计通过研究讨论,设计基于socket编程的网络聊天系统,服务器端采用多线程并发服务方式,多客户端能同时连接服务器,并且客户端之间能进行通信。程序通过了验证与测试,证明了系统的可用性、易用性、完善性。-Socket-based design of instant messaging software,This design study and discuss the design of network-based chat system socket pr
s00
- 基于linux实现,反应器设计模式,一个线程处理一个对像,一个对像事件只被一个线程处理-Linux-based implementation, reactor design mode, a thread handling an object, an object was only one thread to handle events
canphp2.0
- CanPHP框架(简称CP),是一个简单、自由、实用、高效的php框架。CanPHP框架以面向应用为主,不纠结于OOP,不纠结于MVC,不纠结于设计模式,不拘一格,力求简单快速优质的完成项目开发,是中小型项目开发首选php框架。 -CanPHP framework (referred to CP), is a simple, free, practical and efficient php framework. CanPHP framework for application-oriented
EditGlyphs
- Reusing Browser Technology - Editing Glyphs!重用浏览器技术! Editing glyphs are images that represent the tags formatting a Web page. Editing glyphs give users visual clues about the structure of a page, and enable users to do more precise editing
