-
用java写的一个端口扫描器源码
使用了swing和thread
学习网络安全的人值得一读...
用java写的一个端口扫描器源码
使用了swing和thread
学习网络安全的人值得一读-Using java to write a port scanner source thread using the swing and learning network security worth reading
- 2023-06-02 16:35:03下载
- 积分:1
-
Based on UDP protocol socket programming, is a Client
基于UDP协议的socket programming,是Client端的程序,可以作为初学者的学习参考-Based on UDP protocol socket programming, is a Client-side program can be used as reference for beginners to learn
- 2023-07-23 12:05:03下载
- 积分:1
-
Main achieved IE download pictures after the completion of the script and other...
主要实现了IE下载图片脚本等完成后的提示和IE加载主URL后的提示。顺便实现了收藏夹读取功能。-Main achieved IE download pictures after the completion of the script and other tips and IE prompt after loading the main URL. Incidentally realized favorites read function.
- 2022-07-08 23:09:54下载
- 积分:1
-
很多人都有过使用网络蚂蚁或网络快车软件下载互联网文件的经历,这些软件的使用可以大大加速互联网上文件的传输速度,减少文件传输的时间。这些软件为什么有如此大的魔力呢...
很多人都有过使用网络蚂蚁或网络快车软件下载互联网文件的经历,这些软件的使用可以大大加速互联网上文件的传输速度,减少文件传输的时间。这些软件为什么有如此大的魔力呢?其主要原因是这些软件都采用了多线程下载和断点续传技术。如果我们自己来编写一个类似这样的程序,也能够快速的在互联网上下载文件,那一定是非常愉快的事情。下面我就讲一讲如何利用C#语言编写一个支持多线程下载文件的程序,你会看到利用C#语言编写网络应程序是多么的容易,从中也能体会到C#语言中强大的网络功能。
-many people use the Internet, they had ants Network Express software or download files over the Internet experience, the use of such software can greatly speed up the documents on the Internet speeds, reduce file transfer time. These software Why is there so much magic? Its main reason is the software used to download and multithreading technology HTTP. If we prepare ourselves to a similar case in the process and to quickly download on the Internet, it must be a very pleasant thing. Now, I would talk about how to use C# language support for a multi-threaded download procedures, you will see the use of C# language network should procedure is how easy from can understand C# Language powerful networking capabilities.
- 2023-02-11 11:20:03下载
- 积分:1
-
本书适应了 Windows、Internet 及计算机网络普及的潮流,介绍了一套在
Windows 下网络编程的规范-Windows Sockets。这套规...
本书适应了 Windows、Internet 及计算机网络普及的潮流,介绍了一套在
Windows 下网络编程的规范-Windows Sockets。这套规范是 Windows 下得到广泛
应用的、开放的、支持多种协议的网络编程接口。从 1991 年的 1.0 版到 1995 年的
2.0.8 版,经过不断完善并在 Intel、Microsoft、Sun、SGI、Informix、Novell 等公司
的全力支持下,已成为Windows 网络编程的事实上的标准。为使读者能够充分理解
和应用这套规范, 本书不但对Windows Sockets 1.1及2.0 规范作了较为详尽的介绍还结合了作者的实际工作,给出了具有实际应用价值的程序实例。书中的内容包括:
Windows Sockets 规范 1.1 版及2.0.8 版介绍;Windows Sockets网络编程指导和具体
应用实例;Windows Sockets规范1.1 版及2.0.8 版库函数参考等。-err
- 2023-09-05 23:55:05下载
- 积分:1
-
Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。
连接成...
Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。
连接成功后显示提示信息;
然后client端向TCP Server发送“GET UDP PORT”字符串,Server收到后向client回送自己的UDP Server 端口号(即Client端仅知道TCP Server的端口号而不知道UDP Server的端口号);
client在收到UDP Server的端口号后, 为用户显示3个选项:
1.“Get current time(TCP)”服务器时间
2.“Echo Mode(UDP)”回显6
3.“Exit the program”.
-Client program also creates a TCP socket, respectively, and a UDP socket, the first client to use TCP socket connection TCP Server. After a successful connection displays a prompt message and then client-side to the TCP Server sends " GET UDP PORT" string, Server receipt back to the client to send their UDP Server port number (ie, Client-side only to know the TCP Server" s UDP port number do not know Server" s port number) client received UDP Server port number, in order to the user three options: 1. " Get current time (TCP)" server time 2. " Echo Mode (UDP)" echo 63. " Exit the program" .
- 2023-07-31 00:05:03下载
- 积分:1
-
又一个用Borland C++3.1编译的TCP/IP协议栈
又一个用Borland C++3.1编译的TCP/IP协议栈 -Another tcp/ip stack using Borland C++ 3.1 for compiling
- 2022-04-09 11:17:20下载
- 积分:1
-
IEWORD 远程编辑保存WORD,模板套用 手写签名,痕迹保留,电子印章,自定义菜单等...
IEWORD 远程编辑保存WORD,模板套用 手写签名,痕迹保留,电子印章,自定义菜单等-IEWORD remote editing preservation WORD, templates use handwritten signatures, traces reservations, electronic seals, custom menus, and other
- 2022-04-21 17:32:38下载
- 积分:1
-
这是一个利用TCP协议进行通信的程序,很典型,适合初学者学习,程序分两个部分,客户端和服务器...
这是一个利用TCP协议进行通信的程序,很典型,适合初学者学习,程序分两个部分,客户端和服务器-using TCP communication procedures, typical, for beginners to learn, procedures in two parts, the client and server
- 2022-08-19 14:35:43下载
- 积分:1
-
向量空间模型 c源码实现
利用向量空间模型的概念,这个可以用在crawer中....
向量空间模型 c源码实现
利用向量空间模型的概念,这个可以用在crawer中.-Vector Space Model c source code to achieve the use of the concept of vector space model, this can be used in in crawer.
- 2022-01-21 01:23:40下载
- 积分:1