登录
首页 » 操作系统 » wince 访问注册表,修改ip地址,网关,如果结合自己程序,放到自动启动程序,可以实现开机后自动配置正确的ip地址,就象winxp一样....

wince 访问注册表,修改ip地址,网关,如果结合自己程序,放到自动启动程序,可以实现开机后自动配置正确的ip地址,就象winxp一样....

于 2022-02-05 发布 文件大小:38.07 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

wince 访问注册表,修改ip地址,网关,如果结合自己程序,放到自动启动程序,可以实现开机后自动配置正确的ip地址,就象winxp一样.-err

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

发表评论

0 个回复

  • C++写的原理及实现,模拟页面置换程序lru的源码
    C++写的操作系统原理及实现,模拟页面置换程序lru的源码-C++ Write the operating system and realize the principle of simulated LRU page replacement procedures of the source
    2022-01-30 12:26:15下载
    积分:1
  • vm wince6.0 虚拟机 vm wince6.0 虚拟机 vm wince6.0 虚拟机
    vm wince6.0 虚拟机 vm wince6.0 虚拟机 vm wince6.0 虚拟机-vm wince6.0 virtual machine vm wince6.0 virtual machine vm wince6.0 virtual machine vm wince6.0 virtual machine vm wince6.0 virtual machine
    2022-07-13 19:17:32下载
    积分:1
  • 5,图形界面银行家算法
    5,操作系统图形界面银行家算法-5, the operating system GUI bankers Algorithm
    2022-02-26 08:59:06下载
    积分:1
  • 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型...
    试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型数。 要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容.当前指针位置和生产者/消费者线程的标识符 (2)生产者和消费者各有两个以上 (3)多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。-Test Objective : To study the Linux threading mechanism and signal to producers and consumers to achieve the concurrency control : a boundary buffer There are 20 storage units, Add/remove data items for a set of 20 ~ 20-integer. Requirements : (1) Each producer and consumer sector of the buffer zone is operated, immediately after the sector showed a buffer in its entirety. The current position and producer/consumer threads identifier (2) producers and consumers have two or more (3) A number of producers or many consumers to be shared between the right to operate the buffer function code.
    2023-06-17 09:40:03下载
    积分:1
  • 实现第一
    实现先来先服务的算法,有利于不同级别队列的优先运行-To achieve first-come first-serve algorithm, is conducive to different levels of priority queue operation
    2022-01-26 08:24:39下载
    积分:1
  • 、课设内容及步骤 1. 消化课设算法思想及样本程序 给出对应模块(函数)的流程图 2. 编制 建立、删除、打开、关闭、读、写 函数 3. 准备调...
    、课设内容及步骤 1. 消化课设算法思想及样本程序 给出对应模块(函数)的流程图 2. 编制 建立、删除、打开、关闭、读、写 函数 3. 准备调试数据(至少两个用户,若干文件),能实施多个命令操作 4. 上机编辑、编译源程序,并进行调试 5. 利用准备好的调试数据,运行测试程序, 观察运行结果,并作记录和分析 -, Class-based content and Step 1. Digest algorithm based lesson ideas and sample program are given the corresponding module (function) of the flow chart 2. Prepared to establish, delete, open, closed, read, write, function 3. Ready debugging data (at least two users, a number of documents), to implement a number of commands to operate 4. on the machine to edit, compile source code, and debugging 5. preparation good use of debugging data, run test procedures, observing the results, and for recording and analysis
    2022-02-09 14:21:26下载
    积分:1
  • DOS源代码,C语言编写,对的认识有很大的帮助....
    DOS操用系统源代码,C语言编写,对操作系统的认识有很大的帮助.-DOS speaks system source code, C language, the awareness of the operating system will be very helpful.
    2023-04-27 00:40:03下载
    积分:1
  • bankers algorithm examples
    银行家算法的实例-bankers algorithm examples
    2022-06-14 00:56:56下载
    积分:1
  • S3C2440的Steppingstone源代码,NAND最初引导程序。
    S3C2440的Steppingstone源代码,NAND最初引导程序。-S3C2440
    2023-03-09 07:05:04下载
    积分:1
  • 1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的,{...
    1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。 3.程序设计和说明: 函数说明:anquan( )判断给某个进程请求后系统是否安全,anquan1()判断当前系统是否安全。GetAll()取得所有进程的的各个资源数据。详细说明请参见附录中的程序的文档说明。-1. The experiment : Simulation Algorithm bankers, bankers algorithm with the allocation of resources. 2. Experiment : Design 5 (process P0, P1, P2, P3, P4) (resource sharing three categories A, B, C), (A, B, C) amount of resources to 10,5,7. Dynamic process could apply to the resources and the release of resources, according to the system processes the application to dynamically allocate resources. Procedures required to display and print the process of a moment of the distribution of resources and safety sequence; Display and print the process followed for seeking resources, as well as a process of distribution of resources in the resource data. 3. Program design and description : F
    2022-04-07 18:24:35下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载