-
VSG
并网逆变器的虚拟同步发电机控制技术的一些资料(Grid-connected inverter virtual synchronous generator control technology of some information)
- 2021-03-08 22:49:28下载
- 积分:1
-
divider_latest.tar
floating point divider
- 2009-11-03 11:23:16下载
- 积分:1
-
122411 ASP小型论坛系统 v1.0
122411 ASP小型论坛系统,运行于ASP环境,数据库可修改成sqlserver,小巧高速,安装方便、通用界面、容易上手,XHTML+CSS架构,独创分库存贴技术,打造个性化精良
前台和后台管理用户名和密码都是:admin
论坛默认管理员:admin
修改管理员的密码需要到后台修改!
- 2022-01-30 15:16:19下载
- 积分:1
-
unix或linux下的DNA分析软件源码
其功能如下
1. Edit up to 256 peptide or DNA sequences simul...
unix或linux下的DNA分析软件源码
其功能如下
1. Edit up to 256 peptide or DNA sequences simultaneously.
2. Translates DNA->protein click next to display next frame.
3. Dot matrix plot of any 2 sequences.
4. Rudimentary amino acid statistics (MW and amino acid percentage)
5. Saves matrix plot as PBM image format.
6. Sequence reversal.
7. Creates alignment file for highlight (below).
8. Tab key toggles editing of next sequence.
-unix or linux DNA analysis of the software source code of its functions is as follows : 1. Edit up to 256 peptide or DNA sequences simultaneously. 2 . Translates DNA-
- 2022-02-21 11:30:22下载
- 积分:1
-
c
说明:
时间函数举例4,一个猜数游戏,判断一个人反应快慢(Function of time for example 4, a guessing game to determine the speed of a reaction)
- 2011-07-18 09:25:16下载
- 积分:1
-
基于小波变换的信号奇异性检测及去噪例程
文件里面主要介绍了基于小波变换的信号奇异性检测及去噪例程(example,examplee,xampl,eexamp,leexa,mpleexampleexample)
- 2018-05-04 14:17:03下载
- 积分:1
-
天线方向图
1. 运用MATLAB仿真阵列天线的方向图曲线
2. 变换各参量观察曲线变化并分析参量间的关系(1. using MATLAB to simulate the pattern curve of array antenna The parameters of the 2. transformation are observed and the relationship between the parameters is analyzed)
- 2021-04-05 16:19:03下载
- 积分:1
-
Visual C# 使用键盘控制窗体的移动
Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。
private void Form1_Load(object sender, EventArgs e)
{
Frm_Main form1 = new Frm_Main();//创建窗体对象
form1.KeyPreview = true;//设置窗体接收按键事件
}
private void Form1_KeyDown(object sender, KeyEventArgs e)
{
Point point = this.Location;//定义一个标识窗体的变量
switch (e.KeyData)//判断按键类型
{
case Keys.Up://当按键为上方向键时
point.Y -= 2;
break;
case Keys.Down://当按键为下方向键时
point.Y += 2;
break;
case Keys.Right://当按键为右方向键时
point.X += 2;
break;
case Keys.Left://当按键为左方向键时
point.X -= 2;
break;
case Keys.Escape://当按键为Esc键时
this.Close();//关闭本窗体
break;
default: break;
}
this.Location = point;
}
- 2022-03-13 23:48:13下载
- 积分:1
-
dqcontrollPWMconstantpower
matlab spwm 闭环控制三项异步电机程序(malab motor control by SPWM)
- 2012-12-06 03:12:50下载
- 积分:1
-
HydroInfoSystem
水文管理信息系统,整理水文数据,绘制水文图(Hydrological management information system, collation of hydrological data, hydrological Figure Drawing)
- 2009-03-29 23:03:13下载
- 积分:1