-
12
说明: 本程序是针对一简单包装机的控制,所使用的单片机是msp430f149(This procedure is simple for a packaging machine control is used in single-chip msp430f149)
- 2009-06-02 21:22:35下载
- 积分:1
-
21
说明: 用C语言编写多元线性回归方程,写得不好的地方请指教!(Using C language multiple linear regression equation, where poorly written, please advice!)
- 2010-06-06 17:04:50下载
- 积分:1
-
LBM-cylinder
用LBM结合非平衡外推方法实现的圆柱绕流,柱面边界以非平衡外推方法实现。(LBM combined with the extrapolation method of achieving non-equilibrium flow around a cylinder, cylinder boundary to achieve non-equilibrium extrapolation method.)
- 2021-04-02 14:19:07下载
- 积分:1
-
cSharp-assetmanagement_system
简单的一个C#固定资产管理系统, 很值得初学人员,下载学习(one simple asset management system, b/s archive and build by C#)
- 2014-11-10 16:17:10下载
- 积分:1
-
VT_X64(VT 支持x64的源码)
说明: 开启VT保护模式,保护自己的进程不被其它进程访问(Turn on VT protection mode)
- 2019-02-13 22:12:58下载
- 积分:1
-
learnMFC
mfc 入门级教程,给新手学习(mfc entry-level tutorial for novice learning)
- 2008-01-05 17:44:33下载
- 积分:1
-
database
量子计算在数据挖掘中的应用,与传统数据挖掘方法结合产生新的更有优势的算法。(Quantum computing in the application of data mining, and the traditional data mining methods to produce the new algorithm has more advantages.)
- 2015-11-21 23:04:17下载
- 积分:1
-
aldomithmglobal
提出了一种基于角度信息的约束总体最小二乘无源定位算法 该算法首 先将非线性的观测方程转化为线性方程, 并分析了观测噪声对线性(A constrained global least squares passive location algorithm based on angle information is proposed. In this algorithm, the nonlinear observation equation is first transformed into a linear equation, and the linear effect of observation noise is analyzed.)
- 2018-11-20 17:13:41下载
- 积分:1
-
Visual C# WPF 实现文字左右流动(滚动)效果
Visual C# WPF技术实现文字内容从左向右流动、从右向左流动,其实就是文字滚动,稍加了一些特殊处理,下面来看看代码真的好简单:
private void button1_Click(object sender, RoutedEventArgs e)
{//内容从左向右流动
this.MyFlowDocument.FlowDirection = FlowDirection.LeftToRight;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//内容从右向左流动
this.MyFlowDocument.FlowDirection = FlowDirection.RightToLeft;
}
- 2022-02-04 14:45:10下载
- 积分:1
-
kmeans
k-means 源代码 k-means is a very useful hierarchical clustering in meachine learning (k-means is a very useful hierarchical clustering in meachine learning )
- 2010-11-23 09:47:03下载
- 积分:1