搜索资源列表
autoupdate
- 一个自动更新的辅助插件实现 autoUpdate操作流程: 启动AutoUpdate进程 -》解析传入的参数 -》检查传入的注册表路径是否有效,如果无效则不能继续 -》连接网站,下载版本文件,存放在系统的临时目录 -》比较下载的版本文件和本地的版本文件,确定是否需要更新,并生成更新列表 -》根据更新列表下载文件,存放在临时目录 -》下载结束后逐个更新本地文件(move) -》move结束,删除临时目录。修改本地版本文件 文件更新顺序:先检查GAME的文件(data和exe)是否要UPDATE,然
Start DirectX 9
- 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.
Qualcomm
- 本文试图通过代码来深入剖析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
start
- 永磁同步电动机的异步启动matlab程序模型 -Permanent magnet synchronous motor to start the asynchronous process model matlab
ProcessTick
- 获取进程启动和结束时间的工具 使用 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
regedit
- 禁注册表 复制到系统 。注册表启动,隐藏运行。隐藏属性-Cut copy to the system registry. Registry to start, run hidden. Hidden attribute
process
- 用于监控系统的进程,同时可以在运行时启动想要启动的进程-Systematic process for monitoring the same time, you can run the process starts when you want to start
ProtectPC
- 小精灵主动防御系统的设计与实现(附源码)。一个山寨版的简单的主动防御,代码比较简单, 进程方面:本主动防御系统采用驱动技术对进程创建进行拦截并通知用户,从而使用户了解到未知的恶意程序,达到防范病毒的目的。 文件方面:开启本主动防御将会对新创建的隐藏文件进行提示,从而达到对文件方面的监控。 注册表方面:病毒通常修改注册表,因此本主动防御系统提供了注册表创建功能,同时本主动防御系统还对病毒有可能的各种启动方式进行监控。 驱动方面:开启本主动防御将会对加载的驱动程序进行监控。 恶意
Simulation-of-the-real-motor-tart-stop-process
- 模拟现实中电机启动-停止过程 模拟现实中电机启动-停止过程-Simulation of the real motor start- stop processSimulation of the real motor start- stop process
create_progress
- 进程状态有5种: e -执行态 r -高就绪态 t -低就绪态 w -等待态 c -完成态。初始每个进程均为高就绪状态,如果时间片到则转为低就绪状态。 系统分时执行各进程,规定三个进程的执行概率均为33 。通过产生随机数x来模拟时间片。若各进程的执行时间片到限,产生“时间片中断”而转入低就绪状态。 进程调度算法采用剥夺式调度算法。每次总是选择优先数最小(优先级别最高)的就绪进程投入执行。//先从 r 状态进程中选择,再从 t 状态进程中选择。 进程0完成5次计算:s1++ s2++
processcreate
- 进程创建,创建新的进程,创建一个子进程,启动注册表程序,等待子进程的退出-Process creation, create new process, create a child process, start registry procedures, waiting for the child process exit
feisullzj-v8.60
- 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
ProcessStart
- 这个小项目可以用来调用可执行程序。主要用到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.
Uboot-Start.S
- 本文的目标是,希望看完此文的读者,可以达到: 微观上,对此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
Single-document-start-interface
- 单文档启动界面,就是一个开机过度画面,需要加载一个控件来实现,适合初学者的界面过程美化-Single document start interface, which is a boot screen, excessive need to load a control to realize, is suitable for beginners interface process beautification
Process-management
- VB编写的Windows任务管理器程序,但是功能不只有这些,还可以锁定运行程序、关闭开始菜单、屏蔽任务管理器、隐藏桌面图标、关闭explorer、注销、关机、解除锁定、修改密码等,像一个系统小工具一样,界面上也做了改进,显示正在运行程序的图标,显得更专业了。-VB prepared the Windows Task Manager program, but not only these functions, you can also lock to run the program, close
document-application-start-animation
- 此文档记录了如何在单文档中自动启动动画的具体实现过程-This document records the concrete realization of the process of how to automatically start the animation in a single document
start
- 动画启动窗口原代码,很实用的程序,可使程序启动靓丽.-process start cg source code
Process-Manager
- 进程查看器。显示所有活动的列表过程以及过程id另外这个程序也会显示每个进程的时间开始。 -Process Viewer. Display a list of all active processes and process id Also this program also displays the start time of each process.
Cont-Accel-Samps-Int-Clk-Anlg-Start
- NI编程示例程序,详细说明了在没有触发的情况下测量电压模拟信用的过程。-NI programming sample program, a detailed descr iption of the measurement voltage analog credit without triggering process.