-
This is one of the Queen's algorithm of algorithms.
这是一个关于算法中的皇后问题的算法。-This is one of the Queen"s algorithm of algorithms.
- 2022-02-03 22:29:10下载
- 积分:1
-
C语言数值计算中常用的函数,如sin(x),cos(x)的实现方式的源代码。...
C语言数值计算中常用的函数,如sin(x),cos(x)的实现方式的源代码。-Codes for functions which are used frequently in numerical calculation ,such as sine function,cosine function, written in C language
- 2022-02-06 23:03:08下载
- 积分:1
-
程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点...
程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result.
- 2023-08-17 15:20:03下载
- 积分:1
-
本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点
本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点
-This procedure applies to solution of the form f (x) = 1/2* x" Ax+ bx+ c quadratic function of the stable point
- 2023-06-20 20:15:02下载
- 积分:1
-
Segmentations procedures very well. Absolutely concise
分段算法的程序,很好的。绝对简练-Segmentations procedures very well. Absolutely concise
- 2022-04-08 10:31:27下载
- 积分:1
-
二叉树的基本操作及哈夫曼编码译码系统的实现
(1)在二叉链表上设计和实现下列二叉树运算的算法
① 设计递归算法,实现:删除二叉树,求二叉树的高度,求二叉树中叶子结点数,复制二叉树,交换二叉树的左右子树。
② 设计算法,按自上到下,自左向右的次序,即按层次遍历一棵二叉树。
③ 设计main函数,测
- 2022-05-08 19:50:14下载
- 积分:1
-
基于Matlab的GMM算法实现
高斯混合模型(GMM)算法利用matlab实现,主函数信息如下:% emgmm:GMM参数生成函数% Input:% Data: D x N ,N个D维数据% Alpha0: Gauss模型的权重初始值% Mu0: D x M,Gauss模型的中心初始值% Sigma0:Gauss模型的方差初始值(假设每个方差矩阵都是对角阵, 即一个数和单位矩阵的乘积)% loglikthreshold:EM迭代停止条件% Output:% [Alpha, Mu, Sigma]:高斯混合模型参数
- 2022-03-10 08:23:18下载
- 积分:1
-
菜单 com teclado matricial 3 x 4 e pic
埃斯特角 projeto mostra 科摩 usar um teclado matricial 3 x 4 com pic 没有 ccs,criação de ilustra um 菜单 de opções usando (开关箱) 段控制 de motores de 帕苏、 com 帕苏 completo、 微帕苏等
- 2022-02-25 00:24:41下载
- 积分:1
-
opencv读取显示图像
基于opencv ,我们可以读取各种图像文件,视频文件,还可以读取摄像头。这些功能是opencv开发包中HighGUI工具集的一部分。下面,我们就使用其中的一些功能来实现如何显示一副图像。对于初学者有很大的帮助。
- 2023-03-11 23:35:08下载
- 积分:1
-
图像各种处理算法
图像处理在我们初学数字信号处理编程时必须经历的过程 其中涉及到图像变化的算法五彩斑斓 其实每种算法都是想通的 就看你怎么理解消化 这里我只提供关于图像常用的算法
- 2022-04-23 11:54:44下载
- 积分:1