登录
首页 » Windows Socket编程 » advanced nature of Party members to maintain the website source, management admi...

advanced nature of Party members to maintain the website source, management admi...

于 2023-04-15 发布 文件大小:405.73 kB
0 175
下载积分: 2 下载次数: 1

代码说明:

保持党员先进性的网站源码,管理admin/index.asp用户名admin密码admin-advanced nature of Party members to maintain the website source, management admin/index.asp username admin password admin

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

发表评论

0 个回复

  • 又一款局域网聊天序,适用于delphi5,只有用了Rxlib2.75中的两个控件,一个是用来做TrayIcon的(TRxTrayIcon),还有一个是用来选颜...
    又一款局域网聊天程序,适用于delphi5,只有用了Rxlib2.75中的两个控件,一个是用来做TrayIcon的(TRxTrayIcon),还有一个是用来选颜色的(TColorComboBox), 大家可以到Rxlib专栏中下载这个控件-another model LAN chatting procedures applicable to 3.0-5.0 Only a Rxlib2.75 the two controls, one is used for TrayIcon (TRxTrayIcon), there is an election to the color of (TColorComboBox), Rxlib You can download this column Controls
    2022-04-23 22:41:46下载
    积分:1
  • 语音电话高级是一个通过调制解调器来进行语音电话开发的序,相信读者一定会感兴趣。 本序需要调制解调器的支持,否则可能失败 需要调制解调器支持语音传输,本...
    语音电话高级编程是一个通过调制解调器来进行语音电话开发的程序,相信读者一定会感兴趣。 本程序需要调制解调器的支持,否则可能失败 需要调制解调器支持语音传输,本程序在子弹头 调制解调器下调试通过,通话时通过麦克风和话筒 来进行。-Voice Telphony Advance Coding descript How to program though a mode, we conside many reader shoud be insterest this..
    2023-07-12 11:25:02下载
    积分:1
  • 这是一个电话号码合网络地址转换的序源代码。
    这是一个电话号码合网络地址转换的程序源代码。-This is a telephone number a network address translation of the source code.
    2023-08-27 16:10:04下载
    积分:1
  • 得到网络中其他计算机的时间
    得到网络中其他计算机的时间-Be other computer network time
    2022-01-25 18:59:21下载
    积分:1
  • 这个序是用DELPHI写的,主要用于与BORLAND服务器进行聊天的客户端工具....
    这个程序是用DELPHI编写的,主要用于与BORLAND服务器进行聊天的客户端工具.-the procedure is used in the preparation of Delphi, mainly for servers with BORLAND Chat client tools.
    2022-05-06 17:29:15下载
    积分:1
  • this software is embedded engaged in the development of personnel TCPIP learning...
    本软件是从事嵌入式开发人员TCPIP学习使用的代码,具有一定的指导意义,包括ARP、ICMP、IGMP网络内部OSPF等协议的相关代码,还有其他SIP语音网关协议的相关代码。
    2022-05-28 19:08:10下载
    积分: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
  • TCP的客户服务器通信序 一:序运行过 1、运行服务器序,等待客户端发出请求 2、运行客户端序,输入客户的IP地址,请求连接 3、若连接成功,服务器端...
    TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:clientls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : client ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
    2022-06-30 17:04:28下载
    积分:1
  • TCP.IP终端序源代码
    TCP.IP终端程序源代码-TCP.IP terminal program source code
    2022-06-16 00:59:15下载
    积分:1
  • This is one of the windows platform with the development of a vc6.0 "FTP do...
    这是一个在windows平台下用vc6.0开发的一个“FTP遍历下载目录”程序,内有详细的注解-This is one of the windows platform with the development of a vc6.0 "FTP download directory traversal" process, with detailed footnotes
    2022-02-27 09:00:17下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载