登录
首页 » Windows核心 » Windows核心对象中临界区的一个小型应用程序,用VC++实现。

Windows核心对象中临界区的一个小型应用程序,用VC++实现。

于 2022-03-11 发布 文件大小:49.89 kB
0 154
下载积分: 2 下载次数: 1

代码说明:

Windows核心对象中临界区的一个小型应用程序,用VC++实现。-Windows core object of a critical region of small applications, with VC.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • NTFS文件解析系统的简单分析 对于ntfs格式的介绍
    NTFS文件解析系统的简单分析 对于ntfs格式的介绍-NTFS募蔚 统 募 虻シ ntfs 式 慕
    2022-01-26 00:51:11下载
    积分:1
  • 软键盘,很方便的,界面比较优美,有点类似
    软键盘,很方便的,界面比较优美,有点类似-softkey
    2022-05-13 00:04:13下载
    积分:1
  • 内存和CPU可以对一些参数进行监视,可以设置频率…
    可以对内存和cpu进行监视,对一些参数可以自由设置。-Memory and cpu can conduct surveillance on a number of parameters can be set free.
    2022-04-12 19:32:11下载
    积分:1
  • C#注册热键的程序,便于实现使用方便的音量控制
    C#注册热键的程序,便于实现使用方便的音量控制-C# registered hotkey procedures, to facilitate the realization of easy-to-use volume control, etc.
    2022-02-22 04:58:00下载
    积分:1
  • 程序名称:虚拟桌面:2005_4_17_16:00 1的虚拟桌面…
    程 序 名:虚 拟 桌 面 说 明: 2005_4_17_16:00 一、实现虚拟桌面功能的主要程序代码模块有: (一)、窗体 1、主控制窗体 - 虚拟桌面(frmVirDesktop.frm) (二)、模块 1、切换桌面的模块(MChangeDesktop.bas) 2、注册热键的模块(MHotKey.bas) (三)、类模块 1、调用 Windows 对话框的类(CComDlg.cls) 2、注册热键的类(CHotKey.cls) 3、更换桌面壁纸类(CChangeWallPaper.cls)-procedures Name : Virtual Desktop : 2005_4_17_16 : 00 1, virtual desktop of the main functions of code modules are : (a), Form 1, Main Control Window-Virtual Desktop (frmVirDesktop.frm) (2), a module, Desktop Switch Module (MChangeDesktop.bas) 2. Registration hotkeys module (MHotKey.bas) (3), a module type, Calling Windows dialog class (CComDlg.cls) 2. Class registration hotkeys (CHotKey.cls) 3 replacement of desktop wallpaper category (CChangeWallPaper.cls)
    2022-04-14 16:53:39下载
    积分:1
  • WinXP system and it comes with exactly the same functionality and interface are...
    简直和WinXP系统自带的一模一样,功能和界面都一样,只是开发语言不同,系统的是用C写的,这是用DELPHI写的 此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个网友作品的算法:如画CPU使用率的背景的效果,取CPU利用率的算法等都非本人原创的(作了部分修正)。 -WinXP system and it comes with exactly the same functionality and interface are the same, but different development language, the system is written in C, it is written in DELPHI The main implementation of this process the application check list system, check system for all process-related information (Image Name, PID, CPU time, memory usage), real-time access to use the rate of the CPU and to describe the wave line, real-time memory access the use of records, and to describe the wave line. Implementation at the same time, the end of mission, new mission, and to switch to other functions. "Options menu" only to realize the "always best before", "View menu" only achieve th
    2022-03-16 14:31:44下载
    积分:1
  • Com interface Example, Com essence of the connotation of the source code for beg...
    Com接口示例,Com本质论内涵的源代码,适用于初学者-Com interface Example, Com essence of the connotation of the source code for beginners
    2022-03-03 09:15:09下载
    积分:1
  • 一个对系统硬件进行访问的程序!配合w2k_load,w2k_lib,w2k_spy使用!...
    一个对系统硬件进行访问的程序!配合w2k_load,w2k_lib,w2k_spy使用!-A system hardware procedures visit! With w2k_load, w2k_lib, w2k_spy use!
    2022-03-18 21:18:24下载
    积分:1
  • 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
    分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
    2022-04-21 22:27:09下载
    积分:1
  • 一个DLL程序的实例 VC 写的 有源代码
    一个DLL程序的实例 VC 写的 有源代码-Example of a DLL program source code written in VC
    2022-12-27 15:25:02下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载