-
c语言程序
c语言程序,无论初学还是一些深入程序,都可以在这里找到,希望可以帮到你,有点语言问题,不大会写,请原谅,
- 2022-05-18 09:31:19下载
- 积分: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
-
字符串近似匹配PEX算法(k+1分片算法)
字符串近似匹配PEX算法(又称k+1分片算法),查找出模式串在目标串中所有近似匹配位置。算法中使用了一种多字符串匹配算法MultipleBNDM,代码也已提供。-PEX,String approximately matching
- 2022-02-01 16:52:37下载
- 积分:1
-
这个想法是从“模糊效果:感知和估计与新的不
The idea is from "The Blur Effect: Perception and Estimation with a New No-Reference Perceptual Blur Metric"
Crété-Roffet F., Dolmiere T., Ladret P., Nicolas M. - GRENOBLE - 2007
In SPIE proceedings - SPIE Electronic Imaging Symposium Conf Human Vision and Electronic Imaging, É tats-Unis d Amérique (2007)-Measure the blur level of still image.
- 2022-03-13 23:14:02下载
- 积分:1
-
四次及四次以下多项式拟和程序,可在c或c++环境下运行
四次及四次以下多项式拟和程序,可在c或c++环境下运行-Polynomial fit arithmetic witch could been run in C or C++ environment
- 2022-09-13 23:05:03下载
- 积分:1
-
方块填数
本题为6*6的方块由“ABCDEF”6个字符填充,需要满足的条件如下:
1. 所填字母只允许是A,B,C,D,E,F 中的某一个。
(我们只要赋值的时候不赋其它的值,基本这一条就不需要另写一个函数了,
本题我也写了一个,可作参考)
2. 每行的6个小格中,所填写的字母不能重复。(这个我们都懂)
3. 每列的6个小格中,所填写的字母不能重复。(这个我们也懂,只不过是行改成列了)
4. 每个分组(参见图中不同颜色表示)包含的6个小格中,所填写的字母不能重复。
(这个的话我们只要在相同的颜色当中不能填充相同的字母即可)
- 2022-03-06 08:09:52下载
- 积分:1
-
基于最小二乘原理的曲线拟合程序
基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
- 2022-07-14 22:15:41下载
- 积分:1
-
计算机数值分析算法源代码,科学与工程数值算法(Visual+C版)
计算机数值分析算法源代码,科学与工程数值算法(Visual+C版)-Computer numerical analysis algorithm source code, science and engineering numerical algorithm (Visual+ C version)
- 2022-12-08 17:30:03下载
- 积分:1
-
Discrete-Continuous Optimization for Multi-Target Tracking
A matlab program for multi-target tracking,The problem of multi-target tracking is comprised of two distinct, but tightly coupled challenges: (i) the naturally discrete
problem of data association, i.e. assigning image observations to the appropriate target; (ii) the naturally continuous
problem of trajectory estimation, i.e. recovering the trajectories of all targets. To go beyond simple greedy solutions for data association, recent approaches often
- 2023-01-02 11:40:18下载
- 积分:1
-
校园巡逻机器人定位与避障技术研究
资源描述(1)针对校园环境范围大、结构简单的特点,结合RFID传感器信息传递
功能,提出一种大范围拓扑环境学习与建模新方法。根据校园环境上下文信息
需求,设计RFID标签格式,指导机器人进行环境学习,且以标签的分布代表
环境整体结构,由标签内容传递导航任务,由此构建环境模型。
(2)针对激光数据存在噪声干扰的问题,设计了一种动态自适应中值滤
波方法,利用激光数据时间和空间上的相关性,剔除噪声干扰,平滑激光数据。
- 2022-01-22 08:31:21下载
- 积分:1