-
exm09435_1
有关MATLAB基础教程的程序,希望对下载的人有所帮助。(based on MATLAB Guide to the procedure, hoping to download the help.)
- 2007-04-26 20:10:04下载
- 积分:1
-
aa
说明: 先进PID控制 MATLAB仿真 第2版 刘金琨等编.pdf
(MATLAB simulation of advanced PID control 2nd Edition Hangzhou Press, eds. Pdf)
- 2014-02-25 11:01:26下载
- 积分:1
-
visual C# 基本的用户名密码登录判断示例
一个else if结构的用户登录判断模块,这个是基于C#版的,代码超简单,没有使用数据库,只是交待出了完整的判断过程,后续使用数据库时,原理基本差不多,只不过这里的用户名和密码是从数据库中读取出来,下面是基本的判断过程:
if (textBox1.Text == "")//判断是否输入的用户名
{
MessageBox.Show("用户名不能为空!", "警告", MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
else
{
if (textBox1.Text.ToLower() == "tsoft" && textBox2.Text == "111")//判断用户名和密码是否正确
{
MessageBox.Show("登录成功!", "成功", MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
else
{
MessageBox.Show("用户名或密码错误!", "错误", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}结合数据库实现时,先建立数据库连接,读取出用户名和密码赋值到变量中,然后使用上述代码即可判断。
- 2022-07-21 04:48:54下载
- 积分:1
-
aodv
opnet下修改AODV路由协议,将min hop routing 改为min cost routing,附说明文档(opnet to modify the AODV routing protocol, the min hop routing changed to min cost routing, attached documentation)
- 2021-04-28 10:18:44下载
- 积分:1
-
steepest_descentwewe
Steepest Descent Algorithm
- 2010-11-11 21:22:21下载
- 积分:1
-
Chebeshev
切比雪夫插值(利用切比雪夫点进行多项式插值),对连续函数进行逼近。(Chebyshev interpolation (using Chebyshev polynomial interpolation points), for continuous function approximation)
- 2009-05-25 08:53:57下载
- 积分:1
-
rotate_image
说明: 实现图像旋转功能,针对医学磁共振图像的放转,Matlab编写(Achieve image rotation function, in view of the medical magnetic resonance images of the release switch, Matlab prepared)
- 2008-09-16 17:21:58下载
- 积分:1
-
ruilifenbu_gaosizabofangzhenc_hengxu
说明: 瑞利分布高斯还杂波仿真程序,非常棒的MATLAB源码呵呵,谁用谁知道!(Rayleigh distribution is also Gaussian clutter simulation program)
- 2010-04-27 11:22:26下载
- 积分:1
-
Newmark
算地震动,加速度,位移和速度,很好用的,呵呵。大家给力啊。(Considered ground motion, acceleration, displacement and velocity, the good, huh, huh. We can give power ah.)
- 2011-05-31 17:42:59下载
- 积分:1
-
Code
matlab codes for stm plot
- 2013-03-19 03:26:56下载
- 积分:1