-
Convert function from Hex to bi
Convert function from Hex to bi
- 2022-08-10 10:07:46下载
- 积分:1
-
classical mathematical problem
经典的数学问题――百鸡问题的VC源码。-classical mathematical problem-- the 100 chicken VC source.
- 2022-04-12 21:59:53下载
- 积分:1
-
粒子滤波重采样(13种方法)resampling methods for particle filtering
I have developed a serial of resampling methods for particle filtering in Matlab as attached below in separate .m files that you may have interest and that you may have better implementation than me, or if you have any question, your feedback will be appreciated.
These resampling methods together with their pseudo-codes
- 2022-06-12 23:28:12下载
- 积分:1
-
6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!...
6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!-six approximation with the fitting of the C source code, examples, from the "C language commonly used numerical procedures," and so I have been put to test available!
- 2023-09-07 17:15:02下载
- 积分:1
-
短小精悍的C语言标准函数库。提供450个以上的可移植的算法和工具代码。...
短小精悍的C语言标准函数库。提供450个以上的可移植的算法和工具代码。-terse and forceful language standard C libraries. For more than 450 portable code algorithms and tools.
- 2022-11-16 18:35:03下载
- 积分:1
-
摄像头代码
应用背景是在校赛中用的,是一个摄像头的算法,识别弯道,直角等在单行黑线边沿检测提取算法的基础上,我们可以根据10行的
数据中每行黑线位置与10行平均位置(参考 公式1)之相对位移,
然后求10行相对位移之和(公式2 )。最后根据该值的大小并且结关键技术偶尔在切线位置处出现小于10的情况,但是作为弯道的判断已经足
够了,而且随着曲率半径的减小curve值也会相应的增大。因此可以
根据curve的值来设置几个阀值,判断赛车前方的路况信息,决定赛
车是否减速。同时速度控制算法可以采用以curve为变量的P控制:
__×_ _
SPEED MAX SPEED MIN
Speed curve SPEED MIN
CURVE VALVE
−
=+ (公式3 )
但是转向舵机的控制如果也采用以curve为参数的P
- 2022-06-16 19:03:49下载
- 积分:1
-
C语言编的汉诺塔计算
C语言编的汉诺塔计算-series of the C language HANOR calculation
- 2022-05-23 22:25:06下载
- 积分:1
-
monte carlo方法在各个方面中的小应用
monte carlo方法在各个方面中的小应用-monte carlo method in all aspects of small applications
- 2022-02-10 11:48:07下载
- 积分:1
-
builder c++ borland
您好,该程序在builder c++,它是一个简单的例子
- 2022-04-15 17:10:48下载
- 积分: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