-
最速下降算法
最速下降算法的一个简单案例,清晰了解最速下降算法的知识(steepest descent method)
- 2020-06-23 15:00:02下载
- 积分:1
-
SatelliteImageClassification-master
说明: GAN网络用于做高光谱图像分类的算法,亲测可以使用,最近写的(GAN network is used to do hyperspectral image classification algorithm, pro - test can be used, recently written)
- 2021-02-17 18:19:45下载
- 积分:1
-
Visual C# 隐藏显示鼠标的源码实例
Visual C#显示隐藏鼠标的一个例子,隐藏鼠标后,使用Tab键移动光标,从代码中可发现,隐藏鼠标只需将ShowCursor(false);即可,显示时就这样:ShowCursor(true);面向C#初学者。下面是核心的代码:
//重写API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ShowCursor")]
public extern static bool ShowCursor(bool bShow);
private void btnHide_Click(object sender, EventArgs e)
{
ShowCursor(false);//鼠标隐藏
}
private void btnShow_Click(object sender, EventArgs e)
{
ShowCursor(true);//鼠标显示
}
- 2022-08-08 14:49:38下载
- 积分:1
-
一个管理系统 用java作的,里面有struts。
一个管理系统 用java作的,里面有struts。-a management system for the use of java, there are struts.
- 2022-03-16 22:46:08下载
- 积分:1
-
Quantum Radar[Marco Lanzagorta(2012)141s]
技术材料包含量子雷达原理和优点,以及系统设计等内容。(The popular English references on quantum radar technology abroad can provide technical references for researchers of quantum technology.It includes the principles and advantages of quantum radar, as well as system design and so on.)
- 2018-09-11 22:06:58下载
- 积分:1
-
液晶LCD12864的画曲线的程序,有直线、正弦、等等,你参考。
液晶显示屏lcd12864画曲线程序,有直线,正弦等等,各位参考-LCD lcd12864 painting curve procedures, have straight, sinusoidal, etc., you refer to
- 2022-02-01 17:19:57下载
- 积分:1
-
using language from the importation and polynomial terms
用从c++语言实现多项式的输入及计算-using language from the importation and polynomial terms
- 2022-02-14 14:55:18下载
- 积分:1
-
【图书】可计算性与计算复杂性导引(第3版)
说明: 可计算性与计算复杂性导引第三版书籍pdf版本(Computability and computational complexity guide book)
- 2020-04-10 13:23:06下载
- 积分:1
-
moltemplate-2.10.16
说明: Package to prepare data for Lammps
- 2020-06-21 08:18:16下载
- 积分:1
-
文字动画特效jquery插件
一款超酷波浪文字动画特效jquery插件(Jquery Plug-in for Super Cool Wave Text Animation Special Effects)
- 2019-01-08 10:33:35下载
- 积分:1