-
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
-
一个动态链接库的使用程序,对动态链接库不是很懂的兄弟,科研好好研究一下...
一个动态链接库的使用程序,对动态链接库不是很懂的兄弟,科研好好研究一下-a dynamic link library procedures for the use of dynamic link library is not really understand them brothers, look carefully at the research
- 2022-06-02 19:38:51下载
- 积分:1
-
在DOS程序代码
turboc code in dos
a graphics program to crease some illusory object on screen
- 2022-02-26 11:26:38下载
- 积分:1
-
一个用于生成LED点阵屏幕所需的任意汉字的点阵信息工具。
一个用于生成LED点阵屏幕所需的任意汉字的点阵信息工具。-used to produce a lattice LED screen for arbitrary characters lattice information tool.
- 2023-04-14 13:40:03下载
- 积分:1
-
80c51与ISD4003程序在这里了,但是没有电路图,你们看看吧
80c51与ISD4003程序在这里了,但是没有电路图,你们看看吧-80C51 with ISD4003 procedures here, but there is no circuit diagram, you see it
- 2023-01-18 23:00:04下载
- 积分:1
-
此程序为潮流计算的PQ分解程序,也是潮流程序中一部分。
此程序为潮流计算的PQ分解程序,也是潮流程序中一部分。-This program for the power flow calculation of the PQ decomposition process, is also a part of the trend of the program.
- 2023-03-03 00:45:03下载
- 积分:1
-
给出数n和m(m<9)个数字,求只含有m个数字的n的最小倍数.
给出数n和m(m
- 2022-02-02 20:08:56下载
- 积分:1
-
802.11a wlan物理层仿真,里面有三个物理模型,均用MATLAB编写
802.11a wlan物理层仿真,里面有三个物理模型,均用MATLAB编写-802.11a WLAN PHY
There are*three* versions of the 802.11a physical layer model:
R13/IEEE80211a.mdl:
Requires R13 (MATLAB ) and Stateflow (for adaptive modulation control)
R13/IEEE80211a_NoSF.mdl:
Requires R13 (MATLAB), but does not require Stateflow.
R13SP1/IEEE80211a.mdl
Requires R13SP1 (MATLAB), but does not require Stateflow.
This latest version also includes some bug fixes.
All Simulink models require the Communications Blockset.
- 2022-07-26 22:00:23下载
- 积分:1
-
ASP prepared a source of the company's Web site, academics can use to learn
ASP编写的一个公司网站的源程序,学者可以使用学习-ASP prepared a source of the company"s Web site, academics can use to learn
- 2022-06-29 21:25:29下载
- 积分:1
-
手机游戏 适用于入门级学者 简单易懂 推荐下载 有中文说明
手机游戏 适用于入门级学者 简单易懂 推荐下载 有中文说明-mobile games in the entry-level academics are simple to download a Chinese explanation
- 2023-03-30 14:35:04下载
- 积分:1