-
K-MEANS
Implementation of K-MEANS classification of 2D data of this code, the high speed
- 2015-01-18 10:23:00下载
- 积分:1
-
dm9000 nios
deii板的nios代码示例,包括所有测试代码;
- 2022-10-21 13:10:20下载
- 积分:1
-
straight_line
matlab形态学处理的程序之连接两点之间的直线(a program to read a move into matlab for detection)
- 2011-08-01 14:17:46下载
- 积分:1
-
usgs_dem_1
对于高程数据的处理,通常需要各种格式之间的转换,此程序是将usgs高程数据转为dem格式的数据。(For the treatment of elevation data, usually need to convert between various formats, this program is the USGS elevation data to DEM format data.
)
- 2014-11-23 19:56:21下载
- 积分:1
-
yuanma
数值计算方法解方程组实例,利用Gauss-Seidel迭代法解方程组(Numerical calculation method to solve equations example, using Gauss-Seidel iteration method for solution of equations)
- 2007-12-17 21:09:14下载
- 积分:1
-
Linux_graphic_UI_base_C
说明: C语言编写 Linux图形界面, 通过 C语言和 shell 实现terminal 内图形界面(C language graphic UI for linux)
- 2020-06-16 02:20:06下载
- 积分:1
-
C# 获取数组指定位置的元素
C# 获取数组指定位置的元素,以下代码为核心代码,分享如下:
private void Frm_Main_Load(object sender, EventArgs e)
{
List ints = new List { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
int result = ints.ElementAt(3);//获取指定位置的元素
//输出查询结果
label1.Text = "数据源:ints={0,1,2,3,4,5,6,7,8,9 }";//数据源
label2.Text = "查询表达式:ElementAt(3)";//查询表达式/操作
label3.Text = "查询结果:"+result.ToString();//查询结果
}
- 2022-03-10 14:16:14下载
- 积分:1
-
DSP
里面包含了14个经典的DSP程序,并且介绍了DSP的开发流程,非常有用啊!(Which contains 14 classic DSP program, and introduced the DSP-development process, very useful to ah!)
- 2010-03-13 15:04:55下载
- 积分:1
-
bpnn
用bp神经网络逼近函数用bp神经网络逼近函数(With bp neural network approximation function with bp neural network approximation function)
- 2009-10-21 10:05:03下载
- 积分:1
-
C# 利用数据对象修改数据
C# 利用数据对象修改数据,就是简单的修改数据库中的数据,利用数据对象来修改。运行效果如视图所示。本示例代码 中定义了向个C#操作数据库的方法,比如:从数据库中获取指定数据记录、在窗体中显示指定数据记录等。
- 2023-05-31 11:00:03下载
- 积分:1