-
很简单的程序,可以远程通过MDL laserace300火激光测距仪…
Very simple program that can fire laser rangefinder MDL laserACE300 remotly via rs232 and register output to file - work only with this type and ither my programs can fire many MDL s-Very simple program that can fire laser rangefinder MDL laserACE300 remotly via rs232 and register output to file- work only with this type and ither my programs can fire many MDL s
- 2023-08-06 17:55:03下载
- 积分:1
-
数据结构课程设计链表
本程序是利用链表用C++实现多项式的加减程序微分积分等运算,可以直接使用,运算结果已经经过仿真验证,对于数据结构链表感兴趣的初学者可以看一下,里面几乎涵盖了所有的链表的操作。
- 2022-04-14 18:42:58下载
- 积分:1
-
大数阶乘,能计算超大数的阶乘,算法简单易懂,采用数组存储计算结果!本算法也可以改进采用链表存储结果!...
大数阶乘,能计算超大数的阶乘,算法简单易懂,采用数组存储计算结果!本算法也可以改进采用链表存储结果!-majority factorial, which calculates the number of super factorial, the algorithm is simple to understand and use storage arrays results! The algorithm also can be improved using Chain store results!
- 2022-02-02 20:08:23下载
- 积分:1
-
同伦方法解决非线性方程组
这是一个使用同伦算法来解决非线性方程的matlab源程序,可以嵌入任何非线性方程组,从而对非线性方程组进行求解,减少使用者的很多繁琐步骤
- 2022-04-15 12:35:24下载
- 积分:1
-
Qt朴素贝叶斯算法代码
用Qt完成朴素贝叶斯算法,界面美观,可读性强,健壮性和时间复杂度较好,适合广大的初学者学习朴素贝叶斯算法,对算法教学也有很大的帮助,可用于嵌入式方面的研究。
- 2022-05-22 07:57:40下载
- 积分:1
-
c + + 代码计算大型数的因子的总和
这是一个真正棘手的问题为正整数 x 让定义函数 f (x) = 1 * (1! + x) + 2 * (2! + x) +。+ x * (x! + x)."k!"意味着阶乘: k != 1 * 2 * ..* k 厨师想要计算 F(p1) + F(p2) +......+ F(pn)。答案可能是大的帮助他,计算模 m.InputFirst 线的值包含两个整数 n 和 m.Next 行包含 n 以空格分隔的整数 pi。
- 2022-03-05 15:13:21下载
- 积分:1
-
这是一个师兄编的程序,用于多类分类和函数回归。
这是一个师兄编的程序,用于多类分类和函数回归。-This is a senior allocation procedures, for use in multi-category classification and regression function.
- 2022-04-08 16:32:52下载
- 积分:1
-
PSD使用BT /应收/方法,让汽车
PSD采用BT/AR/方法,得到自相关函数
- 2022-01-25 19:52:12下载
- 积分:1
-
快速排序、归并排序与选择排序平均时间之比较
/*----------------------选择排序-----------------------------*/
void SelectSort(int data[],int low,int high)
{
for(int i=low;i
- 2022-03-18 12:13:58下载
- 积分:1
-
字母数字简写展开(例:a~d => abcd)
资源描述
输入一个字符串,将字母和数字 简写形式展开(例:a~d => abcd)
例如输入:hello a~d world 1~9 ok
输出:hello abcd world 123456789 ok
- 2022-07-14 14:13:45下载
- 积分:1