Welcome![Sign In][Sign Up]
Location:
Search - system process

Search list

[Windows DevelopSystem-process-monitor

Description: System-process-monitor 系统进程查看
Platform: | Size: 7868 | Author: 聂宁 | Hits:

[GDI-Bitmap2003112609491317642

Description: Introduction Tokenmon is a application that monitors and displays a variety of security-related activity taking place on a system. Tokenmon gets its name from the fact that Windows NT/2000 stores a process security information, including the user account context in which the process executes, in an object called a token. The security activity Tokenmon monitors includes the following: · Logon/logoff · Enabling and disabling of privileges · Impersonation · Process creation/exit Tokenmon has advanced filtering and search capabilities that make it a powerful tool for exploring the way NT works, seeing how applications use security functions, or tracking down problems in system or application configurations. Tokenmon works on NT 4.0 and Windows 2000.-Introduction Tokenmon is a application that monitors and displays a variety of security-related activity taking place on a system. Tokenmon gets its name from the fact that Windows NT/2000 stores a process security information, including the user account the context in which the process executes, in an object called a token. The security Tokenmon monitors activity includes the following : Logon/logoff Enabling and disabling of privileges Impersonation Process creation/exit Tokenmon has advanced filtering and search capabilities that make it a powerful tool for exploring the way NT works, seeing how applications use security functions, or tracking down problems in system or application configurations. Tokenmon works on NT 4.0 and Windows 2000.
Platform: | Size: 174080 | Author: 哈哈 | Hits:

[OS Develop操作系统——PCB模拟代码

Description: 这是帮别人做的程序,模拟操作系统中进程控制块(包括多道系统中动态优先级进程调度和动态内存分配),用tc2.0做的,带有图形界面和简陋的控制台。现在把源代码贴出来。-This to help procedure that others make, simulation operating system process control piece (whether including many dishes of system dynamic PRI process dispatcher and dynamic memory assign), use tc2. 0 ones that make, there are figure interfaces and simple and crude control cabinets. Stick the source code out now
Platform: | Size: 11264 | Author: 草原 | Hits:

[Otherprocess for windows

Description: 本程序模拟操作系统中内存分配和进程调度.有比较好的界面.-the simulation operating system memory allocation and scheduling process. A better interface.
Platform: | Size: 149504 | Author: lyh | Hits:

[Linux-Unixfork、exec系列与system、popen区别

Description:   fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what's the difference? After reading, you will know,
Platform: | Size: 16384 | Author: Jack | Hits:

[OS program时间片轮转算法

Description: 这是一个简单的操作系统中进程调度的 时间片轮转算法-This is a simple operating system process-time scheduling algorithm Web
Platform: | Size: 1024 | Author: ytcrjxj | Hits:

[GDI-BitmapL-System.F_tree

Description: 分形树的生成程序,用VC编程,有背景,可改变参数生成随机树和CAYLAY树-fractal tree formation process, with VC program, a background, can change the parameters generated random trees and tree CAYLAY
Platform: | Size: 2636800 | Author: 彭博 | Hits:

[Embeded LinuxYAFFS-FileSystem

Description: 本文档介绍了如何在LINUX下用NAND FLASH实现YAFFS文件系统的流程.-This document describes how to use Linux to achieve YAFFS NAND Flash File System process.
Platform: | Size: 158720 | Author: 凡龙 | Hits:

[OtherHowToCheatAtWindowsSystemAdministrationUsingComman

Description: 介绍windows环境下命令行,批处理的基本知识,及其在任务计划;系统管理(文件,目录,磁盘管理);系统服务(驱动,注册表);打印机;对系统事件,进程,性能的监视 活动目录服务的管理,网络管理等,适用于XP与2003-windows environment on the command line, batch processing of the basic knowledge and the mission plan; System management (file, directory, disk management); system services (Driver, the registry); Printer; on the system, process, performance and monitoring the activities of the management of directory services, network management, as applied to XP and 2003
Platform: | Size: 3148800 | Author: 诚然 | Hits:

[OS Developsystemprocess

Description: 这是操作系统中的一个系统进程管理器,它类似于windows系统的进程管理器.-This is the operating system of a systematic process manager, it is similar to the Windows system for the management of the process.
Platform: | Size: 371712 | Author: lizi | Hits:

[Process-Threadkillproc

Description: 功能: 1.显示系统进程及进程的模块、线程信息。 2.能杀死任意进程包括系统服务进程。 3.能释放任意进程中的任意模块,不过有些关键模块释放不了。 4.结束任意进程中的任意线程。 5.请用右键进行操作。-Function: 1. Display System processes and process modules, threads information. 2. Can kill any process including the process of system services. 3. To any process of release of any module, but not the release of some key modules. 4. The end of any process in any thread. 5. Please use Right-operate.
Platform: | Size: 271360 | Author: 吴明 | Hits:

[OS programprocess

Description: 学习用的简单的进程路径查看器,主要是初学MFC的系统编程,可以获得指定程序名进程的句柄ID并显示,如果配合TerminateProcess函数可以结束进程(包括系统进程,因为获得了debug 权限)注意编译时要配置好Psapi.lib和Psapi.h-Learning process with a simple path viewer is mainly a system of learning MFC programming, access to the specified procedure handle ID of the process and show that if the match can end TerminateProcess function process (including system process, because access to the debug permissions) attention should be configured to compile Psapi.lib and Psapi.h
Platform: | Size: 116736 | Author: 周乐 | Hits:

[DocumentsFile-System

Description: 一、目的要求 1、用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、要求设计一个 n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read、write等命令。 -First, the purpose of the requirements 1, with high-level language writing and debugging a simple file system, simulating the working process of document management. Thus a variety of file operations command of the substance and implementation of the process better. 2, requested the design of a n-user s file system, each user can be stored m documents, the user in an operation can only open a file, the file must be set up protective measures, and at least Create, delete, open, close, read, write and so on command.
Platform: | Size: 30720 | Author: Anson | Hits:

[Windows DevelopSystem-process-monitor

Description: System-process-monitor 系统进程查看-System-process-monitor system, the process of view
Platform: | Size: 8192 | Author: 聂宁 | Hits:

[OS programProcess

Description: VC查看系统进程ID,终止进程的程序源码!-VC view the system process ID, the termination process, the procedure source code!
Platform: | Size: 1927168 | Author: 雷雨 | Hits:

[CSharpVisualCsharp.NETshujukushili

Description: 本书以进销存管理系统、人力资源管理系统、生产管理系统、财务管理系统、酒店管理系统、图书馆管理系统、医院管理系统、教务管理系统等多个当今最为热门的信息管理系统为例子,详细地介绍了这些系统的需求分析及管理信息系统开发的过程和方法。对项目背景、业务需求分析、功能需求分析、数据库需求分析、数据库建模、系统开发、系统编译及系统发行等过程进行详细的讲解。-This book to ADOMS management systems, human resources management system, production management systems, financial management systems, hotel management system, library management system, hospital management system, educational management system and many other of today s most popular information management system as an example, detailed description of these systems needs analysis and management information system development process and methods. The project background, business needs analysis, functional needs analysis, database needs analysis, database modeling, system development, system distribution, such as compilers and system process in detail.
Platform: | Size: 12246016 | Author: 范中浩 | Hits:

[OS programJCGL

Description: VB进程管理,可以对系统进程进行停止、启动等管理。-VB process management, the system process can stop, start, such as management.
Platform: | Size: 3072 | Author: qian | Hits:

[Windows DevelopShows-the-system-process

Description: 显示出系统中的所有进程和每个服务进程的完整路径-Shows the system process of all processes and the full path of each service
Platform: | Size: 51200 | Author: jacsun | Hits:

[OS programcreate-a-system-process

Description: 可以让使用者使用普通管理員用戶权限創建system权限的進程-To use ordinary administrator user to create a system process
Platform: | Size: 26624 | Author: dingshixing | Hits:

[OS DevelopOperating-system-process

Description: 操作系统进程调度算法,FIFO以及LRU方法控制进程调度-Operating system process scheduling algorithm
Platform: | Size: 2048 | Author: 李伟 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net