搜索资源列表
Udpsendfile.用Udp协议实现了点对点文件传输
- 用Udp协议实现了点对点文件传输,比网上一般的Tcp稍快些,并且进度条做得比较美观,transfer file of point to point use Udp
Shape.利用C#语言读取Shape格式文件并将其显示
- 利用C#语言读取Shape格式文件并将其显示,read and display the shape flie
Csharp.rar
- C#编程范例:包含文件管理系统、搜索引擎、备份系统等,C#编程范例:包含文件管理系统、搜索引擎、备份系统等
多级文件目录管理
- 一个简单的操作系统文件管理系统 课程设计 用C#实现,希望对大家有帮助,welcome to load!
YiZhong.rar
- 改写好的基于TCP协议的SOCKET编程,包括发送和接收端源码。可用来编写远程文件传输。TCP比UPD麻烦,可以参考一下,Rewritten based on the TCP protocol good SOCKET programming, including the source code for sending and receiving end. Can be used to prepare the remote file transfer. UPD trouble than TCP,
Scoket.rar
- 本程序是一个用C#编写的文件传输程序,分服务端和客户端。 服务端首先监听端口,等待客户端的连接请求,一旦连接成功,即把可供客户端下载的文件名称发给客户端,客户端接受到文件名称后,选择要下载的文件,并发给服务器。服务器根据客户端发送的文件名,选择指定的文件读取文件流,并把文件流内容赋值给网络流发送到客 ,This procedure is to use C# to prepare a file transfer program, sub-client and client services. F
P2P_FileTransfer.rar
- 通过网上收集的P2P文件传输及共享材料及源代码,包括即时通,NAT,文件分块,P2P传输等,Through the online collection of P2P file transfer and sharing of materials and source code, including instant messaging, NAT, file blocking, P2P transmission
file.zip
- 服务器客户端文件传输软件源代码 ,Client server file transfer software source code
SimpleTranFile.zip
- 简单的蓝牙文件传输,C#代码,希望对大家有所帮助,Bluetooth file transfer simple, C# Code, I hope all of you to help
CSharpFilePoster.rar
- C#点对点文件传输 分客户端和服务端,根据需求设置发送封包大小,发送端口号。,C# sub-point file transfer client and server, according to the demand is set to send packet size, send the port number.
TcpFileTransferDemo
- 一个用C#写的P2P文件传输源代码,一个用C#写的P2P文件传输源代码-TcpFileTransferDemo
UDPFile
- UDP文件传输 类似QQ传输文件 -UDP File Transfer to transfer files like QQ
Csharp开发的CMPP协议SP端平台
- C#开发的CMPP协议SP端平台 1.Sample为示例解决方案 2.GateWaySample是示例项目 3.CMSMGWCenter为短信应用接口,为调用CMSMIF.DLL的示例代码,同时其被GateSample调用. 4.GateWaySample\bin\Debug\GateWaySample.exe为示例可执行文件. 5.DataBase\SMSCenter.DB为示例数据库.-C# development of the SP-CMPP 1.Sample platform solut
CSharpforChatting
- C#聊天室其中使用了socket编程 实现了文件传输群聊,组聊等功能,是学习SOCKET的基础教程。 飞鸽 -C# chat rooms in which the socket programming using the file transfer a group chat, group chat and other functions, is the basis of learning tutorial SOCKET. Dove
06
- C#程序开发范例宝典 6文件系统 6.1创建和删除文件 6.2查找文件 6.3修改文件 6.4文件目录 6.5复制文件 6.6指定类型的文件操作 6.7其他-C# Programming Example 6 Baodian 6.1 File System 6.2 to create and delete files to modify the file search file 6.3 file 6.4 file 6.6 Copy 6.5 directory spe
cSharp-transfer
- (C#、TCP、控制台方式)提供简单的局域网文件传输功能-(C#, TCP, console mode) provides a simple LAN file transfer capabilities
FileSender
- 局域网文件传输,聊天源码,使用C#语言编写-LAN file transfer, chat source code, use the C# language
FileMapping(csharp)
- 在C#中使内存映射文件方式进行文件读写, 文件读写功能由一个C++写的DLL提供. 附件内含有完整的DLL工程和C#调用工程.-In the C# Make the memory-mapped files of papers to read and write, file read and write function by a C++ Provide written DLL. Annex DLL contains a complete engineering and C# Call works
对话框(C#)的浏览文件夹
- 对话框(C#)的浏览文件夹- Dialog box (C#) browsing folder
获取指定文件夹下的所有文件
- 获取指定文件夹下的所有文件,使用Directory接口相关命令(Directory GetDirectories)