-
Windows平台下枚举显示器所有的显示分辨率
应用背景该Module源码的功能是枚举在Windows平台下显示器的分辨率列表,这样也就可以获得显示器的所有分辨率,同时也可以获得显示器的最大分辨率,其源码是用VS2012 Ultimate工具的Win32 Console Application程序。关键技术用到了Windows的库函数#pragma comment(lib, "D3D9.lib"), 需要的结构体D3DCAPS9,以及相应的库函数有Direct3DCreate9(D3D_SDK_VERSION),GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_NULLREF, &caps),GetAdapterDisplayMode(caps.AdapterOrdinal, &dismode),GetAdapterModeCount(caps.AdapterOrdinal, dismode.Format)等...
- 2022-11-04 20:55:03下载
- 积分:1
-
430中149中看门狗的使用,测试通过,可以使用
430中149中看门狗的使用,测试通过,可以使用-430code
- 2022-05-25 04:32:11下载
- 积分:1
-
Console back words and supports multi
Console背单词程序,支持多用户,艾宾浩斯遗忘曲线-Console back words and supports multi-user, Ebbinghaus curve forgotten
- 2022-04-25 14:49:39下载
- 积分:1
-
卫星干扰定位的算法过程,包括三
卫星干扰源定位方面的算法程序,包括三星及四星定位-Algorithm process of satellite interference location , including three-star and the four-star position
- 2022-08-16 16:13:46下载
- 积分:1
-
Kconfig language exposition document
Kconfig language exposition document
- 2022-03-22 11:08:49下载
- 积分:1
-
实现载入迷宫和保存迷宫
实现载入迷宫和保存迷宫-achieve and preserve the printed maze maze
- 2023-06-02 10:20:03下载
- 积分:1
-
JavaSE-酒店管理系统源码
参考视频文件,自己实践搭建环境、手敲代码、调试并实现运行。主要是练习javase内容开发,通过项目,更加熟悉java se相关的api应用,为javaee提供扎实的基础;主要是javase+mysql+eclipse;文件中有sql文件,经过实践,可以应用到sqlserver2017和mysql 5.6.24等数据库中;工程中需要是的依赖jar包,我也是通过调试,在可运行的前提下,更新了一些jar包。
- 2022-03-21 03:43:16下载
- 积分:1
-
视觉辅助X线+开发环境插头
Visual Assist X 是vc++开发环境的插件,利用此插件可方便我们的输入,当你输入系统的环境变量时,便会显示出词条供你选择。-Visual Assist X is vc++ Development environment plug-ins, plug-ins can use this input to help us, when you enter the system environment variable, will show that for the term you choose.
- 2022-07-04 20:02:42下载
- 积分:1
-
特殊的菜单(分栏显示)
特殊的菜单(分栏显示)-special menu (columns show)
- 2022-10-21 15:35:04下载
- 积分:1
-
用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文...
用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一―― NTServCpl:是一个控制面版程序,用来控制 NTService 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务;-create simple Win32 services (NTServCpl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCpl : console is a procedure used to control NTService services; The remai
- 2022-08-09 22:47:02下载
- 积分:1