-
公式计算例子关于sin方程组
公式计算例子关于sin方程组-formula examples of sin equations
- 2023-04-17 23:25:03下载
- 积分:1
-
用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1Q...
用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1QN格式的位数,比如32位long,程序多处需要修改,有需要的话自己改吧。
-CORDIC algorithm with the two parameters arc tangent. And the accuracy of the CORDIC iteration number, the more the number of iteration, the higher the accuracy. This case accurate to four decimal places. To raise the number of iterations, it has to the increase in a 2:30 format of the median, such as 32 long, multiple procedures need to change, the need to reform it themselves.
- 2022-03-16 10:55:29下载
- 积分:1
-
一个小巧的蚁群算法演示程序,C语言源码,在TC2.0下调试成功!...
一个小巧的蚁群算法演示程序,C语言源码,在TC2.0下调试成功!-A small demo program ant colony algorithm, C language source code, in TC2.0 debugging success!
- 2022-03-18 12:01:14下载
- 积分:1
-
拉法尔喷管
拉瓦尔喷管是推力室的重要组成部分。喷管的前半部是由大变小向中间收缩至一个窄喉。窄喉之后又由小变大向外扩张至箭底。箭体中的气体受高压流入喷嘴的前半部,穿过窄喉后由后半部逸出。这一架构可使气流的速度因喷截面积的变化而变化,使气流从亚音速到音速,直至加速至跨音速。所以,人们把这种喇叭形喷管叫跨音速喷管。由于它是瑞典人拉瓦尔发明的,因此也称为"拉瓦尔喷管"。拉法尔的激波捕捉是一个难点。
- 2022-01-28 14:43:34下载
- 积分:1
-
计算机系统源码
利用c语言实现了计算机的基本功能,给需要的分享一下,希望有所帮助。内有详细注释。A Calculator is achieved with c language.
- 2022-04-22 08:26:51下载
- 积分:1
-
多项式的根
Calculating roots of polynomial
- 2022-04-11 04:00:33下载
- 积分:1
-
the Capacitated Vehicle Routing Problem
The CVRP is a hard combinatorial optimisation problem. The scenario is that a set of depots contains goods to be delivered to customers by a fleet of trucks. Each customer wants a certain integer amount of goods called their demand and each truck can only carry a certain amount called its capacity. All trucks have the same capacity. The objective is to find a set of routes, one for each truck, which minimises the total distance travelled by all trucks (the 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-15 10:54:51下载
- 积分:1
-
camshift+kalam目标检测
资源描述基于vS2010的opencv的camshift+kalam算法检测动态目标进行跟踪
- 2022-01-31 20:05:39下载
- 积分:1
-
汇编语言十六进制转化为二进制和十进制显示
使用汇编语言,将十六进制转化为二进制和十进制并输出显示。从键盘输入一个2位无符号的16进制数(00H~FFH),然后在显示器上同时以二进制和十进制形式显示出来。例如: Pleaseinput N(00H-FFH): 9B N= 9BH = 10011011B = 155
- 2022-04-24 21:29:11下载
- 积分:1
-
基于聚类的医学图像分割法
本程序为M文件,运行环境为matlab, 也可通过matlab转化为C++运行。实现功能:可实现医学图像的自动分割!
- 2023-02-14 12:30:04下载
- 积分:1