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

搜索资源列表

  1. autoupdate

    0下载:
  2. 一个自动更新的辅助插件实现 autoUpdate操作流程: 启动AutoUpdate进程 -》解析传入的参数 -》检查传入的注册表路径是否有效,如果无效则不能继续 -》连接网站,下载版本文件,存放在系统的临时目录 -》比较下载的版本文件和本地的版本文件,确定是否需要更新,并生成更新列表 -》根据更新列表下载文件,存放在临时目录 -》下载结束后逐个更新本地文件(move) -》move结束,删除临时目录。修改本地版本文件 文件更新顺序:先检查GAME的文件(data和exe)是否要UPDATE,然
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:126199
    • 提供者:张其
  1. Start DirectX 9

    0下载:
  2. There exists a gap in the game programming market where beginning programmers are finding themselves without an introductory guide. Existing books focus on the 3D component of DirectX only, leaving readers without a complete understanding of DirectX.
  3. 所属分类:DirextX编程

    • 发布日期:2012-11-03
    • 文件大小:2078705
    • 提供者:mascotinhofera
  1. Qualcomm

    1下载:
  2. 本文试图通过代码来深入剖析Qualcomm手机开机的整个过程,即从按下开机键一直到出现待机界面,Qualcomm的手机软件在整个流程中究竟完成了哪些工作。本文的主要目标是理清手机的初始化流程,并为今后Amoi定做初始化工作提供一个参考。-This paper attempts to analyze in depth through the code to boot Qualcomm cell phone the entire process, from pressing the start bu
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2013-03-14
    • 文件大小:23387
    • 提供者:mayang
  1. start

    0下载:
  2. 永磁同步电动机的异步启动matlab程序模型 -Permanent magnet synchronous motor to start the asynchronous process model matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1519
    • 提供者:gulidong
  1. ProcessTick

    0下载:
  2. 获取进程启动和结束时间的工具 使用 PSAPI 获取内核模式和用户模式进程并将用户模式进程的启动时间和结束时间记入日志。运行程序后,它启动一个线程,该线程在后台执行每隔一定时间监控是否有新启动进程或退出进程。-Access to the process of start and end times of the tools used to obtain PSAPI kernel mode and user mode processes and user-mode process s
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-27
    • 文件大小:18304
    • 提供者:dannys
  1. regedit

    0下载:
  2. 禁注册表 复制到系统 。注册表启动,隐藏运行。隐藏属性-Cut copy to the system registry. Registry to start, run hidden. Hidden attribute
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:169222
    • 提供者:张小明
  1. process

    0下载:
  2. 用于监控系统的进程,同时可以在运行时启动想要启动的进程-Systematic process for monitoring the same time, you can run the process starts when you want to start
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:101134
    • 提供者:lf
  1. ProtectPC

    0下载:
  2. 小精灵主动防御系统的设计与实现(附源码)。一个山寨版的简单的主动防御,代码比较简单, 进程方面:本主动防御系统采用驱动技术对进程创建进行拦截并通知用户,从而使用户了解到未知的恶意程序,达到防范病毒的目的。 文件方面:开启本主动防御将会对新创建的隐藏文件进行提示,从而达到对文件方面的监控。 注册表方面:病毒通常修改注册表,因此本主动防御系统提供了注册表创建功能,同时本主动防御系统还对病毒有可能的各种启动方式进行监控。 驱动方面:开启本主动防御将会对加载的驱动程序进行监控。 恶意
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2632998
    • 提供者:阿东
  1. Simulation-of-the-real-motor-tart-stop-process

    0下载:
  2. 模拟现实中电机启动-停止过程 模拟现实中电机启动-停止过程-Simulation of the real motor start- stop processSimulation of the real motor start- stop process
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:17316
    • 提供者:qianliquan
  1. create_progress

    0下载:
  2. 进程状态有5种: e -执行态 r -高就绪态 t -低就绪态 w -等待态 c -完成态。初始每个进程均为高就绪状态,如果时间片到则转为低就绪状态。 系统分时执行各进程,规定三个进程的执行概率均为33 。通过产生随机数x来模拟时间片。若各进程的执行时间片到限,产生“时间片中断”而转入低就绪状态。 进程调度算法采用剥夺式调度算法。每次总是选择优先数最小(优先级别最高)的就绪进程投入执行。//先从 r 状态进程中选择,再从 t 状态进程中选择。 进程0完成5次计算:s1++ s2++
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:37158
    • 提供者:jlliu
  1. processcreate

    0下载:
  2. 进程创建,创建新的进程,创建一个子进程,启动注册表程序,等待子进程的退出-Process creation, create new process, create a child process, start registry procedures, waiting for the child process exit
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:4098
    • 提供者:xiaoyu
  1. feisullzj-v8.60

    0下载:
  2. cmd = string.Format("x {0} {1} -y", rarName, path) startinfo = new ProcessStartInfo() startinfo.FileName = rarexe startinfo.Arguments = cmd startinfo.WindowStyle = ProcessWindowStyle.Hidden System.Environment.CurrentDirectory
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1475506
    • 提供者:谢名鹏
  1. ProcessStart

    0下载:
  2. 这个小项目可以用来调用可执行程序。主要用到System.Diagnostics.Process.Start(string s)的方法。 -This small project can be used to call the executable. Mainly used System.Diagnostics.Process.Start (string s) method.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:35919
    • 提供者:heather
  1. Uboot-Start.S

    0下载:
  2. 本文的目标是,希望看完此文的读者,可以达到: 微观上,对此start.S的每一行,都有了基本的了解。 宏观上,对基于ARM核的S3C24X0的CPU的启动过程,有更加清楚的概念。 这样的目的,是为2-This goal is, I hope after reading this article the reader, can be achieved: The micro level, each line of this start.S have a basic understa
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1652566
    • 提供者:zrx
  1. Single-document-start-interface

    0下载:
  2. 单文档启动界面,就是一个开机过度画面,需要加载一个控件来实现,适合初学者的界面过程美化-Single document start interface, which is a boot screen, excessive need to load a control to realize, is suitable for beginners interface process beautification
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:72889
    • 提供者:xuxiaofeng
  1. Process-management

    0下载:
  2. VB编写的Windows任务管理器程序,但是功能不只有这些,还可以锁定运行程序、关闭开始菜单、屏蔽任务管理器、隐藏桌面图标、关闭explorer、注销、关机、解除锁定、修改密码等,像一个系统小工具一样,界面上也做了改进,显示正在运行程序的图标,显得更专业了。-VB prepared the Windows Task Manager program, but not only these functions, you can also lock to run the program, close
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:26464
    • 提供者:宋波
  1. document-application-start-animation

    0下载:
  2. 此文档记录了如何在单文档中自动启动动画的具体实现过程-This document records the concrete realization of the process of how to automatically start the animation in a single document
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:4197
    • 提供者:信息对抗
  1. start

    0下载:
  2. 动画启动窗口原代码,很实用的程序,可使程序启动靓丽.-process start cg source code
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-17
    • 文件大小:160110
    • 提供者:cuigang
  1. Process-Manager

    0下载:
  2. 进程查看器。显示所有活动的列表过程以及过程id另外这个程序也会显示每个进程的时间开始。 -Process Viewer. Display a list of all active processes and process id Also this program also displays the start time of each process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:19782
    • 提供者:火龙果
  1. Cont-Accel-Samps-Int-Clk-Anlg-Start

    0下载:
  2. NI编程示例程序,详细说明了在没有触发的情况下测量电压模拟信用的过程。-NI programming sample program, a detailed descr iption of the measurement voltage analog credit without triggering process.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:9310
    • 提供者:刘长青
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com