-
跑马灯程序(按下按键修改跑灯方式)
应用背景学习51单片机必敲程序,对熟悉IO操作有帮助。关键技术同过定时器延时,或者是延时函数实现IO的高低电平输出。
- 2023-06-01 01:10:03下载
- 积分:1
-
三维点云配准ICP算法 C++实现ICP_test
应用背景
ICP算法即:迭代最近点法(Iterative Closest Points Algorithm)。ICP算法由Besl和Mckey提出,是一种基于轮廓特征的点配准方法主要用于解决基于自由形态曲面的配准问题。
关键技术
ICP算法的基本思想是:根据某种几何特性对数据进行匹配,并设这些匹配点为假想的对应点,然后根据这种对应关系求解运动参数。再利用这些运动参数对数据进行变换。并利用同一几何特征,确定新的对应关系,重复上述过程。
- 2022-02-20 01:31:19下载
- 积分:1
-
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的...
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的方法,该网络实例中实现的是对某一函数的逼近,输入层为二层,中间层可自己设定多达十几层,逼近精度非常精确。读者可根据自己的需要设定各层的数目以及相应的训练样本进行训练与测试。-The program is written in C language using the momentum method of BP neural network, which has extremely powerful scalability, can be used for function approximation and classification in areas such as language specification, including large-scale use of a dynamically allocated one, two dimensional array of methods, examples of the network realize that the approximation of a function, for the second input layer, middle layer can be set as many as a dozen layers, close to very precise accuracy. Readers may need to be set in accordance with its own number of floors and the corresponding training samples for training and testing.
- 2022-09-23 15:35:02下载
- 积分:1
-
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
- 2023-08-19 20:10:03下载
- 积分:1
-
C语言对文件哈夫曼编码压缩,而不是通过范畴…
用C语言实现哈夫曼编码对文件进行压缩,并没有通过类来实现,只是用标准的C语言中结构实现的,代码内部说明比较详细,具体可以看代码,包括对文件的编码也解码.-C language of the document Huffman coding compression, and not through the categories to fruition, but the standard C language structure to achieve, and the internal code note in greater detail, the specific code can be seen, including the encoding of the document also decoder.
- 2022-05-19 13:57:26下载
- 积分:1
-
一个复数运算的例子
一个复数运算的例子-Example of a complex computing
- 2022-02-28 08:54:33下载
- 积分:1
-
maxgap算法
最大间距问题,计算机算法设计与分析。计算一组随机数据,任意两个数据之差最大值,而且时间复杂度为线性。
- 2022-03-24 15:42:40下载
- 积分:1
-
其次算法
KD 树的代码,常见的数据搜索算法,更实际
- 2022-07-25 08:42:54下载
- 积分:1
-
八皇后问题,C语言
八皇后问题,C语言-8, C Language
- 2022-03-05 03:26:29下载
- 积分:1
-
K均值聚类算法源代码
K均值聚类算法源代码-K-means clustering algorithm source code
- 2022-05-05 12:42:14下载
- 积分:1