-
计数器用一个开关K控制,当K=1时,可逆加法计数器进行计数,K=0时可逆减法计数器进行计数,即可构成一个具有清零和预置功能的可逆加减法计数器...
计数器用一个开关K控制,当K=1时,可逆加法计数器进行计数,K=0时可逆减法计数器进行计数,即可构成一个具有清零和预置功能的可逆加减法计数器-counter with a control switch K, K = 1, the reversible addition counter for counting, K = 0 reversible subtraction counter for counting, with constitutes a reset and preset function of reversible counter subtract
- 2022-08-22 06:13:16下载
- 积分:1
-
比较好的自动更新程序用法:update.exe 程序名 版本 版本文件URL例如:update.exe VolleyMail 3.0 http://www.ex...
比较好的自动更新程序用法:update.exe 程序名 版本 版本文件URL例如:update.exe VolleyMail 3.0 http://www.extice.com/update/update.ini-better use automatic update : update.exe program names versions versions of documents such as URL : update.exe VolleyMail 3.0 http://www.extice.com/update/update.ini
- 2023-06-05 21:10:04下载
- 积分:1
-
查看HOTMAIL邮件的源代码
查看HOTMAIL邮件的源代码-See HOTMAIL e-mail source code
- 2022-06-19 12:46:23下载
- 积分:1
-
基于winsock网络编程技术实现客户端图片传送到服务器端
基于winsock网络编程技术实现客户端图片传送到服务器端-ImageTransfer through winsock
- 2023-06-14 07:35:33下载
- 积分:1
-
MTSServer this procedure and the use of Hopewell, MTSServer
此程序和MTSServer本合使用,MTSServer是服务端程序,该程序很好的说明了网络客户如何通过TCP连接到服务器,并通过密码验证方法传送多个文件-MTSServer this procedure and the use of Hopewell, MTSServer-service procedures, the procedures for a good reminder of how the customer network through TCP connection to the server, and through password verification means of transmission multiple files
- 2022-01-30 17:41:29下载
- 积分:1
-
一个采用asp开发的论坛,结构清晰,树形目录,使用方便简单...
一个采用asp开发的论坛,结构清晰,树形目录,使用方便简单-an asp development using the forum, clear directory tree, easy to use simple
- 2023-05-06 18:45:03下载
- 积分:1
-
一个特别小巧的,实用的留言薄系统,可直接应用,无须修改...
一个特别小巧的,实用的留言薄系统,可直接应用,无须修改-a particularly compact and practical Guestbook system can be used directly without modification
- 2022-01-26 04:57:14下载
- 积分:1
-
简单的UDP隧道的实现源代码,即UDP转发
简单的UDP隧道的实现源代码,即UDP转发-simple UDP tunnel to achieve source code, that is, UDP transponders
- 2022-10-14 20:15:02下载
- 积分:1
-
一个“Ping”程序,主要包括:填写一个ICMP回响请求报文,以数据报的方式向目标主机发送,然后接收目标主机回送的ICMP回响应答报文,若成功,给出提示信息。...
一个“Ping”程序,主要包括:填写一个ICMP回响请求报文,以数据报的方式向目标主机发送,然后接收目标主机回送的ICMP回响应答报文,若成功,给出提示信息。-a "Ping" procedures, including : a complete response ICMP request packet, Data reported to the mainframe sent to the target and then receiving sent back to the mainframe objectives of the ICMP response Reply message, If successful, and given a message.
- 2023-02-10 15:25:03下载
- 积分:1
-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1