-
imageprocessing
Some of image processing tools in visual C++
- 2012-08-22 20:38:42下载
- 积分:1
-
Compressive-Sensing
压缩感知理论和应用,介绍基本理论和方法,入门书(Compressive Sensing- Theory and Application)
- 2015-03-31 10:56:50下载
- 积分:1
-
The-data-for-processing
这是关于信号处理方面的知识,对matlab的卡尔曼滤波十分重要(This is knowledge about signal processing and it is very importance of kalman filter for matlab
)
- 2013-07-16 09:32:36下载
- 积分:1
-
kongdong3
一个螺旋矩阵程序,当时找了好久才找到 和大家分享啊,一个螺旋矩阵程序,当时找了好久才找到 和大家分享啊。(A spiral matrix program, at that time for a long time to find and share it
A spiral matrix program, at that time for a long time to find and share it
)
- 2011-12-04 18:16:14下载
- 积分:1
-
C# 递增运算/递减运算
C# 简单模拟递增运算、递减运算:
private void repeatButton1_Click(object sender, RoutedEventArgs e)
{//递增运算
Int32 MyNum = Convert.ToInt32(this.textBox1.Text);
this.label1.Content = "正在进行递增运算:";
this.textBox1.Text = ((MyNum + 1).ToString());
}
private void repeatButton2_Click(object sender, RoutedEventArgs e)
{//递减运算
Int32 MyNum = Convert.ToInt32(this.textBox1.Text);
this.label1.Content = "正在进行递减运算:";
this.textBox1.Text = ((MyNum - 1).ToString());
}
- 2022-02-26 15:45:23下载
- 积分:1
-
fakeQQ123
全面模仿QQ,基本具备QQ功能,非常值得学习(Fully mimic QQ, with QQ basic functions that are worth learning)
- 2009-02-09 12:46:41下载
- 积分:1
-
xmlrpc-c-1.06.04
vtd-xml开源开发包(包中包含几个使用例子)(vtd- xml revenue development kits (package contains several examples of the use))
- 2007-01-15 16:29:28下载
- 积分:1
-
快排2
说明: 实现了快速排序、随机排序以及中位排序查找第k小元素(Fast sorting, random sorting and median sorting are realized to find the k-th small element)
- 2020-05-24 18:20:39下载
- 积分:1
-
cpp
前段时间在北大OJ平台上做的几个题目,主要用到几个知识点...(OJ platform some time ago at the university to do the subject ...)
- 2009-12-15 00:43:21下载
- 积分:1
-
0071286
体现了lod(level of detail)算法 包括网格细分,空间层次()
- 2018-05-27 08:35:04下载
- 积分:1