搜索资源列表
start
- 在伟福环境下修改 Startup.a51 init.a51 以改变系统初始化过程-in Wai Fu environment changes Startup.a51 init.a51 to change the system initialization process
autoupdate
- 一个自动更新的辅助插件实现 autoUpdate操作流程: 启动AutoUpdate进程 -》解析传入的参数 -》检查传入的注册表路径是否有效,如果无效则不能继续 -》连接网站,下载版本文件,存放在系统的临时目录 -》比较下载的版本文件和本地的版本文件,确定是否需要更新,并生成更新列表 -》根据更新列表下载文件,存放在临时目录 -》下载结束后逐个更新本地文件(move) -》move结束,删除临时目录。修改本地版本文件 文件更新顺序:先检查GAME的文件(data和exe)是否要UPDATE,然
auto start
- 使程序随系统启动-so with the boot process
NetProcessAct
- 监控上网过程。记录用户浏览过网站的网址功能。单击开始监视,即可在系统托盘中运行,用户登录过的网站的纸都记录在列表空间中。-The process of monitoring the Internet. Record the user visited the site URLs. Click to start monitoring, you can run in the system tray, users log onto the Web site are recorded in the lis
demo
- Ms-Rem 写的进程保护例子 驱动是VC版 例子调用是DELPHI, 先用驱动加载工具加载驱动 Protector.sys 然后在启动例子,例子程序即被保护。 -Written by Ms-Rem-driven process is the protection of examples of examples of VC version is called DELPHI, first drive to load drivers loading tool and then s
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.
TMS320VC5509-SPI-boot-loader-process
- 分析了TMS320VC5509 的串行数据传输SPI引导装载过程,能完成自举启动功能,传输率为3MBps。-Analysis of serial data transmission TMS320VC5509 SPI boot loader process, to complete the bootstrap start, the transmission rate 3MBps.
Link
- 1、用VS2010控制台程序完成,键盘输入选择的道具的坐标。 2、拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏等;拥有游戏最基本的一些文字提示,如坐标输入错误、两坐标点不可连等提示;拥有最基本的一些错误判断。 3、要求使用两个道具连接判断的最优算法实现。 4、要求可以实现撤销与反撤销。 5、要求加入自动消除道具和洗牌道具(消耗性道具)。 6、要求整个工程全部用C++代码完成,不允许出现C风格代码(如用string代替char*、用容器代替数组、类等)。 -A VS
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
VxWorks-start
- VxWokrs启动的详细过程。引导是怎么回事,都干什么-VxWokrs start the detailed process. Guide how the matter, are doing
JCGL
- VB进程管理,可以对系统进程进行停止、启动等管理。-VB process management, the system process can stop, start, such as management.
start
- 永磁同步电动机的异步启动matlab程序模型 -Permanent magnet synchronous motor to start the asynchronous process model matlab
ProcessTime_src
- 该工具来自 codeproject,使用 PSAPI 获取内核模式和用户模式进程并将用户模式进程的启动时间和结束时间记入日志。本文工具程序名为 ProcessTime。运行程序后,它启动一个线程,该线程在后台执行每隔一定时间监控是否有新启动进程或退出进程。 象。-The instrument from codeproject, use PSAPI access to kernel mode and user mode processes and user-mode process start
process
- 用于监控系统的进程,同时可以在运行时启动想要启动的进程-Systematic process for monitoring the same time, you can run the process starts when you want to start
ProtectPC
- 小精灵主动防御系统的设计与实现(附源码)。一个山寨版的简单的主动防御,代码比较简单, 进程方面:本主动防御系统采用驱动技术对进程创建进行拦截并通知用户,从而使用户了解到未知的恶意程序,达到防范病毒的目的。 文件方面:开启本主动防御将会对新创建的隐藏文件进行提示,从而达到对文件方面的监控。 注册表方面:病毒通常修改注册表,因此本主动防御系统提供了注册表创建功能,同时本主动防御系统还对病毒有可能的各种启动方式进行监控。 驱动方面:开启本主动防御将会对加载的驱动程序进行监控。 恶意
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)
- LINUX移植到ARM的启动流程START.S的解析,对学习嵌入式很有帮助-LINUX ported to ARM' s start the process START.S of analysis, useful for learning embedded
Android-start-boot-analyze-
- Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必
start
- 动画启动窗口原代码,很实用的程序,可使程序启动靓丽.-process start cg source code
linux-process-start-analysis
- 1,bootloader启动内核过程 2,内核启动地址的确定 3,内核解压缩过程 4,汇编部分-1, bootloader to boot the kernel process 2, to determine the address of the kernel boot 3, kernel decompression process 4, assembly part