-
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
-
Flash相集画廊特效
Flash相集画廊特效,左侧显示缩略图,右侧显示大图片,布局经典的一种Flash版电子相册,可看作是图片查看器,挺不错的动画效果。
- 2022-05-06 12:25:06下载
- 积分:1
-
水体指数NDWI的经典文章,很有参考价值.大家免费下载了.
水体指数NDWI的经典文章,很有参考价值.大家免费下载了.-Water body index NDWI classic article, it is reference value. Everyone is free to download the.
- 2022-03-17 10:05:11下载
- 积分:1
-
CPU access to information categories, a fairly complete package, access to infor...
获取CPU信息的类,封装比较完善,获取信息比较全面,包括频率,二级缓冲等。-CPU access to information categories, a fairly complete package, access to information more comprehensive, including the frequency, such as the secondary buffer.
- 2022-01-24 19:09:10下载
- 积分:1
-
闻亭视频通信模块(vcm_dm642)技术参考,版本:V1的…
闻亭公司视频通信模块(VCM_DM642)技术参考资料,版本号:V1.0.详细介绍了这块板子的硬件配置情况,对入门很有帮助.-Wintech Video Communication Module (VCM_DM642) Technical Reference, version: V1.0. Detailed information on the hardware configuration of this board, the on entry helpful.
- 2022-02-01 11:17:34下载
- 积分:1
-
Flash图片拉伸变形图片展示效果
Flash图片拉伸变形图片展示效果,图片切换的时候,以拉伸变形图片的方式过渡转场,改一必视觉效果哈,或许挺不错吧。
- 2023-03-18 13:15:04下载
- 积分:1
-
最优子空间
Optimal Subspace-Based Signal
Processing,美国The University of Rhode Island关于阵列信号处理中DOA的课件-Optimal Subspace-Based SignalProcessing, the United States The University of Rhode Island on the array signal processing in the DOA of the courseware
- 2022-03-14 20:37:06下载
- 积分:1
-
一个值得参考的VFP高考管理系统
一个值得参考的VFP高考管理系统-a worthy reference VFP College Entrance Examination Management System
- 2022-03-10 04:51:44下载
- 积分:1
-
gathered with a group and the elimination of noise, the weighing
收集的一组跟噪声产生以及消除、衡量消噪性能指标的MATLAB仿真源代码,每个文件夹下都附有对该代码的注解!-gathered with a group and the elimination of noise, the weighing-noise performance indicators MATLAB simulation source code, Each folder with all of this code notes!
- 2022-01-25 19:48:38下载
- 积分:1
-
一个asp.net计数器
一个asp.net计数器-a asp.net arithmometer!
- 2023-02-13 02:40:03下载
- 积分:1