登录
首页 » Windows Socket编程 » ASP.NET信息管理系统开发实例导航第3章 物业管理系统

ASP.NET信息管理系统开发实例导航第3章 物业管理系统

于 2022-04-16 发布 文件大小:1.65 MB
0 223
下载积分: 2 下载次数: 1

代码说明:

ASP.NET信息管理系统开发实例导航第3章 物业管理系统-ASP.NET development of information management system navigation example, Chapter 3 of the property management system

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

发表评论

0 个回复

  •  各个线任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线一开始的任务是从文件的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
  • 利用字典法攻克邮箱密码
    利用字典法攻克邮箱密码-use dictionaries France tackled mail passwords
    2022-01-28 15:05:06下载
    积分:1
  • 网络视频
    网络视频监控源代码,用VC6.0开发,用很大的参考意义-net video
    2022-07-23 11:04:57下载
    积分:1
  • ip helper api简介和源码
    ip helper api简介和源码-About ip helper api and source
    2022-08-06 21:08:07下载
    积分:1
  • 单射函数问题 设函数f将点集S = {0,1, , n
    单射函数问题 设函数f将点集S = {0,1, , n -1}映射为f (S) = { f (i) | iÎ S} Í S 。单射函数问题要 从S中选取最大子集X Í S 使f (X )是单射函数。 例如,当n=7, f (S) = {1,0,0,2,2,3,6} Í S 时, X = {0,1,6} Í S 是所求的最大子集。-Injective function, the function f the problem will be the point set based S = (0,1,  , n-1) maps to f (S) = (f (i) | iÎ S) Í S. Injective function of the problem from the largest subset of S, select the X Í S so that f (X) is injective function. For example, when n = 7, f (S) = (1,0,0,2,2,3,6) Í S, when, X = (0,1,6) Í S is a subset of the desired maximum.
    2023-04-24 20:15:02下载
    积分:1
  • CTelnet:该序是telnet的Client,实现比较简陋。登录到任何bbs做测试。...
    CTelnet:该程序是telnet的Client,实现比较简陋。登录到任何bbs做测试。-CTelnet : The procedure is a telnet client to achieve humble. Log on to a bulletin board do any testing.
    2022-02-24 14:02:59下载
    积分:1
  • c#,一个小型的flashget
    c#,一个小型的flashget-c#, a small Flashget
    2022-08-18 01:15:42下载
    积分:1
  • 本人刚刚从其他网站上找到的局域网语音文字聊天系统的源代码。...
    本人刚刚从其他网站上找到的局域网语音文字聊天系统的源代码。-from other Web sites to find the words LAN voice chat system"s source code.
    2023-09-08 11:50:03下载
    积分:1
  • 使用Winsock写用IPX协议客户/服务器模式的聊天的
    使用Winsock编写用IPX协议客户/服务器模式的聊天的程序- Uses the Winsock compilation the procedure which chats with the IPX agreement customer/server pattern
    2022-02-10 11:08:13下载
    积分:1
  • VB.Net写的简单论坛.rar
    VB.Net写的简单论坛.rar-VB.Net write a simple forum. Rar
    2022-08-12 11:17:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载