搜索资源列表
radon_wigner
- 自己编写的调试通过的radon变换+wigner变换求得峰值点坐标
shibing.cpp
- 在一个划分成网格的操场上,n个士兵散乱地站在网格点上。网格点由整数坐标(x,y)表示。士兵们可以沿网格边上、下、左、右移动一步,但在同一时刻任一网格点上只能有一名士兵。按照军官的命令,士兵们要整齐地列成一个水平队列,即排列成(x,y),(x+1,y),…,(x+n-1,y)。如何选择x 和y的值才能使士兵们以最少的总移动步数排成一列。 实验任务:计算使所有士兵排成一行需要的最少移动步数。
mdsimulation
- CRYSTAL_COORDINATES是一个FORTRAN90程序,使用双精度运算,它产生,一套4 * NX的*NY*NZ 的坐标,分在一个长方形块NX*NY*NZ单元内。 用户可以指定单元的宽度,每一个点的最大的随机位移。 坐标数据写入到一个文件,可用于可视化,或更可能作为初始条件的坐标分子在分子动力学模拟。-CRYSTAL_COORDINATES is a FORTRAN90 program, using double precision arithmetic, wh
yuanxing
- 编写C++程序完成以下功能: (1)定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2)定义一个圆形类,其属性包括圆心和半径; (3)创建两个圆形对象,提示用户输入圆心坐标和半径,判断两个圆是否相交,并输出结果。 -The preparation of C++ program to accomplish the following functions: (1) defines a Point class, whose properties include
regiongrow_test
- VC编写的区域增长源码,可以得到一帧图像中特征点的中心坐标-VC source code written in regional growth, can be a center of the image coordinates of feature points
main1
- 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。-1, rectangular Write a c++ program to complete the fo
tubao
- 算法课程中一个给出N个点和坐标,求取一个凸包的程序-Algorithm for a course coordinates are given N points and strike a convex program
shuzigaocheng1
- 随机生成100个点的三维坐标,并输出三维坐标对的文本文档-Randomly generated 100 points into the three-dimensional coordinates, and outputs the three-dimensional coordinates of the text document
Bezie
- 双三次Bezier曲面的绘制,16个二维点坐标,可以旋转。-Bicubic Bezier surface rendering
Touch-screen-routines
- 这是程序演示如何使用触摸屏功能,上电后,显示校准界面,按下界面提示的校准点后,进入主界面。主界面会实时显示触笔的坐标。-Is this application demonstrates how to use the touch screen function, after power on, according to the calibration interface, press the screen tips after calibration point, enter the main i
zuobiao2
- 基于非线性模型的多公共点二维坐标转换,在测绘工程上适用性很强-Based on the nonlinear model of the public more two-dimensional coordinate transformation, on the surveying and mapping engineering applicability is very strong
cyst_phantom
- 是丹麦杰森field ii的囊肿模模型,详细提供了10万个点的坐标和发射强度,适合超声仿真使用-Is Jason of Denmark field cyst model II, with providing the coordinates of 100000 points and the emission intensity for ultrasound simulation
Optimization-correlation
- 1.约束优化问题: minRosen(Rosen梯度法求解约束多维函数的极值)(算法还有bug) minPF(外点罚函数法解线性等式约束) minGeneralPF(外点罚函数法解一般等式约束) minNF(内点罚函数法) minMixFun(混合罚函数法) minJSMixFun(混合罚函数加速法) minFactor(乘子法) minconPS(坐标轮换法)(算法还有bug) minconSimpSearch2(复合形法) -Optimization
yyxhaty92
- 本代码实现:由两点的坐标计算两点间的距离,方位角;还可通过距离,方位角计算点的坐标-This code implements: by two coordinates to calculate the distance between two points, azimuth
5360162
- 本代码实现:由两点的坐标计算两点间的距离,方位角;还可通过距离,方位角计算点的坐标()