搜索资源列表
局域网多播程序
- 这是我自己做的局域网内进行多播 通信的代码,打开时请先打开服务器段 才可正常运行。-This my own LAN within multicast communication code, opened post of the open server can run normally.
可以聊天传送文件抓取屏幕
- 利用VC编写的程序!利用socket实现的网络编程!可以对等通信或者传送文件,对话,截图!超过一般的聊天之类的代码!-VC prepared by the procedure! Use the socket achieve network programming! Such communication can be right or transmission of documents, dialogue, screenshots! General chat over such code!
网络通信程序设计
- 由VC++开发的一个有关网络通讯的例程,大家可以参考一下-a network communication example by VC++,users can refer to it.
会话通信程序2
- 该实例完成模拟的FTP功能.服务器程序在2000端口进行侦听,并进入等待连接状态.客户端尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行文件传输,程序里要求文件夹小于32KB.客户端提示输入文件各,该文件名可以带路径,服务器收到文件后,将其写到相应位置.-examples of the complete simulation of FTP functions. In 2000 server port for the interception, and went to wait
VC_ethernet_win
- 网络通信程序,可以进行文件传输和图像文件显示,主要用于与嵌入式目标系统文件传输-network communication procedures, can transfer files and image files, mainly for embedded target system with file transfer
VC串口通信程序
- 基于VC实现的串口通信程序,可以用于测试串口的连接,也可供进行源码学习.-NOTE: serial port communication procedure based vc,It can be used to test serialport s connection,and also study source!
运用异步输入输出流编写Socket进程通信
- 代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通信程序.-code, as "Merlin&quo
S7_200PLC OPC
- 采用vb 实现的工业控制系统中的OPC(OLE FOR PROCESS CONTROL)通信控制程序,可以实现与西门子 多个243-1以太网通信模块实现连接-used vb, bringing the control system of OPC (OLE FOR PROCESS CONTROL) communication control procedures, can be achieved with Siemens over 243-1 Ethernet communications mod
DOS下串口通信程序来传送文件的C源代码
- DOS下串口通信程序来传送文件的C源代码,能实现文件传送-DOS serial communication procedures to document transmission C source code can achieve file transfer
SockTCP
- 该程序使用了Socket接口建立通住双方的TCP连接,从而完成通信.服务器方可以与多个客户端建立连接,并且可以选择要向哪个已建立起连接的客户端发送消息.-the procedures used to establish Socket Interface-living both TCP connections, thus completing communications. Server side with the establishment of a number of client conne
类似与QQ的UDP通信
- 这是一个用VC编写的网络通信程序,有两个服务器和端口,可以实现相互通信。使用时请注意修改IP地址-This is a VC prepared by the network communication procedures, and the two-port server can achieve mutual communication. When used to change IP addresses
局域网信使工具
- 一个局域网信使工具,在局域网内通信,及时快速。包含源代码,可随意改动。-a LAN messenger tool in LAN communications, timely fast. Includes source code can be altered arbitrarily.
UDP轻松应用
- \"用户数据报协议\"(User Datagram Protocol,简称UDP)是基于无连接的通信协议,不保证可靠数据的传输;\"传输控制协议\"(Transmission Cotrol Protocol,简称TCP)是基于连接的通信协议,可提供个两台计算机之间可靠无差错的数据传输。但是UDP能够向若干台目标计算机发送数据;接收发自若干个源计算机的数据。而在多台计算机构成的仿真或控制系统中,经常会出现多台计算机进行数据传输,所以在仿真或控制软件中采用UDP协议的较多。-"User D
del8
- 网络电话开发软件充分的性能的以PC为基本的通信服务器,为了能快点开始特别的新的语音服务而被开发制成的。线路连接可以是外线、内线及高电阻,请从OpenLine,OpenLog,OpenSwitch板卡中选择内藏板卡-Internet phone software fully to the performance of the PC as a basic communications server, To be able to quickly start of the new special voi
ofdm_signal_wlan
- 该程序是用matlab语言实现无线通信领域ofdm的描述,读者可以一试-that the procedure was used Matlab language OFDM wireless communications descr iption, the reader can be a trial
includefile2
- 目前比较流行的两种网络开发模式分别是Client/Server模式与Browser/Server模式。Client/Server模式主要是在以局域网为基础的环境下展开应用的,它受到地域的限制。从目前的开发技术来看,Browser端作为信息收集源,可以进行大量的数据录入工作,在SERVER端 进行集中处理,因此很容易实现数据通信和资源的共享。-currently more popular of the two network development model is the Client / Se
TCPCom
- 看了袁渊先生在VC知识库《在线杂志》第14期发表的文章《基于TCP/IP的局域网多用户通信》,感觉受益颇多,但也觉得里面有一些不太完善的地方,具体来说主要有: 1、两个服务器单独运行,且主线程均阻塞,用户界面死锁,不便于控制; 2、聊天服务器线程和互斥量的使用可能导致死锁; 3、不能实现文件传送(文件传送可不能由服务器转发,否则非把它累趴下不可^-^); 4、不能由用户进行网络设置,所以在不同的网络使用必须修改源程序等等; 我在此基础上重新设计编写了一个系统
Socket异步通信,线程,双端队列
- Socket异步通信示程序代码:1.正确的开始和终止线程 2.可以局域网内多人聊天 3.双端队列的设计和应用 -Socket show asynchronous communication code : 1. Correct start and termination of two threads. People can chat LAN 3. Double-cohort design and application
语音通信
- 这个是用C++编程出来的实时的语音通信程序可以听到自己和别人的声音,应该说挺好的-the C programming is the real-time voice communication procedures can hear his own and other people's voices should be said that in very good shape;
通信
- 本人的网络实验,可以进行TCP uDP连接实现点对点传输 还有文件传输功能-experimental network, TCP uDP can connect point-to-point transmission also file transfer function