-
SAT
sat的合取范式与析取范式的可满足问题()(sat in the CNF and DNF of the satisfiability problem ())
- 2010-11-06 13:22:22下载
- 积分:1
-
opencv249SIFT
opencv SIFT源码详细分析,代码能够准确实现(opencv SIFT detailed analysis of the source code can achieve accurate)
- 2015-07-13 20:33:10下载
- 积分:1
-
Dev-C++编程安装文件
Dev-C 编程安装文件.exe
- 2020-12-07下载
- 积分:1
-
AdvanAI
调用研华PCL数据采集卡进行采集数据例程,很容易理解,舍弃了繁琐功能!(Call Advantech PCL data acquisition card for data collection routines, it is easy to understand, abandoning the cumbersome features!)
- 2015-04-13 15:59:50下载
- 积分:1
-
neural-network-example
用前向神经元网络逼近连续函数,f(x1,x2,x3,x4)=sinx1+sinx2+sinx3+sinx4 定义域为[0,2*pi].刘宝碇老师例子仅供参考(Let us design a feedforward NN to approximate the continuous
function,
f(x1, x2, x3, x4) = sin x1+ sin x2+ sin x3+ sin x4
defined on [0, 2*pi]4.)
- 2013-06-20 19:03:12下载
- 积分: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
-
BinaryIndexedTrees_solved
树状数组的样例程序,能够解决poj、ural的Stars问题(Tree array sample program that can solve poj, ural Stars)
- 2013-05-20 19:09:28下载
- 积分:1
-
55812784
这是十种软件抗干拢的c程序,转载,供大家参考,很好用的()
- 2018-04-26 16:25:24下载
- 积分:1
-
EmguCVTool-master
说明: C#+EmguCV机器视觉开发平台,功能:基本的图像处理工具、随意配置执行流程、二维码识别、文字识别等等。(C+EmguCV machine vision development platform, functions: basic image processing tools, arbitrary configuration of the execution process, two-dimensional code recognition, character recognition and so on.)
- 2021-02-18 16:39:45下载
- 积分:1
-
sayisallotoarray
Csharp source code with application
- 2009-04-28 04:56:47下载
- 积分:1