搜索资源列表
pwdump2samdump.c
- samdump.c调用LsaQueryInformationPolicy()获取主机SID,未调用LsaFreeMemory() 释放内存,造成lsass.exe进程空间的内存泄漏。此外,需要引入advapi32.lib-samdump.c call LsaQueryInformationPolicy () access to mainframe SID, did not call LsaFreeMemory () to release memory, lsass.exe process s
newasp20061126373546
- 使用PSAPI获取系统的全部进程列表,并显示内存使用情况免费下载
JAVA
- JAVA通过共享内存实现进程间的通信!这个是一个完整的代码!
Net-skyChatServer类似网易聊天室
- Net-Sky ChatServer不同于其他的用PHP,ASP,PERL等脚本语言编写的或其他任何CGI模式的聊天程式,本聊天室程序使用标准C语言开发,独立于任何第三方WEBSERVER而运行,快速,高效,稳定,大容量。程序的设计目标是能在一台普通的PC上同时容纳上万人聊天。经初步测试,完全达标:每个聊天室一道进程,占内存约700K,80人在线时占CPU约0.03% (Pll450)。程序启动即将所有模版一次性载入内存,最大限度减少硬盘的I/O操作(聊天过程没有任何硬盘I/O),最大限度提高性
netinfo1
- ASP.NET+c#做的双向探针,可以看服务器的相关信息,也可以看自己的信息,不需要做任何设置,上传后就可运行,如果使用国外空间请将web.config一起上传,否则可能会出现乱码 v1.1更新: AspNet内存占用、AspNet CPU时间、开机运行时长、进程开始时间、CPU数服务器时区、CPU类型-do two-way probe, the server can see the relevant information, you can see their information and
探针源码._868_n
- ASP.NET+c#做的双向探针,可以看服务器的相关信息,也可以看自己的信息,不需要做任何设置,上传后就可运行,如果使用国外空间请将web.config一起上传,否则可能会出现乱码 v1.1更新: AspNet内存占用、AspNet CPU时间、开机运行时长、进程开始时间、CPU数服务器时区、CPU类型-do two-way probe, the server can see the relevant information, you can see their information and
os
- 一个具有模拟CPU、模拟内存、模拟硬盘、模拟CPU管理、模拟内存管理、模拟硬盘管理、模拟进程管理、模拟指令系统、模拟中断处理的一个能运行在WINDOWS平台上的一个模拟的单用户多任务操作系统。-Simulation of a CPU, analog memory, analog hard disk, analog CPU management, memory management simulation to simulate the hard disk management, and simul
sun
- 内存分页技术模拟 新增进程(包括将其分页)、删除进程、定位进程-Memory paging simulation new process technology (including its page), the deletion process, the positioning process
storageManage
- 操作系统进程调度算法和内存管理的实现,典型,精致。-Operating system process scheduling and memory management algorithm for the realization of a typical, elegant.
pp
- 操作系统是控制其他程序运行,管理系统资源并为用户提供操作界面的系统软件的集合。操作系统(英语;Operating System,简称OS)是一管理电脑硬件与软件资源的程序,同时也是计算机系统的内核与基石。操作系统身负诸如管理与配置内存、决定系统资源供需的优先次序、控制输入与输出设备、操作网络与管理文件系统等基本事务。操作系统是管理计算机系统的全部硬件资源包括软件资源及数据资源 控制程序运行 改善人机界面 为其它应用软件提供支持等,使计算机系统所有资源最大限度地发挥作用,为用户提供方便的、有效的、
multiuser
- 创建和撤消进程时,完成内存的分配和回收操作,必须可以显示空闲内存块队列状态。注意回收内存时,空闲块的合并操作。-Create and removal process, complete memory allocation and recovery operation, must be free memory block queue status display. Note recovery, free merge operations.
Task-Manager
- 进程管理器:枚举操作系统当前运行的所有的进程,模拟windows任务管理器功能。主要涉及到的知识有进程同步,内存管理等。-Task Manager
ehcacheDemo
- EhCache 是一个纯Java的进程内缓存框架,具有快速、精干等特点,是Hibernate中默认的CacheProvider。-主要的特性有: 1. 快速. 2. 简单. 3. 多种缓存策略 4. 缓存数据有两级:内存和磁盘,因此无需担心容量问题 5. 缓存数据会在虚拟机重启的过程中写入磁盘 6. 可以通过RMI、可插入API等方式进行分布式缓存 7. 具有缓存和缓存管理器的侦听接口 8. 支持多缓存管理器实例,以及一个实例的多个缓存区域 9. 提供H
process
- 一个小型的操作系统,关于进程,内存的仿真系统-A small operating system, on the process, the memory emulation system
banker
- 银行家算法,根据已有的资源和次课需要训醒的进程对资源的需求分配内存-Bankers algorithm, based on the existing resources and sub-classes need to wake up the process of training the demand for resources allocated memory
java-Access-to-computer(memory--CPU)
- java获取系统信息(CPU,内存,硬盘,进程)的相关方法和介绍,附上源码,请尽情下载-Java access to information systems (CPU, memory, hard disk, the correlation method and process) is introduced, with source code, please download
time
- 用时间片轮转算法的进程调度程序,可以在界面设定的互斥资源(包括两种:输入设备与输出设备)的数目,进程数、进入内存时间、要求服务时间可以在界面上进行设定.采用可视化界面,可在进程调度过程中随时暂停调度,查看当前进程的状态以及相应的阻塞队列.-With a round-robin algorithm process scheduler, you can set the interface mutex resources (including two types: input devices and
memcached_1.4
- Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高动态、数据库驱动网站的速度。Memcached基于一个存储键/值对的hashmap。其守护进程(daemon )是用C写的,但是客户端可以用任何语言来编写.-Memcached is a high-performance, distributed memory object caching system for dynamic Web appl
engineMonitor_java
- 实现从一台主机监控多台服务器CPU、内存、进程等信息,包括实时监控和历史监控-Monitor and control multiple servers CPU, memory, processes, and other information from a host computer, including real-time monitoring and historical monitoring
FirstDemo
- 基于java的对进程调度算法和内存分配算法的GUI模拟(GUI simulation of process scheduling algorithm and memory allocation algorithm based on Java)