-
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
-
建立树,并对其进行前序.中序和后序的便利
建立树,并对其进行前序.中序和后序的便利-established trees, and its former sequence. After the order and sequence of convenience
- 2022-02-25 01:39:48下载
- 积分:1
-
将Firmware的hex文件转换成16进制文件,这对于需要在应用程序下下载Firmware是非常有用的!...
将Firmware的hex文件转换成16进制文件,这对于需要在应用程序下下载Firmware是非常有用的!-Firmware of the hex file will be converted into 16 binary files, which in the application that need to download Firmware is very useful!
- 2022-03-12 15:15:07下载
- 积分:1
-
字符串查找,从一段字符串中查找需要查找的字符或单词
字符串查找,从一段字符串中查找需要查找的字符或单词-String to find, from a string to find the need to find the characters or words
- 2023-04-11 06:20:03下载
- 积分:1
-
C++计算器,使用键盘操作,使用方便,且小而简单.
C++计算器,使用键盘操作,使用方便,且小而简单.-C++ Calculator, use the keyboard to operate and easy to use, and small and simple.
- 2022-05-13 05:54:01下载
- 积分:1
-
Simple delpghi opc client
Simple delpghi opc client
- 2022-02-02 16:45:53下载
- 积分:1
-
c# programming windows of a classical source
c#windows编程 中的一个经典源码-c# programming windows of a classical source
- 2022-06-11 11:54:10下载
- 积分:1
-
We study the direct cost of virtual function
calls in C++ programs, assuming t...
We study the direct cost of virtual function
calls in C++ programs, assuming the standard
implementation using virtual function tables. We
measure this overhead experimentally for a number of
large benchmark programs, using a combination of
executable inspection and processor simulation.
- 2023-04-16 21:15:03下载
- 积分:1
-
给予汇编语言的程序设计代码
用于微型计算机原理的学习与实验...
给予汇编语言的程序设计代码
用于微型计算机原理的学习与实验-given assembly language programming code for micro-computer learning theory and experiment
- 2022-08-09 00:00:12下载
- 积分:1
-
一个用VB写的四则计算器源代码. 功能:1、实现简单的四则运算 2、加入了每日一贴的功能,为了练习每日一贴程序的编制方法,其实本程序完全没有必要加入此功能 3、...
一个用VB写的四则计算器源代码. 功能:1、实现简单的四则运算 2、加入了每日一贴的功能,为了练习每日一贴程序的编制方法,其实本程序完全没有必要加入此功能 3、程序的难点在于对每个按键的判断,其实是比较麻烦,但技术含量不高,仔细看都能看懂 -a VB wrote four calculators source code. Features : 1, the simple four Operational 2, joined a daily functions, in order to practice a daily process of the preparation method, the procedure is absolutely not necessary to include this feature 3, the procedure is difficult for everyone by Bond judgment, which is troublesome, but not high technological content, carefully read all understand
- 2022-02-12 08:41:00下载
- 积分:1