-
VIIDEO_release (1)
image quality evaluation
- 2018-03-05 01:42:47下载
- 积分:1
-
SVD-TLS
说明: 用SVD-TLS估计观测数据的ARMA模型的AR参数,(Estimate the AR parameters of the ARMA model of the observed data)
- 2020-04-08 12:37:42下载
- 积分:1
-
apriori-master
经典的apriori算法,用于挖掘数据中最大频繁项集和生成关联规则(The classic Apriori algorithm is used to mine the largest frequent itemsets and generate association rules in data.)
- 2020-11-29 17:09:31下载
- 积分:1
-
L-BFGS-B-C-master
基于梯度下降法的最优迭代算法,在深度学习和神经网络中应用非常广泛,也非常好用(The optimal iterative algorithm based on gradient descent method is widely used in depth learning and neural network, and it is also very useful.)
- 2021-03-31 15:49:09下载
- 积分:1
-
简历去塔斯POR vendedor,validacióN的RFC Y肋
应用背景有联合国简历席programa德塔斯incluyendo informacióN功能contable Y Agrega El Campo de vendedor,EL 2程序有validación del RFC(墨西哥)第阙无硒encuentre duplicado埃尔3ero验证阙埃尔肋indicado COSTO德尔producto海上铝关键技术EL普通ESTA basado EN的语言advpl,ES UN普通Claro y descriptivo没有稚嫩的á问题的某些对位aplicarlo苏Sistema。
- 2022-06-21 03:57:17下载
- 积分:1
-
组合导航
相关组合导航代码,希望可以帮到大家。十分感谢。(Associated integrated navigation code)
- 2017-11-16 18:11:26下载
- 积分:1
-
weboffice
说明: 1、双击[WebOffice安装.bat]会自动完成控件的全部安装。
2、如果安装过程提示“是”与“否”,请选择“是”,如果安装过程提示是否“Next”,请选择“Next”即可。
完成后,即可以使用IE6以上所有版本打开网页查看控件。(1. Double-clicking [WebOffice Installation. bat] will automatically complete the entire installation of the control.
2. If the installation process prompts "yes" or "no", please select "yes", and if the installation process prompts "Next", please select "Next".
After completion, you can use all versions above IE6 to open the web page view control.)
- 2019-01-26 19:23:58下载
- 积分:1
-
fssss
自己编的腐蚀源程序,希望对大家有用(own series of the corrosion source, we want to help!)
- 2006-06-26 19:56:10下载
- 积分: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
-
bbo
The code is aco, ahp, ....
- 2017-09-01 02:11:17下载
- 积分:1