搜索资源列表
CS-mfc
- VC6.0环境下编译的简单MFC客户端/服务器程序,可以互发信息并能接收到。-VC6.0 environment MFC simple translation of the client / server program, Information can be made each other and will receive.
uify_php
- 后台新增 模板后台在线编辑 数据备份与还原 新加功能 身份证信息查询 火星文在线转换 拼音在线转换 核心优化 中英文在线翻译,免费英译汉,汉译英在线互译工具,英译中,中译英同时提供40种小语种的翻译发音朗读工具。支持发声朗读 并下载成MP3文件。支持PHP+MYSQL 入库。模板与程序分离。修改起来很方便 会HMTL就可以使用了,SEO已做好。 -New background template editing data back online backup and re
chat
- 简单实现用户间的信息互传(公共聊天和密聊)。-Easy implementation of information between users to each other (public and secret chat chat).
lan_file
- 局域网互传信息与文件 局域网互传信息与文件-Local area network to each other information and documents to each other LAN LAN information and documentation of information and documents to each other
11
- 局域网互传信息与文件.此程序可以用来与对方互相收/发文件,支持断点续传和简单聊天功能.-LAN information and documents to each other. This procedure can be used with each other each other land/documents in support of HTTP and a simple chat.
weathor_report
- 基于ACE网络库的天气预报信息获取工具。代码展现了1:ACE socket的基本用法;2:unicode与GBK互转;3:base64编码;-A weather reporter tool based on ACE. you can learn to know the usage of the ACE_Sock_Stream and Base64 algorithm
8-9
- DATASOCKET数据传输,实现信息互传-DATASOCKET data transmission, to achieve mutual transfer of information
VS-socket-programming
- Visual C++(后面简写为VC)网络编程是指用户使用MFC类库(微软基础类库)在VC编译器中编写程序,以实现网络应用。用户通过VC编程实现的网络软件可以在网络中不同的计算机之间互传文件、图像等信息。本章将向用户介绍基于Windows操作系统的网络编程基础知识,其开发环境是VC。在VC编译器中,使用Windows Socket进行网络程序开发是网络编程中非常重要的一部分。-The Visual C++ (behind abbreviated as VC) network programmin
UDP
- 简单的UDP协议实现。 代码包含server端和client端两个进程,两个进程可实现消息互发和接受对方信息。-A simple UDP protocols. The code contains two server-side and client-side process, the two processes can realize the message to send each other and accept each other' s information.
UDP_Program
- 一个简单的UDP通信。服务端和客户端有一段信息互发。可以给刚开始学习的一个简单示例-A simple UDP communication. Service and client information exchanged by some. Can give just beginning to learn a simple example
ChatRoomDemo
- 简单的聊天室客户端和服务器 C#语言,wpf界面,文字信息互发,使用了Socket编程-simple Demo Program in C# ChatRoomDemo using Socket
ChatServer
- 运用socket编程,MFC实现简单的互发信息通信,这是服务端的源代码。-Socket programming example.
chat
- 一个聊天室程序,包括客户端和服务器端,可以新建用户,互发信息,帮助开发者理解网络通信编程-A chat room procedures, including client and server side, the user can create, send each other information to help developers understand network communication programming
ic_client
- 整合了互联网网站即时通信平台1.2版: 这是一套采用I-S-U的数据方式,为网站之间最新信息分享提供桥梁作用的互联网数据分享应用平台(以下称平台)。数据互享让网民共享爱好、交流问题、查询活动等吸引更多网站流量,最终帮助站长实现价值。-Integration of Internet sites instant messaging platform version 1.2: This is a set of used I-S-U data way to provide a bridge for In
uify_php
- 后台新增 模板后台在线编辑 数据备份与还原 新加功能 身份证信息查询 火星文在线转换 拼音在线转换 核心优化 中英文在线翻译,免费英译汉,汉译英在线互译工具,英译中,中译英同时提供40种小语种的翻译发音朗读工具。支持发声朗读 并下载成MP3文件。-Background Add New Template Background Edit Data Backup & Restore New ID Card Information Query Mars Online Conversion Pinyin
fafe1406353208
- 客户端和服务器端通讯历程,可以完成双方通讯连接、信息互发,并显示双方各自的发送状态,基于MFC开发,非常适合学习socket编程的初学者。(It is used to complete the communication between the client and the server,including connecting,sending message,receiving message and showing each other's status.It is developed on
UDP Socket API程序设计
- 启动双方进程后,首先在“发送到”→“目标进程”框中填写对方的IP,然后编辑文本互发 停止其中一方的进程(如关掉进程A),将它的地址改为127.0.0.1:1234,重新启动。再次互发信息 同时开启三个通信终端,其中两个启动进程分别为上面进程A和进程B的地址,还有一个进程C则设置它的本机进程地址为127.0.0.1:2345。 在进程C的终端上设置目标进程地址为A的地址(127.103.212.9:1234),