搜索资源列表
用Java编写HTML文件分析程序
- 用Java编写HTML文件分析程序 一、概述 Web服务器的核心是对Html文件中的各标记(Tag)作出正确的分析,一种编程语言的解释程序也是对源文件中的保留字进行分析再做解释的。实际应用中,我们也经常会碰到需要对某一特定类型文件进行要害字分析的情况,比如,需要将某个HTML文件下载并同时下载与之相关的.gif、.class等文件,此时就要求对HTML文件中的标记进行分离,找出所需的文件名及目录。在Java出现以前,类似工作需要对文件中的每个字符进行分析,从中找出所需部
lincan-0.3.3.tar
- LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linu
WSAAsyncSelect
- visual C++网络编程之WSAAsyncSelect IO模式源码资料。客户端以及服务器,了解网络模式必读资料。
select-chatting.tar
- 使用IO多路复用完成聊天室功能,Linux C完成-Multiplexing using the IO completion chat function, Linux C complete. .
IOCP
- 关于IOCP 关于Socket与完成端口的C++源代码。-About IOCP-(C++)Soure Code,Contains four examples of different degrees of difficulty. About Socket and finish port of C++ source code.
boot_ASIO
- ASIO是基本Boost开发的异步IO库,封装了Socket,简化基于socket程序的开发。是新一代的C++跨平台的工具-Boost the development of ASIO is the basic asynchronous IO library encapsulates Socket, socket-based program development simplified. Is a new generation of C++ cross-platform tools
CompSocket
- 比较perl几种编写socket的效率~!有POE、底层c库的socket还有封装的IO::Socket!-More a few plaits of perl write the socket efficiency~!The IO that socket that has the POE, the first floor c database still seals to pack:: Socket!
101259376LANCommunion
- < 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual
IOCP_ExamSys
- 基于IOCP的C/S架构的考试系统,客户端实现全屏显示(屏蔽所有热键,任务栏,任务管理器等); -Based on IOCP' s C/S architecture test system, the client to achieve full-screen display (block all hotkeys, taskbar, task manager, etc.)
WSAEventServer
- visual c++ 网络编程之WSAAsyncSelect IO模式源码,了解网络模式必读资料。
ASP.NET_3.5
- 第1章 .ASP.NET入门 第2章 C#语言基础 第3章 System.IO命名空间 第4章 ASP.NET Web服务器控件 第5章 网站设计 第6章 ASP.NET数据库编程 第7章 网络安全与验证 第8章 内建组件对象-Chapter 1. ASP.NET Chapter 2 Introduction to C# Language Fundamentals Chapter 3 System.IO namespace Chapter 4 ASP.NE
IO
- 一片个人总结冠以网络套接字五种IO模型的c++编程步骤和简单的方法,文章详细讲解了各种IO模型的优缺点,包含作者本人半年来对IO模型理解和总结,很适合学习IO的新手。-this isone article about socket in IO.
2
- IOCP完成端口的两个编程实例,Visual C++6.0实现,用于建立海量服务器通信程序-IO complate Port programming
TestAESCipher
- 此TCP C/S源码为多客户连接,通过创建多个线程创建不同客户,同时才有IO复用方式-The TCP C/S source code for a number of client connections, through the creation of multiple threads to create different customers, while only IO multiplex mode
network-communication
- 基于C/S模式的简单程序,包含select模型、WSAAsyncSelect模型、重叠IO之完成例程、完成端口,网络初学者可以参考。-Simple procedure based on C/S mode, including select models WSAAsyncSelect model, overlapped IO completion routine completion port, network beginners can refer to.......
io
- 学习网络编程的好资料,主要介绍了io重叠模型。学习c/c++的可参考-if you are learning c/c++,it can help you
IO
- 基于linux平台的多路IO复用,使用了select和poll来实现(Multiplexing of multiplex IO based on Linux platform)
TcpSevice
- C# 访问TCP类,实现了TCP端口队列处理,可以方便的实现多客户端的访问及数据处理(using System; using System.Collections.Generic; using System.Text; using System.Configuration; using System.IO; using System.IO.Ports; using System.Threading; using System.Runtime.Serialization; usin
TCP_socket_select
- 此资源是一个基于TCP以及IO多路复用技术select()的一个简易且可靠的多人聊天室。可运行在windows平台,开发软件为VS2013,具体功能实现为多个client可以连接到一个server,具有较强的抗并发能力,并且可以互相发送文本信息,有掉线、发送、接收等完善的提示功能。代码注释较为完善且是英文。(This resource is a simple and reliable multi - person chat room based on TCP and the IO multipl
c++版服务端客户端
- c++版的服务端和客户端 采用select io model(C++ server and client)