-
swerling
对斯威林1、斯威林2、斯威林3、斯威林4概率密度函数的仿真(Matlab simulation for swerling1,swerling2,swerling3,swerling4)
- 2018-02-25 17:13:31下载
- 积分:1
-
PlatEMO-PlatEMO_v2.8.0
说明: 多目标遗传算法工具箱,操作简便,使用灵活,(Multi-objective genetic algorithm toolbox, easy to operate, flexible to use,)
- 2020-09-06 17:18:07下载
- 积分:1
-
fvcom-toolbox-master
说明: 用于海洋数值模式FVCOM,输入输出文件的制作,包括小工具以及相应nc文件制作(It is used for the production of input and output files of FVCOM, including the production of gadgets and corresponding NC files)
- 2020-03-10 13:19:16下载
- 积分:1
-
C# 回车键控制鼠标焦点
C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。
private void txtUserName_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
txtPWD.Focus();//切换鼠标焦点
}
private void txtPWD_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
btnOK.Focus();//切换鼠标焦点
}
- 2022-01-23 11:25:26下载
- 积分:1
-
Signals-and-Systems
信号与系统,(第二版)奥本海姆著 刘树棠译 西安交通大学出版社 2001,非常经典的教材,建议大家看一下(Signals and Systems, (Second Edition) Oppenheim Liu Shutang translation of Xi' an Jiaotong University Press, 2001, is a classic textbook, suggested we look at)
- 2014-03-14 21:33:20下载
- 积分:1
-
算法笔记部分答案
算法笔记这本书里的部分题目的答案,通过编译且结果正确(The answers to some of the questions in this book are compiled and the results are correct)
- 2020-06-19 06:40:01下载
- 积分:1
-
[安卓开源]仿手机QQ音乐播放器项目
说明: 654684313216846123168
- 2019-07-04 12:31:29下载
- 积分:1
-
基于线性矩阵不等式理论对网络控制系统的控制器设计及方法进行了详细阐述,并进行了仿真试验,验证了所提出的方法的有效性。...
基于线性矩阵不等式理论对网络控制系统的控制器设计及方法进行了详细阐述,并进行了仿真试验,验证了所提出的方法的有效性。-Based on linear matrix inequalities theory of networked control systems with controller design and methods in detail, and carried out a simulation test to verify the proposed method is effective.
- 2022-01-27 21:23:12下载
- 积分:1
-
偏最小二乘回归法
用偏最小二乘回归法对多自变量和多因变量问题求解(The independent variables and the dependent variable problem solving by partial least squares regression method)
- 2017-11-13 21:11:43下载
- 积分:1
-
GWRST_Package
时空地理加权回归,模型加入时间维度信息,将时间信息和空间信息结合。(GWRST,compute spatial and temporal geographically weighted regression.)
- 2018-03-22 18:55:07下载
- 积分:1