CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 2D

搜索资源列表

  1. td

    0下载:
  2. 二维点集合聚类的图像化演示程序 用它可以很直观的看到聚类的整个过程-2D point set of images of the cluster demo program can use it directly to see the whole process of clustering
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:46251
    • 提供者:谢树生
  1. aaa

    1下载:
  2. 分治法解决最近对问题 画一条垂直线x=c,把这些给定点分为两个包含n/2个点的子集S1和S2,使得n/2个点位于直线的左侧或直线上,另外n/2个点位于直线的右侧或直线上;遵循分治法的思想,递归地求出左子集S1和右子集S2中的最近对,分别为d1与d2;之后d=min{d1,d2}。合并过程:在以垂线x=c为对称轴,2d为宽度的区域内求最近两个点的距离,记为d3;求D=min{d,d3};
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1467
    • 提供者:王鹏
  1. duct4

    0下载:
  2. duct.f computes a fully developed viscous laminar flow in a rectangular channel of aspect ratio b/a (=bar). solve the equation: d^2u/dx^2 + d^2u/dy^2 = -1, -a<x<a, -b<y<b method of discretisation: 3-point centered differences
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-23
    • 文件大小:2548
    • 提供者:Barboy
  1. 2DBall

    0下载:
  2. 有关2D凸包的算法,1. 排序更简单,只是简单的比较,没有运算. 2. 起始点更好找,就是排序后的第一个点. 3. 可以很好地处理特殊情况(共线).-The 2D convex hull algorithm, 1. Sorting easier, just a simple comparison, there is no operation. 2. To find a better starting point, that is sort of a point after the fir
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2859
    • 提供者:jiangli
  1. MATSUM

    0下载:
  2. Implementation of 2d Binary Indexed Tr-Implementation of 2d Binary Indexed Tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:587
    • 提供者:sn
  1. Win32_3DViewer

    0下载:
  2. A code to display a 3d model http://www.cppfrance.com/codes/VIEWER-3D-GENERATEUR-2D-WIN32-OPENGL-VCPLUSPLUS7_29029.aspx
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:258185
    • 提供者:silkan
  1. 2d-Raw11.16

    0下载:
  2. 否定选择算法的实现,用的是两维数据,里面有两个文体分别是自体数据和检测数据-Negative selection algorithm, using a two-dimensional data, which are the two sports from the volume data and test data
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:82652
    • 提供者:ARTHAS
  1. FluidosVF

    0下载:
  2. SPH 2D in visual c++ for simulation of fluids
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:573054
    • 提供者:Himi
  1. kdtree_cpp_warpper

    0下载:
  2. 实现对John Tsiombikas的C语言版的kdtree算法的C++封装,实现了最近邻查询已经指定距离搜索。复杂度NLOG(N),非常快。-A c++ wrapper of John Tsiombikas s library for working with 2d/3d kd-trees
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:10259
    • 提供者:highrisk
  1. 2DDICE

    0下载:
  2. 2D骰子轨迹算法算的虽然不是特别好但是还可以把,希望对你有帮助。-Algorithm for calculation of 2D dice track, though not particularly good, but can also hope to help you.
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2514465
    • 提供者:宋昆
  1. 2d-array-Operator-overloading

    0下载:
  2. 对二维数组进行运算符+、—的重载,一个使用成员函数,另一个使用友元函数-Add and Subtraction between Two dimensional arrays,using Operator overloading.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:767
    • 提供者:janison
  1. MathEngine

    0下载:
  2. 这是一个数学引擎的源码.包含了2D 3D各种运算的支持.定义了各种数据结构.编译后生成链接库.-This is a mathematical engine source. Contains 2 D 3 D various operations support. Defines all kinds of data structure. Compiler to create link libraries
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:306909
    • 提供者:铁峰
  1. 073

    0下载:
  2. 模拟水纹扩散,本例程是模拟水纹扩散的纯C语言程序,模拟的水纹扩散形象逼真。;-water emit 2D map
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1557
    • 提供者:罗元胜
  1. 2weixianduanshu

    0下载:
  2. 二维线段树,一种重要的数据结构,不过复杂度比较高,只能解决小数据的问题-2D segment tree, an important data structure, but the complexity is relatively high, can only solve the problem of small data
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:1089
    • 提供者:可可
  1. Delaunay

    0下载:
  2. 用于2D情况下的Delaunay快速三角插值,是二维地震建模的基础!-For the a fast Delaunay triangulation interpolation in the 2D case, is the basis of the two-dimensional seismic modeling!
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:4935
    • 提供者:gaoyang
  1. erweiwenliyingshe

    0下载:
  2. 用二维纹理映射方法,生成并显示将一幅图像表示的颜色纹理映射到一个物体(如立方体、球体)-2D texture mapping method, to generate and display an image representation of the color texture mapped to an object (such as cubes, spheres)
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:2691
    • 提供者:pang
  1. LBM_D2Q9

    0下载:
  2. 计算2d空腔流,能够很好地显示计算结果,很有参考价值-simulation of fluid
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:4147
    • 提供者:future
  1. Example

    0下载:
  2. matlab有限元分析1D杆结构,2D热扩散问题,2D弹性问题,2D梁受力问题-matlab finite element analysis of 1D bar structure, 2D thermal diffusion problem, 2D elasticity problems, 2D Beams problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:50223
    • 提供者:Shuai
  1. code

    0下载:
  2. 2D cavity flow- without pressure- contour map for temperature, velocity in U and V direction.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1863
    • 提供者:ashkan
  1. euler

    0下载:
  2. Solve the Euler 2D system with Python. TP teached by Hedia Chaker
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3262
    • 提供者:said
« 12 »
搜珍网 www.dssz.com