-
The use of C++ Realize the Graham scan method (for solving convex hull problems)...
使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。-The use of C++ Realize the Graham scan method (for solving convex hull problems), can be set to generate a random number of points, patterns, and at the same time to support the set display range, display algorithm processing time and the use of document features such as import and export points. (File format for the first four bytes is the number of points, after all points are x coordinates and y coordinates, each account for 4-byte value).
- 2022-02-04 23:48:30下载
- 积分:1
-
dspic 三相电机变频
dspic30F 变频器汇编驱动 三相电机 ,最佳方案,可以加减速。
- 2023-02-19 05:30:03下载
- 积分:1
-
GMP is a free library for arbitrary precision arithmetic, operating on signed in...
GMP是计算任意精度的数学库, 包括支持整数,有理数和浮点. GMP包括大量的接口函数.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.
- 2022-02-25 15:30:33下载
- 积分:1
-
这是关于支持向量机SVM的例子,实用多多,大家可以看一下
这是关于支持向量机SVM的例子,实用多多,大家可以看一下-on support vector machines SVM example, practical arrangement, we can look at the
- 2022-07-21 20:06:42下载
- 积分:1
-
线性表的链式存储结构
实验二 线性表的链式存储结构 题目:设计并实现以下算法:给出用单链表存储多项式的结构,利用后接法生成多项式的单链表结构,实现两个多项式相加的运算,并就地逆置相加后的多项式链式。1. 用户可以根据自己的需求分别输入两个一元多项式,并且能够实现输入的一元多项式的显示。2. 能够完成两个一元多项式的相加功能,而且还能显示相加后的逆置的一元多项式。3. 程序执行的命令包括:(1)构造链表A (2)构造链表B (3)两个链表的相加 (4)求链表的长度 (5)打印(显示)已有的链表 (6)将已相加的链表进行逆序排列
- 2022-10-19 11:50:03下载
- 积分:1
-
Soil non
非线性土体有限源程序,包含接触单元等等,功能挺好
-Soil non-linear finite source
- 2022-05-19 03:16:03下载
- 积分:1
-
遗传算法计算最短路径
mtspf_ga.m是主函数,floyed 是计算任意两点最短路径的算法,myLength 是计算距离的函数,lujing是本例子中所需的数据,只需运行ceshide 即可完美解决“最佳灾情巡视路线问题”。
- 2022-11-18 01:25:03下载
- 积分:1
-
数据结构
快速排序是一种分而治之的排序算法
- 2023-08-27 18:00:06下载
- 积分:1
-
高斯双积分算法
以我的近似 = 双集成 ((f (x,y) dy dx)) 与限制
* 的从集成到 b 为 x 和从 c(x) 到 d(x) 的 y:
*
* 输入: 终结点 a、 b ;正整数 m,n.(假定
* 根 r(i,j) 和系数 c(i,j) 是可供
* i 等于 m 和 n 为 1 < = j < = i。
*
* 输出: 逼近 J 到我。
*/
- 2022-03-14 10:23:13下载
- 积分:1
-
Adaptive step Changlong Grid
自适应步长龙格-库塔法,并给出解含有贝塞尔函数的四阶方程组例子。-Adaptive step Changlong Grid- Kutta method, and gives solutions containing the fourth-order Bessel function equations example.
- 2022-05-08 09:06:19下载
- 积分:1