-
3D-FDTD程序计算平行双阵子,可以调整阵子间距和阵子半径。以达到设计一定仰角的目的。-3D-FDTD calculated parallel ago, spacing can be adjusted stream and stream radius. Designed to achieve a certain elevation purposes.
- 2022-05-09 10:33:21下载
- 积分:1
-
该界面可以通过MATLAB命令提示符下进入新用。用户可以。
This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral can be evaluated over a user defined range by using: The composite trapezium, simpsons and gauss-legendre rules. This is useful for calculating accurate probabilities that one might see in statistical tables.
- 2022-02-10 10:26:40下载
- 积分:1
-
冒泡排序
冒泡排序-bubble sort
- 2022-02-01 03:11:51下载
- 积分:1
-
Calculate the derivative of a parametric functions
Calculate the derivative of a parametric functions
- 2022-11-03 21:20: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
-
三维点云网格化
应用背景
三维点云网格化,应用到三维重建中,通过结构光扫描获取的三维点云数据,对点云数据进行重建生成三角面片。
关键技术用边扩展来构建三角网的算法是:
1.选取两数据点,连成初始基线
2.沿基线的固定一侧搜寻第三点,生成第一个Delauney三角形
3.以三角形的两条新边作为新的基线
4.依次重复2,3直至所有的基线处理完毕
所以在算法中分别用了几个函数分别是用来获取第三个点,根据余弦值来判断三角形的,构建三角网的。都是根据算法的思想来的
- 2022-07-03 05:52:54下载
- 积分:1
-
用结构体实现复数数据类型定义并实现复数运算,实现输入数据...
用结构体实现复数数据类型定义并实现复数运算,实现输入数据-Use the structure to achieve the definition of complex data types and to achieve complex operations, the realization of the input data
- 2022-10-31 18:25:03下载
- 积分:1
-
prosecutors iteration of linear equations
sor迭代求解线性方程组-prosecutors iteration of linear equations
- 2022-03-07 17:12:15下载
- 积分:1
-
计算器 WINDOWS MFC的计算器 加减乘除都可以,还可以开方
计算器 WINDOWS MFC的计算器 加减乘除都可以,还可以开方-calculators WINDOWS MFC arithmetic calculators can also be prescribing
- 2022-11-22 00:40:03下载
- 积分:1
-
LEACH 协议
LEACH是一种分层的协议,其中大多数节点发送到簇头,和簇头聚集和压缩数据,并将其转发到基站(汇)。每个节点使用随机算法在每一轮以确定它是否会成为簇头在这一轮。 LEACH假定每个节点具有强大到足以直接到达基站或最近的簇头的无线电,但是,使用这种无线电以全功率的所有时间将浪费能量。对已集群头节点不能成为簇头再次用于P轮,其中P是簇头所需的百分比。此后,每个节点具有成为簇头在每一轮一个1 / P的概率。在每一回合结束时,每个节点是不是一个簇头选择最接近的簇头,并加入该集群。簇头,然后在其集群中的每个节点发送其数据创建一个日程安排。
- 2022-06-30 03:57:11下载
- 积分:1