登录
首页 » 算法 » 这是C写的贪婪算法之2,在建摸和优化计算中非常有用,欢迎下载!...

这是C写的贪婪算法之2,在建摸和优化计算中非常有用,欢迎下载!...

于 2022-08-06 发布 文件大小:9.71 kB
0 114
下载积分: 2 下载次数: 1

代码说明:

这是C写的贪婪算法之2,在建摸和优化计算中非常有用,欢迎下载!-This is a greedy algorithm written in C of 2, in the modeling and optimization of the calculation is very useful are welcome to download!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 声纳与 arduino 的接口
    这可以作为代码,以解释如何能与 arduino 接口声纳发现。它显示的代码来传递信息的部分的工作点到点的信息。这可以有助于获得正确的工作的 sd 链接和云
    2022-05-28 14:02:24下载
    积分:1
  • 最简练的记忆游戏
    要有简单易懂的交互界面。 2.允许用户输入数字,选择游戏类型,在显示菜单和输入选择过程中要有loading界面 3.按照选择的类型进行游戏,用户根据控制台显示的字符记忆进行输入,如果正确,进入下一关,分数增加并且难度增加 4.要对取胜做出判断,如果记忆的字符输入错误,提示是否继续,是则继续游戏,否则给出分数
    2022-10-20 14:40:03下载
    积分:1
  • 基于opencv的人脸识别
    用opencv的方法实现的人脸识别,通过用opencv自带的分类器实现对人脸的识别,本人已试验过,可以实现对图片中正脸和侧脸的多角度识别,而且还可以改变一下实现对视频中或者是摄像头前的人脸识别,代码仅供参考
    2023-04-03 05:50:03下载
    积分:1
  • 卷积编码器维特比编码器
    卷积编码器 (2 到 5 评级) 和软决定维特比译码器在 MATLAB 中实现 卷积编码器和维特比译码器 %发电机多项式 g1 = [1,0,1,0,0,1,1,1]; g2 = [1,1,1,1,0,1,1,0]; g3 = [0,1,1,1,1,0,0,1]; g4 = [1,0,1,1,0,1,1,0]; g5 = [1,1,1,1,1,0,1,1];
    2023-07-11 21:05:03下载
    积分:1
  • fortan数值计的源代码,如空间光滑出来,非线性拟合等
    fortan数值计算的源代码,如空间光滑出来,非线性拟合等-fortan numerical calculation of the source code, such as spatial smoothing out non-linear fitting, etc.
    2022-06-30 14:42:45下载
    积分:1
  • issue a travel home to travel home to drive a car with the minimum of cost yi us...
    旅行家问题 一个旅行家想驾驶汽车以最少的费yi 用从一个城市到另一个城市(假设出发时油箱是空的)。给定两个城市之间的距离为D1、汽车油箱的容量为C(以升为单位),每升汽油能行驶的距离为 D2,出发点每升汽油价格P和沿途油站数N(N可以为零),油站i离出发点距离Di,每升汽油价格Pi(i=1,2...N)。计算结果四舍五入至小数点后两位。 如果无法到达目的地,则输出“No Solution"。-issue a travel home to travel home to drive a car with the minimum of cost yi used from one city to another city (assuming starting at the fuel tank was empty). Given the two cities for the distance between D1, car fuel tank capacity of the C (in liters) per liter petrol traveling distance to the D2, the starting point liter gasoline prices P and several petrol stations along the N (N can be zero), PFS i distance from the starting point Di per liter Steam oil prices Pi (i = 1,2 ... N). Calculation results rounded to two decimal places. If unable to reach their destination, the export of "No Solution."
    2023-09-07 00:25:03下载
    积分:1
  • 数据挖掘中的聚类,可以作为学习数学
    数据挖掘中聚类的算法,可以作为学习数学算法的时候用,也可以作为自己开发软件时使用-Clustering in data mining algorithms, mathematical algorithms can be used as learning time, and also can develop software as their own use
    2022-06-29 19:05:44下载
    积分:1
  • 矩阵运 用Type类数组创建矩阵对象 matrix(int rows,int cols) //创建矩阵,值为0 matrix(int...
    矩阵运算的算法 用Type类数组创建矩阵对象 matrix(int rows,int cols) //创建矩阵,值为0 matrix(int n) //创建单位阵 matrix(const matrix &) //拷贝构造函数 BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵 modifyrowscols(int rows,int cols) //修改矩阵的行列数 ~matrix() {delete []elems } //析构函数 -matrix algorithm with Type category created matrix array object matrix (int rows, int cols)// create matrix, value of 0 matrix (int n)// create units matrix array (const matrix
    2022-09-14 20:40:04下载
    积分:1
  • 神经网络实现
    人工神经网络(Artificial Neural Networks,简写为ANNs)也简称为神经网络(NNs)或称作连接模型(Connection Model),它是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连 接的关系,从而达到处理信息的目的。 本程序实现了神经网络算法 的框架,只需提供训练集便可运行。
    2023-01-20 11:20:04下载
    积分:1
  • 概念格挖掘关联规则的论文及源代码,程序附在论文的最后,请注意查看,绝对有效...
    概念格挖掘关联规则的论文及源代码,程序附在论文的最后,请注意查看,绝对有效 -concept lattice Mining Association Rules papers and source code, procedures attached to the final paper, to look and totally effective
    2023-08-30 18:05:03下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载