Welcome![Sign In][Sign Up]
Location:
Search - java Winsock

Search list

[OtherinterQQ

Description: JAVA作的一个通讯工具 类似QQ 很好用 代码注释详细 用了WINSOCK套接字 多线程-Java for a similar QQ communications tool with good code with a detailed Notes Winsock INTERLINKED word Multithreading
Platform: | Size: 86872 | Author: 5201111 | Hits:

[.netVC/C#/Jave源码大全

Description: 代码包括:VC、Cshap、ASP.Net、Java等多种语言。 EJB编程,VC++下ACE开发入门,ASP.NET中实现DataGrid控件动态绑定数据的方法探讨,模仿深度剥离效果,C#中动态数组设计原理,基于WinSock的UDP数据转发,用VC++实现手机短消息查询,基于.NET框架RijndaelManaged类的数据加密器设计,等等
Platform: | Size: 2155234 | Author: wwsbbsemail_1@163.com | Hits:

[OtherinterQQ

Description: JAVA作的一个通讯工具 类似QQ 很好用 代码注释详细 用了WINSOCK套接字 多线程-Java for a similar QQ communications tool with good code with a detailed Notes Winsock INTERLINKED word Multithreading
Platform: | Size: 87040 | Author: 5201111 | Hits:

[Internet-NetworkRUDP

Description: 可靠用户数据报协议(RUDP)是一种基于可靠数据协议 (RDP: RFC908 和 1151 (第二版 )) 的简单分组传输协议。作为一个可靠传输协议, RUDP 用于传输 IP 网络间的电话信号。-reliable User Datagram Protocol (RUDP) is based on reliable data protocol (RDP : RFC908 and 1151 (2nd Edition)), a simple packet transmission agreements. As a reliable transmission protocol, RUDP IP network for transmission of telephone signals.
Platform: | Size: 103424 | Author: guojm | Hits:

[source in ebookjava_winsock

Description: java网络高级编程,这里包含本书的大部分源程序,读者需要调试程序时可以直接从这里拷贝到自己的相应目录下面。 本书中的每一章都单独作为一个目录,例如“chap1”中就包含了第一章中的源程序清单。 读者在查找文件时,首先到相应的目录下面去查找,如果没有则表明该章原文中有两个相同的文件名,则用户可以到该章相应的子文件夹中查找。例如读者查找“源程序清单7-6”,而该章中同时具有好几个文件名都命名为相同的MainFrame,则读者可以先到“chap5”目录下面去查找MainFrame.java,如果没有则在chap5目录下面的“7_6”子目录下面去查找该文件就可以了。 用户需要使用某个文件时,则需要将相应的文件处,同时注意文件中的package关键字(若存在package关键字,则需要将所有同package的文件拷贝到以该package为目录名的目录下面),然后用户就可以对源文件进行编译并运行得到本书中的运行结果。当然读者首先需要有一个Java的运行环境! 同时在每个文件夹下面如果再有其它类型的文件夹则是利用Jbuilder来生成的项目文件及相应的Java文件,读者可以利用Jbuilder直接打开该工程即可后编译运行! -java network programming, here includes most of the book's source, Debugging procedure needs of the readers can copy directly from here to the corresponding directory. Each chapter of this book are as a separate directory, For example, "chap1" includes the first chapter of the source list. Readers in search for documents, the first of the corresponding directory to locate, If not then show that the text of Chapter two of the same name, Users can then chapter corresponding to the sub-folder search. For example, readers find "source list 7-6" The chapter also has several documents were all named to the same MainFrame. Readers will be first. "chap5" directory to find MainFrame.java. If not in the directory chap5 "7_6" subdirectories below to find t
Platform: | Size: 145408 | Author: 王波 | Hits:

[Database systemOftomatization

Description: 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_RAW设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程 -To facilitate network programming and the beginning of the 1990s, Microsoft jointly by several other companies to develop a set of Windows programming network access , that is, Windows Sockets norms, it is not a network protocol, but a liberal, Multi-protocol support for the Windows network programming interface. The main purpose of this paper is to introduce a TCP/IP based on the use of the card for winsock2 programming, to achieve network traffic monitoring purposes. Papers first introduced the TCP/IP protocol, aimed at introducing IP, TCP, UDP, and other more important agreements. IP is introduced first, the first TCP, UDP first features to the IP header from access to the source address, destination address, Agreement type, and other information. In the ensuing chapters of the Sock
Platform: | Size: 10240 | Author: wq57 | Hits:

[Internet-NetworkJava

Description: Java语言是Internet上最热门的编程语言,本文针对Java的网络功能,对Java从网络上获取图象、声音、HTML文档及文本文件等编程方法作了初步的介绍,同时介绍了动态获取网络上资源的方法作了介绍。文中提供了大量简明易懂的实例。
Platform: | Size: 5120 | Author: 王晓磊 | Hits:

[Internet-Networkworkspace

Description: Jsp网络编程,入门与实践,针对初学者,包含了255个实例,介绍XML,Struts,JSTL等-Jsp Network Programming, Introduction to and practice, aimed at beginners, includes 255 examples introduce XML, Struts, JSTL, etc.
Platform: | Size: 55303168 | Author: 朱文菊 | Hits:

[Bookswinsock

Description: winsock java 连接 vb 进行通讯-winsock java to connect vb to communicate
Platform: | Size: 5120 | Author: jacky | Hits:

[Windows Developvc_cshap_java_code

Description: 代码包括:VC、Cshap、ASP.Net、Java等多种语言。 EJB编程,VC++下ACE开发入门,ASP.NET中实现DataGrid控件动态绑定数据的方法探讨,模仿深度剥离效果,C#中动态数组设计原理,基于WinSock的UDP数据转发,用VC++实现手机短消息查询,基于.NET框架RijndaelManaged类的数据加密器设计,-Code include: VC, Cshap, ASP.Net, Java and other languages. EJB programming, VC++ under the ACE entry, ASP.NET achieve dynamic binding DataGrid data control methods, mimic the effect of the depth of stripping, C# dynamic array of design principles, based on WinSock forward the UDP data, using VC++ the realization of mobile phone short message information, based on the. NET Framework Class RijndaelManaged design of data encryption, etc.
Platform: | Size: 2155520 | Author: 蔡依琳 | Hits:

[Internet-Network2008815832853526

Description: 短信网关程序,开源的,很好用的,纯java程序-SMS Gateway Program
Platform: | Size: 118784 | Author: zhangshengcheng | Hits:

[Internet-NetworkvcTCP

Description: 网络聊天室,其实质就是基于Internet的一种网络聊天软件。它可以在网络环境下进行实时的一对多或多对多的匿名交谈。网络聊天室软件的制作方法有很多种,比如用MFC 和Java等语言设计的就有很多,本毕业设计主要是利用MFC所提供的各种控件尤其是WinSock控件,基于C/S模式,设计了一个网络聊天室,圆满地实现在网络上实时聊天的功能。-Internet chat rooms, its essence is a network based on Internet chat software. It can be carried out under the network environment in real-time-to-many or many to many anonymous conversation. Internet chat room software, the production There are many ways, such as using MFC, and Java languages such as design, a lot, this graduation design is mainly the use of MFC offer a variety of controls, especially WinSock control, based on C/S model, designed an Internet chat room, and success in achieving the network in real-time chat feature.
Platform: | Size: 7438336 | Author: 张伟力 | Hits:

[Linux-Unixa

Description: 网络编程技术及应用的源代码,关于packetdriver的还有关于java,wincap winsock-packetdriver
Platform: | Size: 5312512 | Author: kayin | Hits:

[Internet-NetworkWindowsSocket

Description: Windows下的Socket程序设计 在Windows下实现Socket网络程序需要使用Winsock网络编程接口,应用程序通过调用Winsock的API实现相互间的通信。Winsock的服务是以动态链接库Winsock DLL形式实现的,所以必须先调用WSAStartup函数对Winsock进行初始化,协商Winsock的版本支持,分配必要的资源。 -Under Windows Socket Programming in Windows Socket network program needs to be achieved using Winsock network programming interfaces, an application by calling the Winsock API to achieve inter-communication. Winsock dynamic link library service is implemented as Winsock DLL, so you must first call the WSAStartup function to initialize Winsock, Winsock version negotiation support, allocation of necessary resources.
Platform: | Size: 7168 | Author: 和牧 | Hits:

[ICQ-IM-Chatjava

Description: java聊天室程序,实现了聊天的功能,是自己没事写出来的-java chat room procedures, the chat function is to write himself out of nothing
Platform: | Size: 2048 | Author: 王鸿 | Hits:

[Delphi VCLFile2

Description: # remotecontrolserver.(Remote Control - Java) - /***** remote control server source code of the role and his ... # Delphiremotecontrols(Remote Control - Delphi) - remote control samples, Delphi7 compile, including switching ... # delphiremotecontrol.(WinSock-NDIS - Delphi) - use of a Delphi production for remote control of the code, c ... # remote.rar(Network Security - Delphi) - DELPHI write remote control systems, source code, can rest a ... # Delphiremotecontroli(Remote Control - Delphi) - use of the remote control socket Development Implementation
Platform: | Size: 24576 | Author: NN | Hits:

[OS programSOCKET

Description: 为了让同学们更好的理解Socket的底层运作原理,Linux平台下只能使用底层库socket(socket.h),Windows平台下只能使用Winsock(winsock.h),请勿使用其它高层封装的Socket库(如Java库,MFC等)。-Linux platform in order to allow students to better understand the underlying principle of operation of the Socket can only use the the underlying repository socket (socket.h for the) Windows platform only use Winsock (winsock.h), do not use other high-level package Socket libraries (such as Java libraries, MFC, etc.).
Platform: | Size: 452608 | Author: 柳欢 | Hits:

[JSP/Javatcp-winsock

Description: 网络协议编程 利用tcp协议 Java语言实现soket套接字编的 一对一网络聊天室-Network protocol programming using the Java language soket tcp protocol sockets compiled one Internet chat rooms
Platform: | Size: 2078720 | Author: 诚溜 | Hits:

[JSP/JavaLAN-communication

Description: 1.  熟悉WinSock API 主要函数的使用; 2.  掌握相应开发工具对Windows Socket API的封装; 3.  制作基于局域网的一对一网络即时通讯工具,实现基本数据的网络传输。 4,一级一对多的通信 用java,实现客户端与服务端的tcp通信-1. be familiar with the main function of WinSock API 2. acquire the appropriate tools for Windows Socket API package 3. Make one instant messaging network based local area network, to achieve the basic data transmission network. 4, one-to-many communications with java, realize tcp communications client and server-side
Platform: | Size: 1738752 | Author: colinww | Hits:

CodeBus www.codebus.net