CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - boot

搜索资源列表

  1. ARM Boot 程序源码

    0下载:
  2. ARM处理器BOOTLOADER程序的设计,比较详细的讲了如何实现程序的加载-ARM processor BOOTLOADER process design, detailed how the stresses of loading procedures
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:623.71kb
    • 提供者:刘万瑾
  1. FlashTool2.0

    0下载:
  2. 非常好用的,在线烧写工具,简单易操作。自动生成boot表 -very useful, and burning online tools, simple and easy to operate. Automatic Generation boot Table
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25.02kb
    • 提供者:袁磊
  1. runWhenStart

    0下载:
  2. 开机自动运行自己编写的程序的\"源代码\" 其中的示例程序名为\"test.exe\",可以自由更改-boot automatically run its own procedures for the preparation of the "source code" the sample program called "test.ex e ", the freedom to change
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.52kb
    • 提供者:其实
  1. StartProcess

    0下载:
  2. c#写的...启动系统指定程序...值得初学者借鉴-write ... boot the system specified procedure beginners should learn from ...
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13.04kb
    • 提供者:wenbin0727
  1. cdcode

    0下载:
  2. C#编写的用光盘做启动盘 AT-RegCDRom:用来创建启动盘 AT-CDRom:验证启动盘[也可说是应用] 一 :编程思想 1、创建启动盘 插入要创建的启动盘,程序自动检测光驱中光盘,利用WMI(Windows管理架构:Windows Management Instrumentation)读取该光盘的序列号(具有唯一性),把该序列号写入注册表。 2、验证 程序执行时,自动检测光驱中的光盘,利用WMI获取序列号,然后读取注册表中先前写入的序列号,二者比较,相同则程序启动成功,否则提示插入启动盘
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:376.19kb
    • 提供者:管琰平
  1. Clock

    0下载:
  2. 两个功能不错的闹钟源代码,实现开机启动、最小化托盘。-Nice alarm clock two functions source code, and boot start, minimize tray.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:391.14kb
    • 提供者:任海涛
  1. mfc1

    0下载:
  2. 有图形界面的服务程序的例子/可实现开机未登录时自动启动等功能-There are graphical examples of the service program/boot can be logged automatically when you start to achieve other functions
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4.02mb
    • 提供者:yixiyecao
  1. LanStartUp

    0下载:
  2. 定时开机,局域网内远程呼唤开机。C#源码,感兴趣可以-Boot from time to time, calling a remote LAN boot. C# Source, could be interested in
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:16.95kb
    • 提供者:英武
  1. WatchDog

    0下载:
  2. 这个程序之所以称之为监视狗,就是因为,它可以监视你指定的应用程序的执行情况。该程序作为一个系统服务,会在系统启动的时候自动运行,然后负责,启动已经配置好的执行程序。如果被执行的程序在中途被关闭或者运行不正确,监视狗会自动开启另外一个同样的应用程序。-The reason why this procedure referred to as surveillance dog, that is, because it can monitor the application you specify th
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:276.39kb
    • 提供者:林锦祥
  1. ShutdownOption

    0下载:
  2. ShutdownOption 简介 使用范围:本ShutdownOption.dll只能在Windows NT及其以上操作系统上使用! 关键方法:在ShutdownOption命名空间下有一个结构 ShutDownComputer和一个ShutdownOperation枚举, ShutdownOperation 的值如下:Hibernate(休眠电脑,如果你的电脑电源支持,一般情况下笔记本电脑都支持休眠功能),LockWorkStation(锁定电脑屏幕),Logoff(注销电脑),
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:16.75kb
    • 提供者:吴贝贝
  1. floor

    0下载:
  2. 电梯模拟系统基本实现了电梯的正常运行所需要的各种功能,例如启动、上、下以及楼层的选择和楼层的显示。在启动时,我们没有特别的设置一个启动按钮,因为第一层的“上”按钮就起到了此功能,再特别添加一个“启动”按钮就显得冗余,当启动是,显示楼层为 “floor 1”。同时电梯里面的各个楼层均可以响应了。-Simulation system for the basic realization of the lift elevator required for the normal operation of
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:236.35kb
    • 提供者:梁会会
  1. boot

    0下载:
  2. C#重启远程计算机的代码远程计算机名或IP地址- System.Management.ObjectQuery oq = new System.Management.ObjectQuery ( "SELECT* FROM Win32_OperatingSystem" ) ManagementObjectSearcher query1 = new ManagementObjectSearcher ( scope , oq )
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:3.31kb
    • 提供者:gguol
  1. csharpvbootauto-runprograms

    0下载:
  2. csharp开机自动运行程序启动程序的路径启动值的名称-csharp run programs automatically start boot process to start the value of the path name
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:765byte
    • 提供者:书才
  1. kaijiqidong

    0下载:
  2. csharp源码,加入后可以使应用程序开机启动。-csharp source code, accession can make an application after the boot starts.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:29.65kb
    • 提供者:周剑
  1. Csharpboot

    0下载:
  2. 如何创建开机自启动程序实例C#.net源代码编写。-How do I create an instance of the boot process since the launch of C#. Net source code is written
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2.23mb
    • 提供者:郝海泉
  1. 22

    0下载:
  2. 创建开机自启动程序, 创建开机自启动程序-Create a boot from the startup program, create a boot from the startup program, create a boot program from the start
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:17.72kb
    • 提供者:kingqueen
  1. remoteopencomputer

    0下载:
  2. c#远程开机,远程打开电脑,通过获取IP与MAC-c# remote boot
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:41.67kb
    • 提供者:文杰
  1. Clock

    0下载:
  2. 可以开机启动,自由添加删除铃声,设置颜色等-To boot, the free add remove ring tones, set the color, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:1.97mb
    • 提供者:向伟业
  1. CSharpKJQD

    0下载:
  2. C#写开机启动,开机自己启动的源代码,完全开源-C# to write boot, boot to start their own source code, fully open source
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:362.73kb
    • 提供者:高波
  1. TimeTask

    0下载:
  2. 开机定时开软件,添加一个任务就多开启一个线程。-Open software boot time, add a task, the more open a thread.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:178.74kb
    • 提供者:陈彬
« 12 3 »
搜珍网 www.dssz.com