登录
首页 » Windows Socket编程 » ASP source code, the use Notepad to open inside has three sections inside source...

ASP source code, the use Notepad to open inside has three sections inside source...

于 2022-02-10 发布 文件大小:1.51 kB
0 199
下载积分: 2 下载次数: 1

代码说明:

ASP源码,这个用记事本打开里边里边有三段源码,只用其中一段即可,每行有有明确的注释-ASP source code, the use Notepad to open inside has three sections inside source, only one paragraph to each line has specific notes have

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

发表评论

0 个回复

  • 简易SOCKET。供有需要的人们使用,谢谢合作
    简易SOCKET编程。供有需要的人们使用,谢谢合作-Easy SOCKET programming. The needs of the people to use, thank cooperation
    2022-10-19 11:40:02下载
    积分:1
  • 飞鸽传书的C++版本的一个典型的P2P
    飞鸽传书C++版,一个典型的基于P2P的应用小程序,它完成了快速文件传输,是局域网用户的好帮手。-Dove Chuanshu C++ Version of a typical P2P-based application of small programs, it completed a fast file transfer, LAN users is a good helper.
    2022-05-06 18:37:35下载
    积分:1
  • HTTPClient: 该序完全是为了演示HTTP的客户写的,因此运行时必须在本机有开HTTP服务才行。 HTTPSvr: 这是微软提供的HTTP服务器例...
    HTTPClient: 该程序完全是为了演示HTTP的客户编写的,因此运行时必须在本机有开HTTP服务才行。 HTTPSvr: 这是微软提供的HTTP服务器例程,使用时需要在建一个 C:webpages的目录。你把该目录下的webpages拷到C:就好了。 下面是原来的readme-HTTPClient : The procedure is to demonstrate the preparation of HTTP clients, and therefore must be run in the machine is open HTTP domestic demand. HTTPSvr : This is Microsoft"s HTTP server routines, the need to be used in building a C : webpages directory. You put the directory of webpages Manchester C : good enough. Below is the original readme
    2023-02-26 23:00:03下载
    积分:1
  • 序是我自己开发的连锁超市方案中数据交换的应用实例,所以客户端和服务端的代码有点多,但多是与通信本身无关,所实现的功能是将本地Local文件夹与远Remot...
    此程序是我自己开发的连锁超市方案中数据交换的应用实例,所以客户端和服务端的代码有点多,但多是与通信本身无关,所实现的功能是将本地Local文件夹与远程Remote文件夹的.rs文件互相进行传送。-this program is my own development of the supermarket chain data exchange program of the application, client and server-side code a bit more, but most of the communication itself has nothing to do with, the functions of local folders Local and Remote Remote folders. Rs documents transmitted each other.
    2023-04-11 19:40:04下载
    积分:1
  • 获取数据包柄对其进行分析,分析数据包类型,及相关协议种类...
    获取数据包柄对其进行分析,分析数据包类型,及相关协议种类-access data packets handles its analysis and packet type, and the relevant agreements types
    2023-05-16 11:15:03下载
    积分:1
  • 使用winpcap罗列本机所有的网络接口信息
    使用winpcap罗列本机所有的网络接口信息-winpcap use of the machines listed all the information network interface
    2022-03-16 01:05:39下载
    积分:1
  • NAT穿透 下面的表格列出民每个管理信息头的reSIP的类型。一个完整的包括每个类型存取的列表。 重新调用许多信息头是不同的值 这返回值用不同的值的情况必须重申...
    NAT穿透 下面的表格列出民每个管理信息头的reSIP的类型。一个完整的包括每个类型存取的列表。 重新调用许多信息头是不同的值 这返回值用不同的值的情况必须重申为得到类型显示。 多值信息头被用(*)标识。-NAT Traversal The following table sets out the information in each of the first reSIP type. A complete access to each type of list. Many redeployed header value is different with this return value to the different values must be reiterated that as a type of show. Multi-value information was first used (*) logo.
    2022-03-20 08:42:46下载
    积分:1
  • Expulsion of students manage to achieve a simple basic functions can be achieved
    简单实现学生学籍管理 各种功能基本能够实现-Expulsion of students manage to achieve a simple basic functions can be achieved
    2022-03-23 22:21:09下载
    积分:1
  • 1-持续CSMA协议下,当一个用户要发送数据时,它首先侦听信道,看是否有其他站点在传送。如果信道忙,就持续等待直到信道空闲时,便将数据送出。若发生冲突,就等待一个随机长的时间,然后重新侦听。 对于这种协议,先考虑当前帧i时的前一帧时i-1,得到前一帧时的最后一帧frame0(相对时间最大的帧)的相对时间dt0,然后再在当前帧时查看有哪些帧的相对时间会小于dt0,这些帧若是发送就会与frame0发生冲突,所以这些帧就进入持续等待状态,这些帧并没有发送。再考虑当前帧余下的帧(dt > dt0),它们中的第一帧侦听到信道处于空闲状态,所以就发送,而其他的帧由于第一帧的发送又处于等待状态。若有大于或等于2个帧的相对时间相等,且它们又同时侦听到信道空闲时,就会同时发送而导致冲突,冲突发生后的处理方法同上两个协议的一样。 -1- CSMA continued under the agreement, when a user to send data, it first interception Channel to see if there are other sites in transmission. If Channel busy, continuing to wait until the idle channel, and put more information out. If there is conflict, it is a long wait for a random time, then re-interception. Such agreements, to consider the current frame i am one of the former when i-1, be a time before the final one frame0 (relative to the time frame) the relative dt0 time, and then when the current frame to detect what the relative time frame will be less than dt0, these frames will be sent if and frame0 conflict, th
    2022-03-03 08:55:18下载
    积分:1
  • 以工作区的形式有效的管理工的所有数据,是现行的比较主要的一种管理方式,尤其对大型工很有效!...
    以工作区的形式有效的管理工程的所有数据,是现行的比较主要的一种管理方式,尤其对大型工程很有效!-Work area to form effective management of all project data, is present mainly as a comparison of management methods, especially for large-scale projects very effective!
    2022-07-03 15:47:45下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载