-
椭圆拟合的误差算法,拟合点到椭圆心的距离减去拟合点对应在椭圆上的点到椭圆心的距离,有效分析椭圆拟合的误差问题,并让其在对话框中显示出来...
椭圆拟合的误差算法,拟合点到椭圆心的距离减去拟合点对应在椭圆上的点到椭圆心的距离,有效分析椭圆拟合的误差问题,并让其在对话框中显示出来-The error ellipse fitting algorithm, fitting point to the ellipse center distance minus the corresponding fitting point on the ellipse to the ellipse center point of the distance, the effective analysis of the error ellipse fitting problem, and let it be shown in the dialog box
- 2022-03-18 15:29:28下载
- 积分:1
-
八位2进制相加 就是2进制数的加法 是8位的
八位2进制相加 就是2进制数的加法 是8位的-the code realized the plus arithmetic between 8 bit binary numbers.
- 2022-08-06 09:51:19下载
- 积分:1
-
该程序在TC环境下运行。
按键1
该程序在TC环境下运行。
按键1-6可以画6中常用的不同极坐标曲线。
按按键 q 退出。
你可以添加你想知道或者尝试任何你想象的曲线。-The program runs under the environment in the TC. 1-6 keys can be painted in 6 different commonly used polar curves. Q according to exit button. You can add or you want to know any of you try to imagine the curves.
- 2022-03-17 06:02:24下载
- 积分:1
-
数据结构中迷宫问题的求解(使用栈并且C语言实现)
栈是限定仅在表头进行插入和删除操作的线性表。通常将递归算法转换成非递归算法时需要使用栈。本代码实现了栈的顺序存储结构,对迷宫问题的求解进行了具体实现,并且代码能正确编译及运行。
- 2022-02-28 22:13:11下载
- 积分:1
-
机械的优化设计,完成黄金分割法,其中提前…
机械优化设计,完整黄金分割法,其中有进退法子程序,主函数。-Optimal Design of Machinery, complete golden section method, of which advance and retreat method procedures, the main function.
- 2022-07-09 03:02:17下载
- 积分:1
-
包含几乎所有的排序算法
包含几乎所有的排序算法-contains almost all the Sort Algorithm
- 2022-06-20 03:57:25下载
- 积分:1
-
multiple search tree algorithm performance and Binary Tree Algorithm considerabl...
多重搜索树算法,性能和二叉树算法相当,但是更节省空间-multiple search tree algorithm performance and Binary Tree Algorithm considerable, but the space-saving
- 2022-01-26 00:38:41下载
- 积分:1
-
折半插入排序(C++语言编写)
用C++实现折半插入排序,VC++ 6.0编译通过。算法描述:每趟将一个待排序的关键字,按照其关键字值的大小折半查找到合适的位置,完成插入,直到待排序的关键字 序列为空。 举整理手中牌的例子来说明。每次抽到一张牌后,直接看中间位置的牌,若抽到的牌比中间牌大,再看中间牌到右端的中间位置的牌,如此反复,直到找到插入位置 。
- 2022-01-28 05:29:40下载
- 积分:1
-
Code in java for the Traveling salesman problem. This code is very simple becaus...
Code in java for the Traveling salesman problem. This code is very simple because has only three pages. It s works same.
- 2022-03-04 06:11:45下载
- 积分:1
-
在 Java 中抛硬币
硬币 Tossing,以确定是否有死的还是活的使用。
/ 此小程序允许一个模拟投掷硬币。它使用 random() 方法
/ / 从数学类来随机生成一个 0 和 1 之间的数字。如果
/ / 数是 < 0.5,它被视为一个头。否则,它认为一条尾巴。
/ / 小程序允许一个输入的硬币扔模拟次数
/ / 是进行。它 thens 进行模拟,并报告结果。
- 2022-04-27 07:07:01下载
- 积分:1