搜索资源列表

  1. Lesson14

    0下载:
  2. 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UD
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:26624
    • 提供者:张建顺
  1. testCenterUI

    0下载:
  2. 类似与Source Insight的Add and Remove file界面,可以通过treectrl添加选择目录,listctrl添加文件,将选择的文件(xml)以SOCKET消息的形式发送给服务器,并等待响应消息判断结果,需要配合xerces-c_2_7D.dll.lib使用-Source Insight similar to the Add and Remove file interface, you can choose to
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:51200
    • 提供者:Louis Lee
  1. SOCKET

    0下载:
  2. 此程序是JAVA底层socket通信的程序,没有界面设计,可在程序运行时进行对话-This procedure is JAVA bottom socket communication procedures, there is no interface design, program runs in a dialogue
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:zhubei
  1. SOCKv2

    0下载:
  2. windows下的socket通信,实现客户端和服务器端的相互通信,有良好的界面,MFC程序-windows under the socket communication, the realization of client and server-side to communicate with each other, have a good interface, MFC procedures
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:55296
    • 提供者:林文
  1. telnet

    0下载:
  2. TCP网络传输,使用socket开发,基本的东西都已经具备,没有漂亮的界面,用vc开发 -TCP network transmission, the use of socket development, basic things are available, there is no pretty interface, developed using vc
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:1840128
    • 提供者:田问
  1. wangluoyuyin

    0下载:
  2. 非常精美的机器猫界面的网络语音电话,界面和socket值得研究的地方很多。-机器猫very beautiful voice telephone network interface, socket interface and many places worthy of study.
  3. 所属分类:IP电话/视频会议

    • 发布日期:2024-05-21
    • 文件大小:645120
    • 提供者:jack
  1. src

    0下载:
  2. ftp文件更新服务器,Socket,和界面的制作,可承担5000个用户同时进行下载文件。-ftp file update server, Socket, and the interface of production, be able to absorb the 5000 users to download files at the same time.
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-21
    • 文件大小:382976
    • 提供者:李国庆
  1. itracert

    0下载:
  2. 使用raw socket实现的Tracert程序 编程环境: 操作系统:Windows XP SP2 开发语言:C++ 编译环境:MS Visual C++6.0 程序均为控制台界面,命令行格式为:命令名 IP地址或域名 例如:itracert www.163.com 或者 itracert_icmpdll 202.108.9.33 -Using raw socket programming to achie
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:67584
    • 提供者:zhxx8851316
  1. examsystem_iocp

    0下载:
  2. 采用socket完成端口模式,c/s架构,服务器功能包括试卷管理,客户口端管理,监视考生状态,评分。客户端包括登录界面,主界面,交卷等。-The completion of the use of socket port mode, c/s architecture, the server features include papers in management, customer port-side management, surve
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:143360
    • 提供者:汪雷
  1. JAVA

    0下载:
  2. 用java实现底层网络通信,主要用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯,具有良好的界面。-Using java to achieve the underlying network communication, mainly using the TCP/IP protocol in the socket (Socket) programming interface to achieve network c
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:119808
    • 提供者:罗亚兴
  1. CoreJava

    0下载:
  2. 一、Java概况介绍 二、基本数据类型,控制语句 三、Java中的类,方法,属性 四、封装,继承,多态 五、修饰符,一些简单的设计模式 六、接口,抽象类,类的类型,异常 七、集合 八、java中的图形界面 九、多线程及线程间通信 十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statemen
  3. 所属分类:成功激励

    • 发布日期:2024-05-21
    • 文件大小:374784
    • 提供者:蒋中华
  1. hook

    0下载:
  2. 在UNIX系统中,网络应用编程界面有两类:UNIX BSD的套接字(socket)和UNIX System V的TLI。-The PendingFileRenameOperations value is of type REG_MULTI_SZ. Each rename operation stores a pair of NULL-terminated strings. The system uses these registry e
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:黄海栋
  1. serverAndClient

    0下载:
  2. 模拟最简易的聊天窗口界面,服务器和客户端程序,基于socket编程,窗口之间可相互通信-Analog most simple chat window interface, server and client program, based on socket programming to communicate with each other between the window
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:pujing
  1. qq_chat

    0下载:
  2. linux下开发的一款类似QQ的网络聊天室,利用了多线程编程,基于C/S架构,可私聊和群聊,保存聊天记录,遗憾的是没有加入Qt界面-linux developed a similar network QQ chat rooms, use of multi-threaded programming, based on the C/S architecture,私聊and group chat, save chat history, unf
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:15360
    • 提供者:彭宗山
  1. Pro123

    0下载:
  2. 用JAVA编写的多线程TCP SOCKET程序,支持多客户端与服务器通讯,并且是用图形界面显示,里面的CLIENT.java就是客户端,SERVLET.java就是服务器程序,FACE是图形界面程序。-JAVA prepared using multi-threaded TCP SOCKET procedures, support multi-client and server communications, and is displa
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:35840
    • 提供者:l
  1. SyncChatClient

    0下载:
  2. 用套接字写的基于客户端的同步TCP聊天界面,没有实现图形的流传递-Used to write socket-based TCP synchronization client chat interface, there is no flow to achieve transmission of graphics
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-21
    • 文件大小:106496
    • 提供者:王维
  1. CSocket

    0下载:
  2. 基于socket和mfc编写的一个小巧的聊天程序,是c/s结构的,界面友好-Mfc prepared based on the socket and a small chat program, the c/s structure, user-friendly
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:83968
    • 提供者:zz
  1. Code

    0下载:
  2. 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UD
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1198080
    • 提供者:郑海
  1. easySwtQQ

    0下载:
  2. 编写一个TCP Socket程序,采用SWT图形化的界面实现,类似于简易的QQ.-This is a java program based on TCP Socket, it uses the swt to realize the UI, and it is similar to an easy QQ.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-21
    • 文件大小:27648
    • 提供者:彭霸天
  1. qt-qtopia

    0下载:
  2. 一套qt+qtopia快速入门并上手的资料,看完这些资料我用了三周搞出了一个600k的界面软软,很实用。-Qt+ qtopia a quick-to-use data entry
  3. 所属分类:技术管理

    • 发布日期:2024-05-21
    • 文件大小:3336192
    • 提供者:梁小刚
« 1 2 3 4 56 7 8 9 10 ... 18 »

源码中国 www.ymcn.org