联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 网络编程(319) 
按平台查找All C#(319) 

[网络编程] ptjn-send-etc

直接从DELPHI中向WINFAX发送传真,功能包括:封面,记帐代码,附件,计划发送,显示发送屏幕的选项等,适用语言:D5
Send faxes directly from DELPHI to WINFAX. Functions include: cover, billing code, attachment, plan to send, options to display sending screen, etc., applicable language: D5 (2018-09-27, C#, 10KB, 下载0次)

http://www.pudn.com/Download/item/id/1538032593302991.html

[网络编程] tame_abstrvct

噪声对通信系统的影响试验程序 模仿各种噪声对不同通信系统的影响 具有很强的学习价值
The effect of noise on Communication system; the test program simulates the influence of various noises on different communication systems. It has a strong learning value. (2018-09-27, C#, 583KB, 下载0次)

http://www.pudn.com/Download/item/id/1538029680373348.html

[网络编程] 1341988

允许你控制Windows 95 98及Windows NT的拨号网络,使用TmsRas控件来建立与远程登录服务RAS的连
Allows you to control the dial-up network of Windows 9598 and Windows NT, using the TmsRas control to establish a connection to the remote login service RAS (2018-09-27, C#, 15KB, 下载0次)

http://www.pudn.com/Download/item/id/1538029071415297.html

[网络编程] UdpChatSync

UDP编程有两种技术,一种是直接使用Socket类,另一种是使用UdpClient类。UdpClient类对基础Socket进行了封装。 与TCP有TcpListener类和TcpClient类不同,UDP只有UdpClient类。 有两种建立远程主机的方式:1.使用远程主机名和端口号来创建;2.先创建不带参数的UdpClient实例,再调用Connect方法。 构造函数:UdpClient()、UdpClient(int port)、UdpClient(IPEndPoint localEp)、UdpClient(string remoteHost,int port)
There are two kinds of technologies in UDP programming. One is to use Socket class directly, the other is to use UdpClient class. The UdpClient class encapsulates the underlying Socket. Unlike TCP, there are TcpListener classes and TcpClient classes. UDP has only UdpClient class. There are two ways to build a remote host: 1. use a remote host name and port number to create; 2. first create a UdpClient instance without parameter, and then call the Connect method. Constructors: UdpClient (), UdpClient (int port), UdpClient (IPEndPoint localEp), UdpClient (string remoteHost, int int). (2018-04-02, C#, 39KB, 下载1次)

http://www.pudn.com/Download/item/id/1522671520257036.html

[网络编程] sharpcap

抓包编程学习源码/资料。包括如何获取网卡、事件抓包、循环抓包、设置过滤条件等等。以及所需软件和安装说明。
packet capture program learning source code and materials.including how to access to the network card,event packet capture,recycle packet capture and how to set the filter conditions and so on.As well as the required software and installation instructions. (2015-12-14, C#, 3984KB, 下载18次)

http://www.pudn.com/Download/item/id/1450078587266115.html

[网络编程] Tcp

C#多线程通信的经典例子,可以充分理解多线程在socket编程中的应用
C# multi-threaded communication of the classic examples, we can fully understand the multi-thread socket programming application (2013-07-18, C#, 132KB, 下载208次)

http://www.pudn.com/Download/item/id/2308802.html

[网络编程] Ethereal-code-analysis

介绍Windows Sockets的一些关于用C#实现的原始套接字(Raw Socket)的编程,以及在此基础上实现的网络封包监视技术
Introduction to Windows Sockets on raw sockets with C# (Raw Socket) programming, and on this basis to achieve the surveillance network packets (2013-05-08, C#, 10KB, 下载11次)

http://www.pudn.com/Download/item/id/2233471.html

[网络编程] CSharp-netchat

采用TCp协议编写的网络聊天室程序,功能很全,对网络编程初学者有很好的帮助。
Written TCp agreement Internet chat room procedures, very full, good network programming beginners. (2013-04-12, C#, 1015KB, 下载18次)

http://www.pudn.com/Download/item/id/2197969.html

[网络编程] UDPDaDong

UDP打洞测试程序,实现点对点信息传输,C#提供了Sockets来进行套接字的编程,里面包含了TcpClient和UdpClient。用过的大家都知道Tcp发送消息更安全,而Udp传送数据容易丢包,但速度快,能穿越防火墙。目前比较流行的QQ聊天工具底层传输协议用户的就是Udp协议(不知道现在该没)。
UDP hole punching test program, peer-to-peer information transmission, C# Sockets to socket programming, which contains TcpClient and the UdpClient. Used everyone know Tcp safer to send messages, and the the Udp transfer data easily packet loss, but fast, able to pass through the firewall. QQ chat tools underlying transport protocol users more popular is the the Udp agreement (do not know this did not). (2012-11-08, C#, 96KB, 下载38次)

http://www.pudn.com/Download/item/id/2041508.html

[网络编程] C-Sharp-chat-program

异步通讯,tcp网络聊天程序,使用异步通讯多线程方式实现
Asynchronous communication, tcp network chat program, the use of the implements asynchronous communication multithreading way (2012-10-16, C#, 128KB, 下载37次)

http://www.pudn.com/Download/item/id/2017051.html

[网络编程] CSharp_Remote_Cmd_Exec

C#开发的简易的远程命令执行系统,适合网络编程人员参考。
C# developers a simple remote command execution system, suitable for network programming reference. (2012-06-21, C#, 127KB, 下载42次)

http://www.pudn.com/Download/item/id/1919656.html

[网络编程] UDPChatRoom

udp聊天室软件 基于csharp 实现多人聊天...
udp chat room software to achieve more than chat ... on csharp (2011-07-09, C#, 104KB, 下载42次)

http://www.pudn.com/Download/item/id/1593366.html

[网络编程] CsharpLanScan

csharp编写的局域网扫描程序,内容完整全面,是适合网络编程学习者的很好的参考资料。
csharp prepared LAN scanner, content, complete and comprehensive network programming is suitable for learners of a good reference. (2010-02-23, C#, 51KB, 下载55次)

http://www.pudn.com/Download/item/id/1068274.html

[网络编程] Sonic.Net

一个C#写的IOCP(完成接口)的示例程序,明确的写出了实现IOCP的核心算法。有研究服务器端高效编程的程序员,可以参考一下。
A C# written in IOCP (complete interface) of the sample programs and clear the heart to write algorithms to achieve IOCP. Studies have high-performance server-side programming programmer, you can reference. (2009-09-18, C#, 141KB, 下载144次)

http://www.pudn.com/Download/item/id/914892.html

[网络编程] Rasdll

该源码包含了rasapi32的全部功能,方便实现在windows下的拨号,如pppoe拨号等 这个也是一个不可多得的参考资料
The source code contains all of the features of rasapi32 to facilitate the achievement of the dial-up in the windows, such as the pppoe dial-up, etc. This is a rare reference (2009-08-12, C#, 108KB, 下载61次)

http://www.pudn.com/Download/item/id/875107.html

[网络编程] CSharpChatRoom

一个很不错的用C#编写的C/S模式的聊天室程序,实现了聊天室。悄悄话 振屏等功能,另带有Socket编程教程
A very good C# prepared by C/S model chat room procedures, implementation of the chat room. Whispering-screen features such as vibration, and the other with Socket Programming Tutorial (2009-03-05, C#, 2069KB, 下载33次)

http://www.pudn.com/Download/item/id/661767.html

[网络编程] Simple_Client

c#编的客户端程序,可以发送文件也可以接收文件,适合初次使用c#的用户学习socket编程用
c# addendum to the client program can send documents can also receive documents, suitable for initial use of the c# programming socket users with learning (2006-09-01, C#, 80KB, 下载158次)

http://www.pudn.com/Download/item/id/211720.html

[网络编程] CSharpFileTran

不错的基于socket编程的点对点CSharp开发的文件传输,不是FTP形式的。
good socket programming based on the point-to-point CSharp development of the document transmission, FTP is not the form. (2006-08-30, C#, 56KB, 下载135次)

http://www.pudn.com/Download/item/id/211325.html

[网络编程] 用CSharp实现基于TCP协议的网络通讯

本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。
This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain. (2005-09-21, C#, 3KB, 下载81次)

http://www.pudn.com/Download/item/id/114391.html

[网络编程] 基于UDP通讯

用UDP技术实现的多播,可以实现一对多的通讯!!可以聊天哟!
technology used UDP Multicast can achieve one-to-many communications! ! Chat can yo! (2005-03-13, C#, 524KB, 下载157次)

http://www.pudn.com/Download/item/id/1110706360587768.html
总计:319