搜索资源列表
listener
- linux环境下系统网络程序的tcp监听源码-linux environment procedures tcp network monitoring source
listener
- java编程中监听器的实例,可以修改直接放到项目来使用.-java programming examples listener, you can modify to use directly on the project.
netlistener
- Java局域网监听器 监听本地网段(同个路由器内的网段)指定IP的IP数据包. 原理是ARP欺骗的方法,欺骗了目标IP的机器的ARP缓存以及本地路由器内的ARP表,让路由器跟目标IP之间的数据都必须经过运行这个软件的机器。 因为涉及到数据链路层的数据包操作,需要JPCAP这个包来增加JAVA对数据链路层的支持,所以要运行这个软件除了虚拟机还需要安装winpcap(windows)/libpcap(linux)+JPCAP才能
Listener
- tcp监听器,可以用来debug监听tcp请求或商用-tcp listener can be used to debug monitor tcp request or business
TCP_Listener
- TCP 服务器监听程序,(VS.NET ,c# 开发)-TCP server listener, (VS.NET, c# Development)
TCP_Listener
- TCP服务器监听程序,用于GPS车载终端的TCP/IP通讯:发送/接受命令和短信等,(VS.NET c#)-TCP server listener for GPS car terminal TCP/IP communication: send/accept the message, such as orders and, (VS.NET c#)
chatroom
- 简单的聊天室系统由两部分组成:服务器端和客户端。服务器运行,开启监听器,监听服务器设置的端口。客户端想要进入聊天室时,先要向服务器设置的端口发送请求,服务器监听到有连接了,可以接受或拒绝。若服务器接受了客户端的请求,就相应的给该客户端建立一个“套接字”,就相当于建立了一个数据传输的通道,这样客户端就可以进入聊天室进行聊天了。-Simple chat room system composed of two parts: the serve
packet32.h
- 此源代码是一个基于web服务器的网络侦听程序-This source code is a web server-based network listener
com
- 一个很好用的串口侦听源代码,适合于串口开发的朋友们-A good listener with the source code of the serial port, serial port suitable for the development of friends
TCP2com
- 本程序侦听一个tcp端口,并打开一个串口。将串口收到的数据转发给每个连接上来的客户端,将tcp客户端收到的数据转发到串口。 之前发的com2TCP_Client.rar文件介绍有误。com2TCP_Client.rar是主动连接到一个tcp服务器,并把串口收到的数据转给那个tcp侦听服务器。-This procedure listener a tcp port and open a serial port. Receive seri
Listener-client
- c#的开发tcp/ip 客户端与服务器,可以实现远程聊天-c# development tcp/ip client and server, can achieve long-range chat
Listener
- 这是用Java写的一个监听器的代码,可以用在JSP开发中-This is written using Java code in a listener, can be used in JSP development
uevent_listener
- linux uevent listener
Listener
- tictcatoe listener reacts to moves in the game
ActionInterfaceDemo
- 實做Java中的動作事件,透過事件監聽器,滑鼠點下後會觸發何種動作寫的一清二楚。- Have done Java in action events through the event listener, mouse, point to what the next move was triggered after the clear-cut.
listener.c
- 监听某一段口的程序,能够接收对方传送过来的信息,并将其显示在终端-detect some port using the datagram mode
Listener
- p2p 点对点传输listener java实现,包括源码科编译后的可执行代码-p2p peer-to-listener java implementation, including the source code section compiled executable code
pintu
- 执行本实例后,用鼠标拖动选中的小图片进行拼接,可以拼成一幅完整的图片。本实例的知识点有:鼠标事件的监听,Graphics类和Image类的应用。-After the implementation of this example, drag the mouse to select the small pictures stitching, you can makes up a complete picture. Knowledge poi
17
- 1. 能运用菜单条、菜单、菜单项、事件监听接口与事件适配器类编写应用程序。 2. 能借助于JBuilder等开发工具编写含菜单的鼠标按键测试程序。 -1. To use the menu bar, menu, menu item, the event listener interfaces and event adapter class to write applications. 2. Can be prepared by m
J_Draw
- 采用鼠标监听器,实现用鼠标在面板上随手画画的功能。-Using the mouse listener to achieve readily with the mouse on the panel drawing functions.