搜索资源列表
czxt_1
- 基于dos的多任务系统的实现 通过对线程的创建和撤销,cpu的调度,同步机制,通信机制的实现.-based multi-tasking system of the threads through the creation and withdrawn, cpu scheduling, synchronization mechanisms, communication mechanisms to achieve.
CSharpAnsSocket
- CSharp同步套接字通信示例小程序,对初学者有点帮助
SingleTcpClient
- 使用TCP协议编写服务器端和客户端的控制台程序,要求在连接成功后首先由服务器端向客户端发送欢迎标语,最后实现在服务器端和客户端之间的同步通信,其中通信的信息要能支持中文。-SingleTcpClient
DataSyncUDP
- 远程数据库表同步,采用udp通信,程序分server端和client端。-Sync remote database table, using udp communication, the program server-side and client-side points.
Socket
- TCP协议服务端与客户端通信(包括 同步和异步)-TCP protocol server-side and client communications (including synchronous and asynchronous)
VSessP2P
- VSession语音通信控件点对点专用版,此版本集成了G729A压缩算法,实时传输协议,话音清晰流畅!使用简单方便!此控件是在VSession通用版本的基础上,加入点对点通信时的呼叫,应答,挂断等通话前后的同步功能,使其用于点对点通信更加方便!如果您想要在程序中自定义点对点间的以通话联系方式,或者有一对多,多对多的语音通话的需求,-p2pchat
socket
- socket同步异步通信C# 代码采用MSDN里面官方的例子 不管是同步还是异步套接字,都必须首先建立起socket,这是后面连接的基础-MSDN inside official socket synchronous and asynchronous communication using C# code examples whether synchronous or asynchronous socket must first establish a socket connection
Tcp_transfer
- 这是一个用 C#开发的一个 WINFORM 同步通信的DEMO代码,经过编译测试OK,可用。-This is a C# development of a synchronous communication WINFORM DEMO code, compiled tests OK, available.
tcpip
- 一个TCP的同步SOCKET通信小程序,可以发送文字及传送文件-A TCP SOCKET synchronous communication applet, you can send text and transfer files
Socket
- Socket通信,里面包括TCPIP协议的同步异步和UDP协议-Socket Communications, which includes asynchronous and synchronous TCPIP protocol UDP protocol
22213
- 同步c# socket聊天,可实现服务器与客户端之间的通信- C# socket synchronous chat
SocketDemoSynchronousTCP
- 本例子运用C#中的Socket类进行以太网同步通信,里面有服务器和客户端界面,可以传输文件和文字,代码有大量的注释,可以让初学者很好的理解socket TCP网络编程。-The examples use C# Socket class Ethernet synchronous communication, which has server and client interface, you can transfer files and text code has a lot of notes,
UDP
- udp编程的示例,包含同步通信及异步通信-Program Sample using udp
C#与三菱PLC通信
- 本文将使用一个Github开源的组件库技术来读写三菱PLC和西门子plc数据,使用的是基于以太网的TCP/IP实现,不需要额外的组件,读取操作只要放到后台线程就不会卡死线程,本组件支持超级方便的高性能读写操作 github地址:https://github.com/dathlin/HslCommunication 如果喜欢可以star或是fork,还可以打赏支持,打赏请认准源代码项目。 在Visual Studio 中的NuGet管理器中可以下载安装,也可以直接在NuGe