-
- 2022-07-10 22:57:46下载
- 积分:1
-
C# 设置屏幕分辨率
C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:
long RetVal = 0;
DEVMODE dm = new DEVMODE();
dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));
dm.dmPelsWidth = dWidth;//宽
dm.dmPelsHeight = dHeight;//高
dm.dmDisplayFrequency = 85;//刷新率
dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;
RetVal = ChangeDisplaySettings(ref dm, 0);
- 2023-03-16 15:00:04下载
- 积分:1
-
Cygwin,模拟UNIX操作系统的东东在win32下有名,谁喜欢…
cygwin, 著名的在win32下模拟unix操作系统的东东,对那些喜欢研究操作系统的朋友很有帮助。-cygwin, famous in win32 under simulated unix operating system Dongdong, who likes to study the operating system helpful friends.
- 2022-05-25 12:56:20下载
- 积分:1
-
Delphi friends list
Delphi 朋友通讯录-Delphi friends list
- 2022-08-04 02:09:41下载
- 积分:1
-
用c语言对魔方阵进行编写,在vc下成功运行,希望对大家有帮助...
用c语言对魔方阵进行编写,在vc下成功运行,希望对大家有帮助-right matrix for the preparation of the devil, under the vc successful operation, and I hope to be helpful
- 2022-05-04 23:01:40下载
- 积分:1
-
content
基于内容的图像检索,博士毕业学位论文,搞这方面的可以-content-based image retrieval, Dr. graduate thesis and engage in this area can s
- 2022-03-13 23:57:50下载
- 积分:1
-
ArcView是世界上最大的GIS软件厂商美国环境系统研究所(ESRI)的桌面GIS软件。从ArcView的2.0版以后,ArcView就广泛受到GIS领域的重...
ArcView是世界上最大的GIS软件厂商美国环境系统研究所(ESRI)的桌面GIS软件。从ArcView的2.0版以后,ArcView就广泛受到GIS领域的重视。-ArcView is the world
- 2023-02-05 01:10:03下载
- 积分:1
-
Tutorial on ms office automation with vb .net
Tutorial on ms office automation with vb .net
- 2022-07-04 22:10:11下载
- 积分:1
-
enterprises updated matrix coding
企业编码最新汇总-enterprises updated matrix coding
- 2023-03-19 20:20:03下载
- 积分:1
-
机房管理客户端原程序
机房管理客户端原程序-Computer Management Client original program
- 2023-06-14 00:30:04下载
- 积分:1