-
Length Unit Converter
你好?
- 2022-06-15 21:36:03下载
- 积分:1
-
样条曲线绘制
采用C#语言编写的的三次样条曲线算法,实现曲线光滑绘制,运行速度快,适合初学者
- 2022-03-23 11:22:58下载
- 积分:1
-
甚至在一个给定的数字的位数计数
如何进行计数的甚至在一个给定的数字位数。在这里我们使用如果数完全除以 2(an integer) 那么它是奇数或者偶数的概念。
- 2022-01-21 00:31:16下载
- 积分:1
-
最小二乘法的基本原理和多项式拟合,纯数学讲解,仅供理论学习参考。...
最小二乘法的基本原理和多项式拟合,纯数学讲解,仅供理论学习参考。-The basic principles of least squares and polynomial fitting, pure mathematics to explain, only theoretical study reference.
- 2022-03-05 11:01:29下载
- 积分:1
-
实用的组合导航MATLAB代码
惯性导航系统输出和GPS的组合导航代码,能够实现位置和速度等参数的输出,输入为惯性测量数据,包括角速度和加速度信息,组合导航方程为运用15个状态的方程,和6个状态的观测方程。
- 2022-03-24 19:42:23下载
- 积分:1
-
求交换变量值的代码:要求编写一个函数实现两个整型变量交换彼此的数值。...
求交换变量值的代码:要求编写一个函数实现两个整型变量交换彼此的数值。
- 2022-04-06 14:11:49下载
- 积分:1
-
图像分割Graphcut
Graph Cut方法是基于颜色统计采样的方法,因此对前背景相差较大的图像效果较佳。同时,比例系数lambda的调节直接影响到最终的分割效果。
- 2023-07-31 21:30:02下载
- 积分:1
-
主要用于半导体激光器的调制程序的计算;…
主要用于计算半导体激光器调制的程序;可以针对常用的半导体激光器的调制进行数值分析-mainly used in the calculation of the semiconductor laser modulation procedures; can address common semiconductor laser modulation Numerical Analysis
- 2023-03-13 07:10:04下载
- 积分:1
-
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可
1.与前面所有的数不重复
2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Central: 1-10 from 10 the number of put this into a ring, asked the two adjacent numbers and is a prime number. 〗 〖Analysis is a retrospective this topic. From 1 year, 9 out of every space possible, each may be bound by the conditions of accession to 1. And in front of all the number of non-repetition, 2. With a few and for a prime number (the last and the first to meet). 1〗 〖algorithm processes the data to initialize 2, fill in the number of recursion: first to determine the legality of J possible A, if the legitimate: the number of Reclamation to determine whether the target (10 have been completed): Yes, print the results of not, fill in the next recursive B, if not legitimate: a possible alternative
- 2022-03-13 12:39:07下载
- 积分:1
-
蚁群优化
这是蚁群算法的代码。它只是表明,该算法没有别的。
有益借鉴前瞻性。
- 2022-03-03 10:33:51下载
- 积分:1