-
一个订单多个工件的柔性工艺路线规划
采用遗传算法,解决一个订单多个工件的柔性工艺路线规划问题。此程序各个功能均以单个function写出,清晰明了,可以用于结局所有类似问题。
- 2023-05-29 21:25:02下载
- 积分:1
-
数据结构
数学计算
数 据结构
数学计算
数据结构
数学计算...
数据结构
数学计算
数 据结构
数学计算
数据结构
数学计算
-data structure calculation data structure calculation data structure mathematical calculations
- 2022-07-06 16:24:27下载
- 积分:1
-
四轴飞行器(实现平衡调节)
应用背景通过遥控器可以控制四轴的姿态,同时四轴的姿态也可以通过蓝牙的数据传输,从上位机观测四轴的姿态。在这里我们通过调节PID的参数来完成对四轴的控制,而姿态的解析算法则是通过IMU算法来完成,用四元数进行计算,方便计算。 关键技术编程方式采用C语言编程,主控芯片采用STM32,主频速度可以达到72M,控制周期为2ms,在算法中,控制算法使用了PID控制算法,在调节参数时,先调节PD,一个是回复里,一个是阻尼力,再调节I,消除静态误差,从而使得四轴飞行器可以很稳地飞上高空,未来打算加上定高。
- 2023-02-03 17:10:04下载
- 积分:1
-
二叉树算法实现
/*
二叉树搜索, 前序: 中左右; 中序: 左中右; 后序: 左右中
A(4)
+-------+-------+
B(2) C(9)
+--+--+ +-----+-----+
D(1) E(3) F(5)
+--+--+
&
- 2022-04-22 08:49:28下载
- 积分:1
-
walksat 找到一种令人满意的 cnf 公式模型
Walksat 规格
Walksat 试图找到一种令人满意的 cnf 公式模型。
格式是.cnf 格式:
c 在文件的开头的可选注释。
c"p"行指定 cnf 格式、 编号 var、 数字通则
c 变量的编号从 1 开始的
c 每个子句结束与 0
p cnf 3 2
1-3 0
2 3-1 0
Walksat 读取从标准中 (或从作为命令指定的文件
线参数) 并将写入到标准输出 (和标准错误)。 到
获取的命令行选项,类型列表
walksat-帮助
(或其他任何非法的选项)。
- 2023-04-14 06:25:03下载
- 积分:1
-
有关kalman滤波及其一些变形滤波算法
有关kalman滤波及其一些变形滤波算法-Kalman filtering and some of the relevant deformation filtering algorithm
- 2022-04-28 09:55:49下载
- 积分:1
-
GMP is a free library for arbitrary precision arithmetic, operating on signed in...
GMP是计算任意精度的数学库, 包括支持整数,有理数和浮点. GMP包括大量的接口函数.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.
- 2022-02-25 15:30:33下载
- 积分:1
-
01背包问题,C++语言,01背包问题的实现
01背包问题c语言实现
01背包问题c语言实现-01 knapsack problem c language c language of 01 knapsack problem implementation
- 2023-07-21 15:55:03下载
- 积分:1
-
正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是...
正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是2 个正整数,a≤b,找出a 和b之间约数个数最多的数x。
对于给定的2 个正整数a≤b,编程计算a 和b 之间约数个数最多的数。
数据输入
输入数据由文件名为input.txt的文本文件提供。文件的第1 行有2 个正整数a和b。
结果输出
程序运行结束时,若找到的a 和b 之间约数个数最多的数是x,将div(x)输出到文件output.txt中。
输入文件示例 输出文件示例
input.txt output.txt
1 36 9
-Positive integer x can be about a few of the positive integer x divisible. Positive integer x the approximate number recorded as the number of div (x). For example, 1,2,5,10 are about 10 positive integer number, and div (10) = 4. Set a and b are two positive integers, a ≤ b, to find a and b between about a few number of the largest number of x. For a given two positive integers a ≤ b, Programming calculated a and b between about a few number of the largest number. Data entry input data from the document text file named input.txt provide. File line 1 has two positive integers a and b. The results run the end of the output, if found between a and b of about a few number o
- 2023-04-13 05:20:03下载
- 积分:1
-
棋盘覆盖 applet小程序
棋盘覆盖 applet小程序-chessboard coverage applet small program
- 2022-06-21 13:03:27下载
- 积分:1