-
EEE
MATLAB中Simulink 的方向阻抗继电器的电路仿真,设置不同的过渡电阻进行仿真(Circuit simulation of Simulink directional impedance relay in MATLAB, setting different transition resistors for simulation)
- 2019-06-18 14:31:15下载
- 积分:1
-
NOMAfasong
介绍了noma在lte下的两个用户如何资源分配以及接收端sic技术的仿真结果。(This paper introduces how to allocate resources between two users of noma under LTE and the simulation results of SiC at the receiver.)
- 2019-06-11 20:48:25下载
- 积分:1
-
AdapGA
说明: 对遗传算法的遗传和变异进行编程,同时加入自适应算法进行调节来提高准确性(Programming the heredity and variation of genetic algorithm, and adding adaptive algorithm to adjust to improve the accuracy.)
- 2019-11-27 17:04:15下载
- 积分:1
-
echo
说明: 通过压缩感知方法对目标进行角度测量。代码中基于MIMO雷达得以实现。此处观测角度测量问题仅指一维角度测量。二维角度测量不可实现。(The angle of the target is measured by compressed sensing method. The code is based on MIMO radar. Here, the problem of observation angle measurement only refers to one-dimensional angle measurement. Two dimensional angle measurement can not be realized.)
- 2019-12-20 12:53:36下载
- 积分:1
-
matting
说明: 图象前景提取程序,可以运行。包括图,源程序,以及相关说明(Image extraction procedures prospects, you can run. Including maps, source code, as well as related note)
- 2008-09-08 11:31:20下载
- 积分:1
-
AngryBird
java编写的模仿愤怒小鸟的游戏,java版愤怒的小鸟,附带源码,编写的比较乱,希望能为大家带来点快乐。(java written in imitation of angry birds, game, java version of an angry bird, comes with source code, written in chaotic, I hope to bring point of happiness.)
- 2020-07-01 07:40:02下载
- 积分:1
-
风险投资的发展
基于VC开发的动画字体的显示,效果漂亮,-development of the VC-based animation fonts, beautiful effect,
- 2022-02-02 04:24:17下载
- 积分:1
-
在U_Boot
在U_Boot-1.1.6源代码基础上修改过的可以在hfrk的SMDK2410开发板上运行的U-Boot代码.-In U_Boot-1.1.6 source code based on the modified SMDK2410 in the hfrk development board running U-Boot code.
- 2022-02-03 22:51:26下载
- 积分: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
-
一个猜数字的小游戏,初学C++的朋友可以下一下看一下效果哦!
一个猜数字的小游戏,初学C++的朋友可以下一下看一下效果哦!-A small猜数字games, learning C++ friends can look at the effect of the next Oh look!
- 2022-03-16 16:25:02下载
- 积分:1