登录
首页 » Windows Socket编程 » 不重起Windows直接更改IP地址

不重起Windows直接更改IP地址

于 2022-03-25 发布 文件大小:14.66 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

不重起Windows直接更改IP地址-not directly up the Windows IP address changes

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

发表评论


0 个回复

  • 实现了一个功能简单的HTTP代理服务器,本章主要介绍多线相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线对临界资源的互斥访问,创建工作线...
    实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-achieved a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, including initialization of critical and delete critical of the use of the completion of a number of critical thread on the critical resources of the exclusive visit, work to create threads, threads from work, definitions and setting events using multiple threads completed the synchronization and collaboration.
    2022-08-16 07:31:26下载
    积分:1
  • 用vc写的简单聊天室,用winsock写成,适用vc6.0及以上
    用vc编写的简单聊天室,用winsock写成,适用vc6.0及以上-vc prepared with a simple chat room, using winsock languages, and above applies vc6.0
    2022-02-15 19:55:50下载
    积分:1
  • 简单的UDP接收代码,学习Window Socket的小例子。
    简单的UDP接收代码,学习Window Socket的小例子。-UDP receive a simple code, learning the Window Socket example.
    2022-06-30 03:24:32下载
    积分:1
  • 在vc下实现的http服务器,可供学习http参考
    在vc下实现的http服务器,可供学习http编程参考-under the http server for http learning programming reference
    2022-06-13 12:29:58下载
    积分:1
  • UDP的服务器/客户端探测小序。功能为:服务器开启后等待连接并负责回馈信息,客户端可用单播、多播、广播三种方式探测局域网内的服务器并发送消息。...
    UDP的服务器/客户端探测小程序。功能为:服务器开启后等待连接并负责回馈信息,客户端可用单播、多播、广播三种方式探测局域网内的服务器并发送消息。-UDP server/client detection of small procedures. Function as follows: after waiting for the server to open connections and is responsible for feedback, the client can be used unicast, multicast, broadcast three ways to detect LAN server and send a message.
    2022-04-27 11:37:35下载
    积分: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
  • 自己做的SNMP协议管理,适合初学者研究
    自己做的SNMP协议管理,适合初学者研究-SNMP protocol to do its own management, suitable for beginners study
    2022-05-22 00:08:10下载
    积分:1
  • 计算校验和 命令行:check_sum infile 其中check_sum是序名,infile是数据文件名 输出:数据文件的校验和。 目...
    计算校验和 命令行:check_sum infile 其中check_sum是程序名,infile是数据文件名 输出:数据文件的校验和。 目的是通过数据链路层与介质访问控制层的学习,根据数据链路层的基本原理,针对普遍应用的Ethernet帧,通过构造一个具体的帧,深入理解网络协议的基本概念与网络问题处理的一般方法。-calculated checksum command line : check_sum infile which check_sum procedures, and infile data output file name : data files, the checksum. The purpose of the data link layer and the MAC layer of learning, according to the data link layer to the basic principles of universal application against the Ethernet frame, and by constructing a concrete frames, in-depth understanding of network protocols and the basic concepts of network issues to deal with the general approach.
    2022-05-20 02:21:14下载
    积分:1
  • 这是一个用VC开发的如何获得本机名和IP地址的小序.
    这是一个用VC开发的如何获得本机名和IP地址的小程序.-This is a development of the VC how to get the machine name and IP address of small procedures.
    2022-01-27 18:59:25下载
    积分:1
  • 通过适当的配置的实际情况,可以自动选择。
    通过实际情况进行相应的配置,可以自动修改ip地址,网关,子网掩码,DNS-The actual situation through the appropriate configuration, can automatically modify the ip address, gateway, subnet mask, DNS
    2023-07-09 00:55:04下载
    积分:1
  • 696518资源总数
  • 105096会员总数
  • 12今日下载