搜索资源列表
java8543535462
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-server and client presentation by Socket Interfa
router3
- console下模拟一个小的路由器程序 socket对话 多线程通信 DV算法的实现-console under simulated a small router dialogue process multi-threaded socket communication DV Algorithm the realization
IoSocket_Sample
- 一个采用汇编线程池实现的Socket完成端口编程例程。-a compilation Thread Pool used to achieve the complete port Socket programming routines.
networkfish
- 是一个客户/服务器程序,运行较复杂 此运用了Java语言的多线程、异常处理、画图、Socket技术、网络传输中的组播等-is a client / server program, the more complicated this operation using the Java language, multithread Exception handling, drawing, Socket technology, network transmission of Multicasting
mysocket_MultiThread
- 自己写的服务端及客户端Socket类。支持多线程。-himself wrote the server and client Socket class. Support multithreading.
30200242390
- socket实例,关于多线程的内容,比较基础
cSocket.rar
- 一个用于delphi多线程Socket.多线程Socket阻塞模式下通信的例子,Delphi one for multi-threaded Socket. Multithreaded Socket blocking mode of communication example
VC_advanced_program_development
- 本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project s
synflood
- 多线程dos程序 前置知识:socket raw编程、多线程 难度: 中 编译环境:VC6.0+win2000 测试环境:win2000+局域网 当我搞不定一台肉鸡时,我都会dos它来发泄一下的。或者看哪个论坛不顺就会dos它! 下面我为大家介绍dos攻击程序的原理和实现,但目的不是叫大家去dos别人啊,我是希望大家从中能够学习到这方面的技术,而不是教会你们去破坏啊!如果你们的初衷是搞破坏的话,我倒不如不讲了。讲了也失去它的价值 -Pre-knowledg
Book
- 《Delphi 深度编程及其项目应用开发》 PDF格式 附带源码 简 介 本书是在总结作者多年Delphi开发经验的基础上编著而成。全书分为基础篇和应用篇。 基础篇结合示例论述了Delphi的深度编程技术,其中包括9章,分别为:理解Windows消息、 进程与线程、自定义组件的编写、文件操作、创建DLL应用程序、两层数据库应用程序、多 层数据库应用程序、Socket编程、串口编程;应用篇结合物资管理信息系统项目应用开发 技术和经验,详细阐述了一般管理
SDH_MidSvr
- Delphi源代码。 SDH网管设备管理副区区程序,线程、网络通信、Socket,命令解析。-Delphi source code. Deputy District SDH network device management program, threads, network communications, Socket, command parsing.
JAva-Socket
- 精通Java网络编程,包含输入输出流 服务器 套接字 以及Java线程机制等源代码-Proficient in Java network programming, including input and output stream server socket and threading mechanism of Java source code
223
- C 23基于TCP的Socket多线程通信(包含服务器端和客户端)-C# communication
Multithrea
- 这是一个更新的多线程端口扫描,使用阻塞套接字扫描速度。它还显示了示例使用消息的线程之间沟通的主要形式。-This is an update to multi-threaded port scanning, using blocking socket scanning speed. It also shows the example using the message of the main form of communication between threads.
CSharp-Socket-Examples
- C# Socket多线程编程实例,比较丰富,适合学习使用-C# Socket Multithreading
WebPainter
- 一个网络白板程序,有客户端和服务器端,服务器实现多线程,并且可以实时显示连接数及连接的ip,客户端实现绘图功能,并把图像发到服务器端,服务器转发给其他客户端。代码是用java写的,采用的基本Server/Client的方式实现。网络白板是非常适合初学者研究的一个项目,对于是用socket,了解s/c机制有些帮助。我的代码也写得十分简单,功能也比较齐全,而且这个是福利资源,大家快来下-Whiteboard procedures, a network with the client and serv
ioctlsocket
- 一个delphi中用多种模式socket的示例,包括: 1、阻塞单线程 2、阻塞多线程 3、非阻塞模式 4、Select模式 5、WSAAsynSelect模式 6、IOCP模式 7、UPD通讯 非常经典!(An example of using multiple patterns of Delphi in socket, including: 1, blocking single thread 2, blocking multithreading 3, non
EMTASS2.1
- 别人写的非常不错的Delphi异步多线程框架。对新手比较有用,方便入门。(Someone else wrote a very good Delphi asynchronous multithreaded framework. It is useful for novice and easy to get to the door)