搜索资源列表
trace_animation
- 实现了弧长参数化曲线,可获得匀速,匀加速,匀减速运动时,曲线上点的坐标,并显示,使用opengl显示-realized the length parametric curve, will be uniform, acceleration, deceleration absorbed campaign, the curve coordinates of points, and showed that the use opengl show
EasyDrawHermit
- 本过程是用光滑的曲线(三次参数样条曲线)连接离散点 参数PicHdc表示在上面进行处理的窗体的设备环境句柄 参数PicHwnd表示在上面进行处理的窗体的窗口句柄 参数X(),Y()表示各离散点的坐标 参数Color表示曲线颜色 参数Mode表示三次参数样条曲线的约束条件: 其中0为自由端,1为抛物端(没有考虑夹持端)
KClustering
- 能计算用户输入的聚类,并进行K分。 输出的结果为每次计算的中心点的坐标和每个点到中心的距离
a
- 给出N个点的坐标,求其出凸包,并计算凸包的周长
radon_ambiguity
- %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT na
zouyiwei
- dv-hop的定位算法,已知网络中几个锚节点就可以计算出网络中其他点的坐标,但这种算法有时由于网络密度的稀疏,可能误差会有一些
坐标旋转
- 微气象学中用于涡动相关资料处理的一些程序,包括去野点、坐标旋转、WPL订正等
point_to_line.rar
- 计算点到直线的距离.输入两点坐标确定一个直线,再输入一个点的坐标,计算该点到直线的距离.,Calculated point to the straight line distance. Enter the coordinates of two points determine a straight line, and then input the coordinates of a point, to calculate the straight-line distance between poi
GATSP
- 用遗传算法写的求解TSP问题 四种情况 多旅行商单出发点 多旅行商多出发点 单旅行商以点的坐标计算及以距离矩阵计算-Written by using genetic algorithms for solving TSP problems, four cases: more than a single starting point for traveling salesman, multi-traveling salesman more than a starting point, a singl
position
- 基于单目手眼相机和激光测距仪,提出了一种尺寸未知的空间矩形平面的位姿测量算法。该算法不需要知道矩形平面 的G 个顶点的物体坐标,只需要知道它们的图像坐标、激光点的图像坐标和激光测距结果,就能够计算出尺寸未知空间矩形平 面在相机坐标系下的位姿,并且计算出矩形平面的尺寸。通过建立单目手眼相机和激光测距仪的数学模型,对该算法进行了验 证。实验结果表明,该算法是有效的,可以应用于机器人对空间物体的跟踪、定位以及抓取。-Monocular-based hand-eye cameras and
Euler.tar
- 一个非结构Euler方程的求解器,对于结构网格将点的坐标安((i=1,imax),k=1,kmax)输入后就可以了,适用于任何结构C型网格,但解法是非结构的哦!-A unstructural Euler equations solver, for unstructured grid coordinates of the point An ((i = 1, imax), k = 1, kmax) can be entered after, and apply to any structure, C
1
- 在知道点的坐标或者数量和权重值时,选择最优的路径,这种有的是基于时间有的是基于运费等等,自动找两点路径最短距离!-Know the coordinates of points in the volume and weight or value, the choice of the optimal path, this time based on some because of some freight, etc., automatically find the shortest distance
devide_conquer
- 分治法解最近点对问题:首先输入点的个数,然后输入点的坐标,输出先是根据x的坐标对点进行排序,然后输出最近点对的距离。-Divide and conquer solution of the nearest point of the problem: First, the number of input points, and then enter the coordinates of points, the output first, according to the coordinates of
rat
- 迷宫老鼠 2、以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 迷宫根据一个迷宫数据文件建立。迷宫数据文件由一个包含0、1的矩阵组成。迷宫的通路可以使用通路上各点的坐标序列进行展示(使用图形展示最佳)。-Rat in a maze.
Geometer
- 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
dhgjhdfgkj
- 这是一个可以实现查看图片点的像素坐标,对于需要查看图片点的像素坐标的人来说很有用-This is an implementation point of view the image pixel coordinates, the need to view the image pixel coordinates of points is useful for others! ! !
17-1
- Example: 编译:mpicc including.c –o including 运行:可以使用命令 mpirun –np SIZE including来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=4个处理器。 mpirun –np 4 including 运行结果: 请输入点的个数:6 请输入各点的坐标 0:1 0 1:2 1 2:4 0 3:2 4 4:1 2 5:0 3 请输入要判断点的坐标 2 3
Arc
- 给出空间三维中的三个点的坐标,可以计算出来这三个点决定出来的圆弧,并返回这条圆弧上的1000个点-Three-dimensional space is given the coordinates of three points, three points can be calculated decision to come out of the arc, and return to this point arc on the 1000
LgLt2XY
- 把经纬度表示的两个点转换为两点距离或以第一个点为原点的第二个点的XY坐标-Convert 2 points described in Longitude and Latitude to their distance or coordinate.
代码
- 测试一个名为rectangle的矩形类,其属性为矩形的左下角与右上角两个点的坐标,能计算矩形的面积。(Test a rectangular class called rectangle, its attributes for the rectangular lower left corner and the upper right corner of the coordinates of the two points, you can calculate the area of the rect
