登录
首页 » Windows核心 » Access to the hardware information of a viewer, the specific features see

Access to the hardware information of a viewer, the specific features see

于 2022-04-08 发布 文件大小:88.20 kB
0 141
下载积分: 2 下载次数: 1

代码说明:

一个获得硬件信息的查看器,具体功能见源码,非常好的-Access to the hardware information of a viewer, the specific features see-source, very good

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

发表评论

0 个回复

  • 鼠标记录器 作者: 小卢 mail:359581807@163.com blog:http://blog.sina.com.cn/qiq...
    鼠标记录器 作者: 小卢 mail:359581807@163.com blog:http://blog.sina.com.cn/qiqi8 欢迎联系,共同学习! 功能: 鼠标 行为的记录,重放 代码说明: 1.界面用了CXPButton的系列菜单及按钮,引用的文件有 HyperLink.cpp,HyperLink.h,XPButton,XPButton。 2.本代码参考了的一些 程序, 参考了很多其他人的编码 编译平台: 1.该代码在Windows XP+VC 6.0平台下编译通过。 使用说明: 1.鼠标的行为 记录,以及重新操作 2.该带代码。可以用来供研究学习,使用! 3.记录以后 要点击 结束 然后再点重放。不要直接点击重放!后果很严重哦!(要是万一出现了,这种情况,就按一下 alt+ctrl+del 试一下吧!呵呵 钩子 不能屏蔽 这三个键) 其他: 此为练习之作,也不是很高深制作,您可以随意的复制,传播,但是请保留该信息!-Mouse recorder Author: Lu small mail: 359581807@163.com blog: http://blog.sina.com.cn/qiqi8 welcome to contact the common study! Function: mouse behavior record, replay code: 1. CXPButton interface used a series of menus and buttons, the document cited has HyperLink.cpp, HyperLink.h, XPButton, XPButton
    2022-07-12 12:19:23下载
    积分:1
  • 电子银行系统源码 本安装说明是以Microsoft SQL Server 2000中文开发版为例来阐述的,对于Microsoft SQL Server...
    电子银行系统源码 本安装说明是以Microsoft SQL Server 2000中文开发版为例来阐述的,对于Microsoft SQL Server其它版本,应用程序数据库的安装方法是类似的。 运行Microsoft SQL Server 2000的SQL 查询分析器,打开bank.sql文件,然后选择菜单“查询”|“执行”命令即可生成所需的数据库和数据库表。 2、把源程序目录从光盘上拷贝到硬盘上,取消文件夹及其子目录和文件的只读属性。如果您安装的是Microsoft Visual Studio .Net 2003,那么可以直接打开ATM文件夹、Bank文件夹和Client文件夹下的工程,查看代码并进行调试。-E-banking system is based on source of the installation instructions Microsoft SQL Server 2000 Developer Edition Chinese set out as an example for other versions of Microsoft SQL Server, applications, database installation methods are similar. Running Microsoft SQL Server 2000
    2022-05-22 21:51:32下载
    积分:1
  • 使用中断读写扇区, 使用中断读写扇区。
    使用中断读写扇区, 使用中断读写扇区。-Read and write sectors using interrupted, use the interruption to read and write sector.
    2023-03-01 20:35:03下载
    积分:1
  • 一个硬件测试工具的源代码,非常实用,尤其是对学习c++的朋友来说...
    一个硬件测试工具的源代码,非常实用,尤其是对学习c++的朋友来说-A hardware test tool s source code, very useful, especially for learning c++ s Friends
    2022-03-30 16:52:42下载
    积分:1
  • 在系统托盘中创建快捷菜单
    在系统托盘中创建快捷菜单-in the system tray to create quick menu
    2023-08-06 10:25:03下载
    积分:1
  • 1) processor scheduler and its implementation 2) process, the state and its sta...
    1)处理机调度及其实现; 2)进程状态及其状态转换; 3)进程控制块PCB及其作用。 -1) processor scheduler and its implementation 2) process, the state and its state transitions 3) process control block PCB and its role.
    2022-03-02 12:06:09下载
    积分:1
  • 很小的恶作剧小软件分享给大家!!用了才知道有意思!就是鼠标一直点不到退出,鼠标点到哪,那个空间就不显示。感觉就显示控件躲避鼠标一样。...
    很小的恶作剧小软件分享给大家!!用了才知道有意思!就是鼠标一直点不到退出,鼠标点到哪,那个空间就不显示。感觉就显示控件躲避鼠标一样。 -Small piece of software to share a small joke for everyone!! Used know interesting! Is less than the mouse has been point out, the mouse point where, that space is not displayed. I feel like the display control to avoid the mouse.
    2022-02-04 00:22:57下载
    积分:1
  • VC 6.0 memory management programming skills include : 1. Shared memory pages; 2,...
    VC++6.0 内存管理编程技巧 包括: 1、共享内存页; 2、内存映射文件; 3、虚拟内存。-VC 6.0 memory management programming skills include : 1. Shared memory pages; 2, the memory mapping file; 3, virtual memory.
    2022-03-30 11:47:51下载
    积分:1
  • themselves can be prepared by a pair of windows for locking/cancellation/Off ope...
    自己编写的一个可以对windows作锁定/注销/关机操作的程序;我经常将它放入计划任务中来自动关机;-themselves can be prepared by a pair of windows for locking/cancellation/Off operation procedures; I often Add it plans to mandate automatic shutdown;
    2022-07-10 20:00:24下载
    积分:1
  • 独占设备的分配与虚拟设备独占设备每次只能分配给一个进程使用,这种使用特性隐含着死锁的必要条件,所以在考虑独占设备的分配时,一定要结合有关防止和避免死锁的安全算法...
    独占设备的分配与虚拟设备独占设备每次只能分配给一个进程使用,这种使用特性隐含着死锁的必要条件,所以在考虑独占设备的分配时,一定要结合有关防止和避免死锁的安全算法。-Exclusive distribution of equipment, exclusive equipment and virtual device can only be allocated to each use of a process, which implies the use of characteristics of the necessary conditions for deadlock, and therefore in considering the allocation of exclusive equipment, we have to combine to prevent and avoid deadlock security algorithm.
    2023-07-21 04:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载