-
着色问题的回溯算法
这是为解决 m-着色问题编写的算法。它基于回溯。对于等级是相对较低。但保证的正确性。M-着色问题是其 NP 完备而闻名,没有多项式时间算法都没有被发现。这个问题可以应用于许多实际问题,例如调度。
- 2022-08-20 01:25:57下载
- 积分:1
-
图形界面的计算器,使用VC++开发,绝对经典可用,好用,好用的...
图形界面的计算器,使用VC++开发,绝对经典可用,好用,好用的-calculater
- 2022-05-19 11:03:01下载
- 积分:1
-
三维重构
空间点云的三维重构,采用Matlab编写的程序,文件中包括采集到的三维激光扫描仪数据,用户可进行不同的运行。
- 2022-04-18 15:31:23下载
- 积分:1
-
上海交通大学研究生算法分析课的作业.实现了<<算法引论...
上海交通大学研究生算法分析课的作业.实现了(Udi Manber 黄林鹏 电子工业出版社)第五章中的大部分算法-Shanghai Jiaotong University Graduate Course algorithm analysis work. Achieved
- 2022-12-02 02:30:03下载
- 积分:1
-
最小二乘法多次曲线拟合.exe
最小二乘法多次曲线拟合.exe-Using least squares algorithm on Multi-times curve fitting.exe
- 2022-01-24 18:40:38下载
- 积分:1
-
Based on direct LU decomposition method, to solve complex coefficients equations...
基于LU分解的直接求解方法,求解复系数方程组A.x=b的解-Based on direct LU decomposition method, to solve complex coefficients equations Ax = b solution
- 2022-02-01 04:50:07下载
- 积分:1
-
A program to find frequent molecular (subst ructures and discriminative fragment...
A program to find frequent molecular substructures and discriminative fragments in a database of molecule descriptions. The algorithm is based on the Eclat algorithm for frequent item set mining.-A program to find frequent molecular (subst ructures and discriminative fragments in a dat abase of molecule descriptions. The algorithm is based on the algorithm for frequent Eclat ite m set mining.
- 2022-08-11 00:52:41下载
- 积分:1
-
BMPTOYUV的C实现,附详细注释
资源描述
视频格式转码的C实现,bmp to yuv, 附详细注释。上传的源代码属于个人原创,非抄袭,从来没有上传过,已编译通过,我自己的硕士论文里头已经用过了,绝对真实可信
- 2022-11-15 04:20:02下载
- 积分:1
-
操作系统中的进程调度算法
操作系统中的进程调度算法-operating system, the process of scheduling algorithm
- 2022-12-26 12:00:04下载
- 积分: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