资源列表
nullTest
- CPU测试程序,用C++实现,可用来检测CPU的利用率,以此来作为衡量PC机性能的标准之一。-CPU test program with a C++ implementation, can be used to detect the CPU utilization.standards to measure the performance of the PC
TestGHI
- 获取硬件层信息!利用WMI执行查询,获取硬件层的信息。主要可以获取主板,CPU,显卡等硬件信息。并封装成类便于调用和二次开发。-Access to the hardware layer of information! Execute the query using WMI to obtain information on the hardware layer. Can get the main motherboard, CPU, graphics card and other hardware
01
- 进程调度算法的设计,SPF(短进程优先)RR(时间片轮转)-The design process of scheduling algorithms, SPF (short process priority) RR (Round-Robin Time Slice)
javaThread
- java多线程实例,代码可执行,绝对开源-java multi-threaded example, code executable, absolute open-source
FileAlarm_demo
- 文件修改的监视-The example of monitoring the change of files
codewinlogon
- 通过注入Winlogon进程截获系统密码(含源码) -inject process Winlogon get system password
FormatTest
- 格式化硬盘的示例,调用的是FormatEx的接口 -Examples of hard disk, call the FormatEx interface
Systeminfo
- 用vb.net做的,获取系统信息的程序,可以查看硬件和软件信息-Use vb.net to do, to obtain system information program, you can view the hardware and software information
BufferProgram
- 循环缓冲区好处是:使共享资源的线程的等待时间减到最小,并使他们的平均操作速度相同。 注意:循环缓冲区不适合于生产者和消费者持续以不同的速度进行操作的情况。 缓冲区太小,这样会使线程等待更多的时间。 缓冲区太大,这样会浪费内存。 -Circular buffer benefits are: to make a thread of shared resources to minimize the waiting time, make them the same as the a
Win7UAC
- 突破windows7 UAC,向system32拷贝文件-Breakthrough windows7 UAC, copy files to the system32
RunAsEx
- RunAs工具,实现以任意用户身份运行程序。可以以管理员、系统、普通用户身份运行任意程序。-RunAs tool in order to achieve any user run the program. Can the administrator, system, regular user to run any program.
MyNotepad
- 用VC写的一个Notepad源码,实现了基本的记事本功能-VC write a source Notepad