登录
首页 » 套接字网络编程 » 一个很好的下载系统原码

一个很好的下载系统原码

于 2022-10-22 发布 文件大小:1.25 MB
0 271
下载积分: 2 下载次数: 1

代码说明:

一个很好的下载系统原码-a good system to download the original code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 我改写的一个asp上载文件的组件
    我改写的一个asp上载文件的组件程序- I rewrite asp uploads the document the module procedure
    2022-01-27 23:06:04下载
    积分:1
  • 序可以实现获取卡地址的功能,开发环境VC
    此程序可以实现获取网卡地址的功能,开发环境VC-This procedure can achieve access to the network card address function, development environment, VC
    2022-02-14 01:15:14下载
    积分:1
  • LDAP complete description of the agreement, the development environment is based...
    LDAP 协议的完整描述,开发环境是基于linux的.如果有问题,请给我写信-LDAP complete description of the agreement, the development environment is based on Linux. If there"s a problem, please write to me
    2022-05-15 00:28:05下载
    积分:1
  • a simple LAN chat program, delphi prepared, the client
    一个简单的局域网聊天程序,delphi编写,客户端-服务器模式-a simple LAN chat program, delphi prepared, the client-server model
    2022-05-21 16:48:27下载
    积分:1
  • udp之P2P穿透
    NAT(Network Address Translators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(Network Address/Port Translator)。    最开始NAT是运行在路由器上的一个功能模块。        最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。    因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。如果这些节点需要访问外部网络,那么基本NAT就负责将这个节点的子网内IP转化为一个全球唯一的IP然后发送出去。(基本的NAT会改变IP包中的原IP地址,但是不会改变IP包中的端口)
    2022-02-13 16:59:15下载
    积分:1
  • < 精通Windows Sockets开发
    < 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual C++ implementation " " a book full source code, including multi-threaded download, network Gobang, online examination system of five projects. Each item using a different socket model development (such as select, overlapping io, the completion of the port), socket network programming for the beginner friend of great help,,,
    2022-01-31 08:41:13下载
    积分:1
  • 在 c + + 中的 TCP 服务器
    该软件是服务器端,用于通信软件,用C++编写的socket。它可以用作其他项目的模板,并同时支持多个客户端连接。注释为西班牙语,但由于不复杂,因此易于翻译;
    2022-05-14 15:27:14下载
    积分:1
  • socket 通信 控制台序 测试通过
    socket 网络通信 控制台程序 测试通过  #include #include #pragma comment(lib, "ws2_32.lib") void main() {     WORD wVersionRequested;     WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。     int err;          wVersionRequested = MAKEWORD( 1, 1 );          err = WSAStartup( wVersionRequested, &wsaData );     if ( err != 0 ) {         return;     }          if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )      {         WSACleanup( );         return;     }     SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接     //初始化连接与端口
    2023-07-26 07:35:05下载
    积分:1
  • 在虚拟仪器中,计算机成为仪器的一部分,使得计算机可以得到充分发挥。除了仪器的输入、输出、数据处理分析、结果显示由计算机完成外,还可组成计算机。一个大的复杂的...
    在虚拟仪器中,计算机成为仪器的一部分,使得计算机可以得到充分发挥。除了仪器的输入、输出、数据处理分析、结果显示由计算机完成外,还可组成计算机网络。一个大的复杂的测试系统往往系统的测量、输入、输出、结果分析分布在不同的地理位置,仅用一台计算机并不能胜任测试任务,需要由分布在不同地理位置的若干计算机共同完成整个测试任务。-In the virtual instrument, the computer has become part of the equipment so that the computer can be brought into full play. In addition to equipment import, export, data processing, analysis, results showed that the completion by a computer, the computer network can be formed. A large test systems are often complex system of measurement, input, output, results in different geographical location, just a computer and can not do the test tasks, the need for different location in a number of computers together to complete the test任务.
    2022-07-28 03:37:41下载
    积分:1
  • VC++ 6的HTML辑器:今天,应用序通常需要一个丰富的用户界面。有关。
    HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is ability to compose or edit HTML documents in an easy, effective, and reliable way. This article and source code attached give you a nice control to perform this task. And now, the best part: This control works fine with Microsoft VC++ 6.0! -HTML Editor for VC 6.0 : Today, applications often need a rich user interface. One of them is ability to compose or edit HTML doc uments in an easy, effective, and reliable way. This article and a source code ttached give you a nice control to perform this t ask. And now, the best part : This control works fine with Microsoft Visual C++ 6.0.
    2022-09-19 17:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载