-
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
-
Eros
用c语言编写的俄罗斯方块游戏源码,控制台下的模拟(Tetris source code written in c language, simulation of the console
)
- 2013-05-02 20:00:56下载
- 积分:1
-
simulation code about 4G system in cellphone OFDM.
From transmitter ,channel ,r...
simulation code about 4G system in cellphone OFDM.
From transmitter ,channel ,receiver..etc.
-simulation code about 4G system in cellphone OFDM.
From transmitter ,channel ,receiver..etc.
- 2022-04-17 12:41:29下载
- 积分:1
-
根据三维轮廓生成pfc颗粒模版2019
说明: 岩土力学——PFC颗粒流辅助小程序——根据三维轮廓生成PFC模板(Geomechanics -- PFC particle flow aided program -- PFC template generation based on 3D profile)
- 2020-06-29 19:40:20下载
- 积分:1
-
matlab程序
2016年研究生数模国赛C题。室内三维定位。TOA数据处理对NLOS环境下定位精度的改善。(Number of Postgraduates in 2016. Indoor three-dimensional positioning. Improvement of positioning accuracy of TOA data processing in NLOS environment.)
- 2017-10-16 16:09:56下载
- 积分:1
-
仿真验证
基于MATLAB/simulink平台搭建单机带负荷仿真系统。有调速器,无励磁系统。(Based on MATLAB/simulink platform to build a single machine with load simulation system. There are governors, no excitation system.)
- 2019-05-25 22:25:26下载
- 积分:1
-
DL645-2007协议调试器
支持DL-T2007协议的多功能电能表调试(Debugging of Multifunctional Watt-hour Meter Supporting DL-T2007 Protocol)
- 2020-06-21 06:40:02下载
- 积分:1
-
代码和例题数据
说明: 可在MATLAB中进行判断矩阵的权重计算,包括算术平均值法,特征值法,并进行一致性检验,亲测可用(The weight calculation of judgment matrix can be carried out in MATLAB, including arithmetic average method, characteristic value method, and consistency test, and the parent test is available)
- 2021-03-15 09:51:02下载
- 积分:1
-
SAR
基于极化熵,极化散射角,以及反熵的whishart聚类,还提供了freeman分解的代码(Based on the polarization entropy, polarization scattering angle, as well as anti-entropy whishart clustering, it also provides a freeman decomposition code)
- 2020-06-28 22:00:01下载
- 积分:1
-
bpsk
说明: 这是个关于bpsk载波恢复的例子,我们用simulik来搭建的整个系统,非常有利于对调制解调和载波恢复的理解。(This is a carrier recovery on the bpsk example, we use simulik to build the entire system, very beneficial for modulation and demodulation and carrier recovery understanding.)
- 2021-02-22 22:39:41下载
- 积分:1