CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - socket port

搜索资源列表

  1. SocketConnection.zip

    0下载:
  2. J2ME code to connect socket to remote server at port 80 and request HTTP service for viewing index.html ,J2ME code to connect socket to remote server at port 80 and request HTTP service for viewing index.html
  3. 所属分类:J2ME

    • 发布日期:2017-03-25
    • 文件大小:1.41kb
    • 提供者:poravis
  1. comServer

    0下载:
  2. 一个可以控制com端口的soeckt服务端。方便FLASH,HTML5通过socket连接上服务进行控制串口-One can control the com port soeckt server. Convenient FLASH, HTML5 socket connection through the serial port on the service control
  3. 所属分类:Com Port

    • 发布日期:2017-05-11
    • 文件大小:2.75mb
    • 提供者:linqiu
  1. QQ

    0下载:
  2. socket实现简单的QQ聊天功能,包括客户端和服务器端,通过IP和端口号进行连接,达到聊天的效果-socket to achieve a simple QQ chat features, including client and server-side, through the IP and port number to connect, to chat with the effect of
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-08
    • 文件大小:1.89mb
    • 提供者:晴雨
  1. Alarmsys

    0下载:
  2. Programme converts RS232 port into an alarm system for house etc could be modified for sending sms email to notify you if your house is broken into Includes diagrams for wiring to the RS232 socket uses The DTR , RING Indicator CTS lines as detection
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:560.51kb
    • 提供者:Mark
  1. common.812

    0下载:
  2. 用socket控件实现串口选择 串口检测和文件读写与通信功能-Serial port with the socket options to achieve the control serial port detection and document literacy and communication capabilities
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:379.21kb
    • 提供者:尹鹏飞
  1. 20091112

    0下载:
  2. 简单的socket流量测试程序,可以根据端口号监控流量和数据包的大小,可以根据自己的需要改动,本来是监控点对点的音视频带宽测试工具-simple socket flow testing procedures, according to the port control flow and data packet size, according to their needs change, originally control point-to-point audio and video bandw
  3. 所属分类:3G develop

    • 发布日期:2017-05-06
    • 文件大小:1.2mb
    • 提供者:程教育
  1. Chat

    0下载:
  2. Symbian的聊天programe,用于发送邮件蓝牙或TCP/ IP连接从一个设备到另一个,反之亦然。蓝牙串行端口服务用于蓝牙连接-Symbian chat programe,use Bluetooth or TCP/IP connection for sending messages from one device to another and vice versa. Bluetooth Serial Port service is used in Bluetooth connection.
  3. 所属分类:Symbian

    • 发布日期:2017-03-29
    • 文件大小:316.59kb
    • 提供者:weiran
  1. Android1001Http

    0下载:
  2. 网络编程下:HTTP: 超文本传输协议,无状态协议,用地通过Internet发送请求消息和响应消息,默认为80端口。 是问答式的传输,比起Socket更加节约资源,但是第一次和第二次问答没有关系,无状态。用Session,Cookie,URL重定向是用来解决这个问题的。 HTTPClient(apache)-Network programming under: HTTP: Hyper Text Transfer Protocol, a stateless protocol, thro
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:43.52kb
    • 提供者:liu
  1. Android-ADB-tool

    0下载:
  2. ADB的工作方式比较特殊采用监听Socket TCP 5554等端口的方式让IDE和Qemu通信,默认情况下ADB会daemon相关的网络端口,所以当我们运行Eclipse时ADB进程就会自动运行,在Eclipse中通过DDMS来调试Android程序;也可以通过手动方式调用,以下为一些常用的操作供参考。-ADB has a special way of working listens on the Socket TCP 5554 port IDE and Qemu communication
  3. 所属分类:android

    • 发布日期:2017-11-04
    • 文件大小:24.38kb
    • 提供者:张文颖
  1. CSockClient

    0下载:
  2. C++ MFC SOCKET通讯客户端 可以连接服务端 进行聊天通讯、文件传输等功能 默认端口为5050 默认IP地址192.168.0.1-The C++ MFC SOCKET messaging client can be connected to the server chat communication, file transfer function default port 5050 default IP address 192.168.0.1
  3. 所属分类:Com Port

    • 发布日期:2017-11-10
    • 文件大小:2.1mb
    • 提供者:rivulet
  1. socket-port-listen-Pro-

    0下载:
  2. 监听socket端口的通与断,也可以修改后自己使用-listen socket port
  3. 所属分类:GPS develop

    • 发布日期:2017-11-07
    • 文件大小:5.25kb
    • 提供者:叶平
  1. androidwifipcsocket

    0下载:
  2. android在wifi下手机与电脑的socket通信,内附电脑端的VC++程序源码,需要在VC6环境下编译并生成EXE文件,方可运行,同时还包括了本实例实现过程的技术文档。在wifi网络下,手机和电脑可以通过socket通信。手机做服务端,电脑做客户端,也可以对调过来。   手机作为服务端,电脑使用MFC编程作为客户端,原理是,手机建立一个ServerSocket,并获取自己的ip地址和端口port;然后电脑通过socket连接手机的ip:port。-android wifi phone
  3. 所属分类:android

    • 发布日期:2017-11-11
    • 文件大小:4.32mb
    • 提供者:hpudn37
  1. android-socket

    0下载:
  2. android socket网络通信编程实例,TCP/IP Socket、ServerSocket的形式。在JAVA编程中, 经常使用java.net和javax.net包来开发socket程序,下面列出所有常用的类,并简单介绍。再此说明一下:Socket仅仅是对TCP、UDP网络接口的封装,不涉及上层协议。   Java.net   Java.net.Socket 客户端连接使用的TCP socket   Java.net.DatagramSocket 客户端和服务端共同使用
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:51.3kb
    • 提供者:rpudn93
  1. SartHome

    0下载:
  2. 主要通过连接socket通信方式,实现向下位通信,只要输入正确IP地址和端口号,即可进行与下位机的通信,通过发送相关指令来控制单片机耳朵执行动作-Mainly through the connection socket communication, to achieve the communication bit down, just enter the correct IP address and port number to communicate with the next crew, b
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2.1mb
    • 提供者:zxpang
  1. TCP端口扫描程序

    0下载:
  2. TCP端口扫描,内附源代码,欢迎下载,socket(TCP port scanning, internal source code, welcome to download, socket)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-20
    • 文件大小:43kb
    • 提供者:DSJ——J
  1. UDP 广播socket自动连接客户端

    0下载:
  2. 两台或多台android设备,其中有一台作为服务端,则另外一台或几台作为客户端,然后通过UDP进行自动连接.其实现的原理很简单,服务端这一边通过MulticastSocket将自己的有关信息,如IP,端口等广播出去,同一个广播地址里面的客户端可以接收到该广播,并从中解析要相关的信息.(Two or more Android devices, including one as a server, then another one or several Taiwan as the client, a
  3. 所属分类:android开发

    • 发布日期:2018-04-21
    • 文件大小:52kb
    • 提供者:keiwei
  1. vb-socket-server-client

    1下载:
  2. 使用vb6编写的简单的端口监听程序,包含服务端和客户端代码,先启动客户端,再启动客户端,点击连接后会弹出连接成功的提示,在客户端文本框中输入文本,服务端会实时显示内容。(The simple port listening program written with VB6 includes the server and the client code, starting the client first, and starting the client. After clicking the co
  3. 所属分类:串口编程

    • 发布日期:2019-08-12
    • 文件大小:12.59kb
    • 提供者:xiaogangw3
搜珍网 www.dssz.com