-
计算机安全与保密技术
书籍语言: 简体中文
书籍类型: 网络安全
授权方式: 免费软件
书籍大小:...
计算机安全与保密技术
书籍语言: 简体中文
书籍类型: 网络安全
授权方式: 免费软件
书籍大小: 200 KB -computer security and confidentiality technical books Language : English books categories : network security license : free software books Size : 200 KB
- 2023-03-26 19:40:03下载
- 积分:1
-
windows下的一个多人聊天程序,一个服务器端、一个客户端
windows下的一个多人聊天程序,一个服务器端、一个客户端-windows of more than a chat program, a server, a client
- 2022-07-16 15:16:52下载
- 积分:1
-
各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载...
各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而复始直到各个线程都完成任务。不过这里有一点需要注意:为了避免重复下载部分数据,在调整任务的时候,起始的文件便移量必须加上接受缓冲器的字节数,因为如前面所举的列子来看。线程1和线程3在平衡负载的时候,线程正在下载数据,如果所剩的数据比接受缓冲器的大小还小,线程1和线程3的部分下载数据将会重复。
在调整任务和分析任务的时候,会发现一个问题。就是读取文件数据太过频繁。于是我用了一个数据结构。在下载文件的过程中始终打开配置文件,这样速度提高了很多。在文件下载完毕后关闭文件。-various threads assignment is achieved. At the beginning of the download, the paper divided into a number of pieces of the download. As a thread of a task is to start from the position paper of 0 to start the download has 72,908 locations Department. Thread a download each one will have to adjust the data tasks, such as the first downloaded 20,800 gigabytes of data, then threaded a task will be re :20800- 72908. This situation continues until the mandate of 72908-72908 said threaded a completion of the cu
- 2022-03-20 03:50:55下载
- 积分:1
-
generation application framework and initialization OLE/COM library environment...
生成应用程序框架并初始化OLE/COM库环境 创建一个标准 的MFC AppWizard(exe)应用程序,然后在使用ADO数据库的InitInstance函数中初始-generation application framework and initialization OLE/COM library environment to create a standard MFC AppW izard (exe) applications, then use ADO database initial InitInstance function
- 2022-01-26 05:26:03下载
- 积分:1
-
动态显示当前网络的使用情况,包括接受数据速率和发送数据速率。...
动态显示当前网络的使用情况,包括接受数据速率和发送数据速率。-dynamic display of current network usage, including data rate and send data rates.
- 2022-12-31 07:35:04下载
- 积分:1
-
基于windows c++下,利用windows Sockets套接字select模型开发的远程文件下载程序。该程序分为服务器和客户端两个部分。
客户端实现...
基于windows c++下,利用windows Sockets套接字select模型开发的远程文件下载程序。该程序分为服务器和客户端两个部分。
客户端实现以下功能
1 浏览服务器的目录结构
2 能够从服务器下载某个文件
3设置文件保存的位置
4 使用多线程下载文件
服务器实现以下功能:
1 客户端连接数量
2客户端请求的目录
3 客户端请求下载的文件-failed to translate
- 2023-05-22 15:55:04下载
- 积分:1
-
filter的讲解,保护资源文件,检查用户登录等
filter的讲解,保护资源文件,检查用户登录等-something about filter
- 2022-03-22 15:27:30下载
- 积分:1
-
Easy to use, full
方便使用,功能齐全,放心使用量不要让站长把时间都花-Easy to use, full-featured, secure and use not to let the owners have spent their time
- 2022-10-19 13:25:03下载
- 积分:1
-
能够绕过winXP sp2防火墙的代码
能够绕过winXP sp2防火墙的代码-to bypass firewall sp2 code
- 2022-07-23 00:28:31下载
- 积分:1
-
1. Contents simpletcp through Winsock API TCP chatting procedures , the integrat...
1. 目录simpletcp是通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端;2. 目录simpleudp是通过Winsock API实现UDP聊天的程序;3. 目录winsock control是通过winsock控件实现聊天的程序,其中子目录tcp是通过winsock控件实现tcp聊天的程序、而子目录udp是通过winsock控件实现udp聊天的程序;-1. Contents simpletcp through Winsock API TCP chatting procedures , the integration process server and the client; 2. Contents simpleudp through Winsock API UDP chatting procedures; 3. Contents winsock control is achieved through chat winsock control procedures, tcp subdirectory which is achieved through winsock tcp Chat Control procedures and subdirectories udp through winsock Controlware udp chatting procedures;
- 2022-05-08 13:52:25下载
- 积分:1