登录
首页 » Visual C++ » VT_X64(VT 支持x64的源码)

VT_X64(VT 支持x64的源码)

于 2019-02-13 发布
0 256
下载积分: 1 下载次数: 13

代码说明:

说明:  开启VT保护模式,保护自己的进程不被其它进程访问(Turn on VT protection mode)

文件列表:

VT_X64\VT_X64\asm64.asm, 5454 , 2016-05-14
VT_X64\VT_X64\asm64.h, 2783 , 2016-05-13
VT_X64\VT_X64\assembly.c, 4819 , 2016-05-13
VT_X64\VT_X64\BaseFunction.c, 4808 , 2016-03-07
VT_X64\VT_X64\BaseFunction.h, 3321 , 2016-04-21
VT_X64\VT_X64\Driver.c, 5278 , 2016-05-20
VT_X64\VT_X64\Driver.h, 404 , 2016-05-13
VT_X64\VT_X64\mem.c, 6297 , 2016-05-13
VT_X64\VT_X64\mem.h, 1488 , 2016-05-13
VT_X64\VT_X64\MyStruct.h, 457876 , 2016-04-22
VT_X64\VT_X64\ntimage.h, 82600 , 2015-09-25
VT_X64\VT_X64\scancode.h, 5171 , 2014-09-13
VT_X64\VT_X64\vmxstruct.h, 53612 , 2016-05-13
VT_X64\VT_X64\vtmisc.c, 30439 , 2016-05-15
VT_X64\VT_X64\vtmisc.h, 1181 , 2016-05-13
VT_X64\VT_X64\vtstart.c, 36550 , 2016-05-25
VT_X64\VT_X64\vtstart.h, 1464 , 2016-05-13
VT_X64\VT_X64\VT_X64.inf, 387 , 2016-05-13
VT_X64\VT_X64\VT_X64.vcxproj, 10931 , 2016-05-13
VT_X64\VT_X64\VT_X64.vcxproj.filters, 2758 , 2016-05-13
VT_X64\VT_X64\VT_X64.vcxproj.user, 165 , 2016-05-14
VT_X64\VT_X64.sln, 4250 , 2016-05-13
VT_X64\VT_X64.v12.suo, 43520 , 2016-05-25
VT_X64\x64\Win7Release\VT_X64.inf, 408 , 2016-05-25
VT_X64\x64\Win7Release\VT_X64.pdb, 536576 , 2016-05-25
VT_X64\x64\Win7Release\VT_X64.sys, 32328 , 2011-05-25
VT_X64\x64\Win7Release, 0 , 2016-05-14
VT_X64\VT_X64, 0 , 2016-05-25
VT_X64\x64, 0 , 2016-05-13
VT_X64, 0 , 2016-05-25

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

发表评论

0 个回复

  • ADOClass
    mfc下封装的一个数据库类,用ado方式调用access数据库(a class of encapsulates the database, call the access database using ado way)
    2013-12-28 23:06:28下载
    积分:1
  • BBS
    用vs2008+sql server2005做的一个简单mvc bbs系统
    2013-11-21 17:02:56下载
    积分:1
  • Qvod_P2P
    Qvod_P2P-------------源码(Qvod P2P code)
    2014-01-01 14:20:38下载
    积分:1
  • 第八届
    蓝桥杯嵌入式第八届模拟题及答案 蓝桥杯” 第八届全国软件和信息技术专业人才大赛个人赛 (电子类)模拟试题-嵌入式设计与开发项目 第二部分:实践题 “温湿度监控设备”设计任务书 一. 功能简述 “温湿度监控设备”通过采集传感器输出电压信号和信号频率得到环境温湿度数据,并能够根据设定的温湿度阈值执行相应动作,系统框图如图1所示:(Blue Bridge Cup Embedded 8th Analog Questions and Answers Blue Bridge Cup 8th National Software and Information Technology Professionals Competition Personal Competition (Electronic) Analog Questions-Embedded Design and Development Project Part 2: Practice Question "Temperature and Humidity Monitoring Equipment" Design Task 1. Function Brief Introduction of "Temperature and Humidity Monitoring Equipment" Output Voltage Signal and Signal Frequency by Collecting Sensors The environmental temperature and humidity data are obtained and the corresponding actions can be performed according to the set temperature and humidity threshold. The system block diagram is shown in Figure 1.)
    2019-03-18 02:24:06下载
    积分:1
  • UDP
    vc写的基于udp的串口通信简单实例 (Udp serial communication instance, a simple small program)
    2012-11-26 16:40:22下载
    积分:1
  • DrawOfMemory
    DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义:   int Mult:总共需要显示几类数据   int AllNum:每类数据总的数据量   int Value[]:数据值数组,组成形式:数据1+数据2+数据3+ ...   COLORREF PenColor:每类数据的画笔的颜色   CWnd *pWnd:需要显示曲线的控件指针   还有一些函数不一一列举了,请自行下载源码查看(DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values​ ​ , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined: int Mult: A total of several types of data to be displayed int AllNum: total amount of data for each type of data int Value []: an array of data values​ ​ , consisting of forms: Data 1 Data 2+ 3+ ...+ data COLORREF PenColor: brush color for each type of)
    2014-07-02 10:52:43下载
    积分:1
  • vcPP-EXCEL
    visual c++ excel的操作源码(vc++ excel)
    2014-06-09 15:06:09下载
    积分:1
  • clock
    系统主要实现时间的显示,主要包括获取系统时间然后通过时钟的模拟界面进行时间的显示。(System main time display, including access to the system time and then displays the time by the clock of the analog interface.)
    2013-11-30 12:04:57下载
    积分:1
  • p2p
    说明:  一个好的P2P即时通讯程序源码,包含服务器端和客户端。(A good source P2P instant messaging program, including server-side and client.)
    2008-11-18 13:36:06下载
    积分:1
  • Calibration
    this is reference about calibration using visual c++.
    2010-12-23 17:26:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载