搜索资源列表
difference
- 关于差分方程的一个程序,很简的二维椭圆方程,区域是1x1-differential equations on a procedure for the very simple two-dimensional elliptic equation, the region is 1x1
nearpiont
- 最接近点对问题是求二维坐标中的点对问题,该算法是为了将平面上点集S线性分割为大小大致相等的2个子集S1和S2,我们选取一垂直线l:x=m来作为分割直线。其中m为S中各点x坐标的中位数。由此将S分割为S1={p∈S|px≤m}和S2={p∈S|px>m}。从而使S1和S2分别位于直线l的左侧和右侧,且S=S1∪S2 。由于m是S中各点x坐标值的中位数,因此S1和S2中的点数大致相等。 递归地在S1和S2上解最接近点对问题,我们分别得到S1和S2中的最小距离δ1和δ2。现设δ=min(δ
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
sharePfisher
- 确定投影方向使得降维以后,样本不但线性可分,而且可分性更好-Determine the projection direction makes dimensionality reduction, sample not only linearly separable, and a better separability
delauney
- 用Fortran开发三维球面delauney三角网剖分程序可用于曲面造型、最小生成树应用领域-Fortran development with three-dimensional spherical delauney Triangulation program can be used for surface modeling, minimum spanning tree applications
sjpf
- 三角剖分求二维平面上的点集的一个最小生成树,算法复杂度为O(nlogn)。-Seeking two-dimensional triangulation of points on the set of a minimum spanning tree, the algorithm complexity is O (nlogn).
FRACTAL_A
- 分形景物模拟,利用二维迭代插值算法模拟 VC6.0-Fractal landscape modeling, iterative interpolation algorithm using two-dimensional simulation of
2d-Raw11.16
- 否定选择算法的实现,用的是两维数据,里面有两个文体分别是自体数据和检测数据-Negative selection algorithm, using a two-dimensional data, which are the two sports from the volume data and test data
cPP
- 求出平均分、最高分和最低分,冒泡法排序,求绝对值函数,可以对整型、双精度型、字符型数据(ascii值)、复数求绝对值。二维数组的行和列元素互换,三个字符串,要求找出其中最大者,字符串拷贝的函数-Find the average, highest and lowest points, bubble sort method, find the absolute value function, can be an integer, double, character data (ascii value
PtsCompress
- 基于八叉树的三维激光扫描点云数据压缩,根据曲率进行分块压缩。-Point cloud compress based on october
2
- 实现手动生成一个n×m矩阵的迷宫,寻找一条从入口点到出口点的通路。迷宫有很多的分岔口,搜索整个迷宫,实际上这是对栈和回溯算法的综合操作。 要实现的主要功能: (1)创建迷宫,将输入的迷宫数据存储到二维数组中。 (2)显示迷宫,将创建的迷宫以方阵的形式显示出来。 (3)查找路径,分别用非递归算法和递归算法查找迷宫路径。 (4)输出路径,用三元组(i,j,d)的形式输出和方阵的形式输出。 (5).恢复迷宫,把探索过后的迷宫数据恢复。 -Manually generate
fractalbox
- 灰度图像直方图的计算,超级好用的啊,可以通过它获得图像的分形维数等等,内存小,功能大-Gray image histogram calculation, super nice ah, you can get through it the fractal dimension of the image, and so on, the memory is small, functional large
FDTD
- fd快速算法,实现数据的时域差分算法。包含一维和二维的算法-fd fast algorithm, difference time-domain algorithm data.
8627558
- 三维非线性薛定鄂方程的有限差分解法的源程序()