-
判断一点是否在多边形内
本程序判断一点是否在任意多边形内,任意多边形要求是各边不能相互交叉。
- 2022-12-09 01:10:03下载
- 积分:1
-
把CString格式转化为Char
void CRSLAIDoc::CString2Char(CString TempCString,char ch[])
{
int i;
char *tmpch;
int wLen=WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,NULL,0,NULL,NULL);
tmpch=new char[wLen+1];
WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,tmpch,wLen,NULL,NULL);
for(i=0;tmpch[i]!="
- 2023-04-25 23:50:03下载
- 积分:1
-
曲线拟合小工具,包括对数拟合,多项式拟合,直线拟合,指数拟合,乘幂拟合...
曲线拟合小工具,包括对数拟合,多项式拟合,直线拟合,指数拟合,乘幂拟合-Curve fitting of small tools, including on the number of fitting, polynomial fitting, straight fitting, exponential fitting, by fitting power
- 2022-02-04 09:17:49下载
- 积分:1
-
信号傅立叶变换的幅度图和频谱图的示例
信号傅立叶变换的幅度图和频谱图的示例...
信号傅立叶变换的幅度图和频谱图的示例
信号傅立叶变换的幅度图和频谱图的示例-signal Fourier transform spectrum range map and the map of the signal sample rate Fourier Transform map and the map of the sample spectrum
- 2023-04-03 09:35:04下载
- 积分:1
-
最小二乘法线性拟合,数值计算方法中的一种经典算法
最小二乘法线性拟合,数值计算方法中的一种经典算法-Least_squares algorithm linear fitting curves,A kind of classic algorithm of the number calculation
- 2022-04-23 19:05:57下载
- 积分:1
-
定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法....
定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
- 2022-05-15 07:36:59下载
- 积分:1
-
椭圆拟合的误差算法,拟合点到椭圆心的距离减去拟合点对应在椭圆上的点到椭圆心的距离,有效分析椭圆拟合的误差问题,并让其在对话框中显示出来...
椭圆拟合的误差算法,拟合点到椭圆心的距离减去拟合点对应在椭圆上的点到椭圆心的距离,有效分析椭圆拟合的误差问题,并让其在对话框中显示出来-The error ellipse fitting algorithm, fitting point to the ellipse center distance minus the corresponding fitting point on the ellipse to the ellipse center point of the distance, the effective analysis of the error ellipse fitting problem, and let it be shown in the dialog box
- 2022-03-18 15:29:28下载
- 积分:1
-
二叉树的递归与非递归遍历(Java描述),高效实现Josephus算法,合并有序链表,基于队列实现的基数排序,栈.回溯.迷宫问题求解。5个算法的源程序。...
二叉树的递归与非递归遍历(Java描述),高效实现Josephus算法,合并有序链表,基于队列实现的基数排序,栈.回溯.迷宫问题求解。5个算法的源程序。-Recursive and non recursive binary tree traversal (Java description), efficient algorithms to achieve Josephus, merging sorted linked list, queue-based implementation of radix sort, stack. Backtracking. Maze problem-solving. 5 algorithm source code.
- 2022-04-25 12:32:36下载
- 积分:1
-
递归方法的汉诺塔问题,网上大多没有界面,这个有界面,有游戏功能!...
递归方法的汉诺塔问题,网上大多没有界面,这个有界面,有游戏功能!-Recursive method of Hanoi Tower problem, on-line do not have any interface, this interface has gaming features!
- 2022-03-21 06:10:50下载
- 积分:1
-
最小二乘法在曲线拟合中的运用,工程上运用很多。
最小二乘法在曲线拟合中的运用,工程上运用很多。-err
- 2022-05-12 19:13:44下载
- 积分:1