CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - Convex

搜索资源列表

  1. genetic_src

    0下载:
  2. Genetic algorithm written in C#. It can be used to solve TSP, Time series, non-convex programming problems.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:100.23kb
    • 提供者:刘传凯
  1. DrawLine

    0下载:
  2. 输入多边形的各个顶点(凸多边形)绘出多边形并填充多边形-Importation of all polygon vertices (convex polygon) is drawn and filled polygon polygon
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:75.96kb
    • 提供者:柴巧珍
  1. ConvexHull

    0下载:
  2. Convex Hull Algorithm Implemetation in ASP C#
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:45.73kb
    • 提供者:abhishek
  1. Simplex_

    0下载:
  2. Simplex algorithm - an optimization algorithm for solving linear programming problems by searching the vertices of a convex polyhedron in multidimensional space.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:50.18kb
    • 提供者:Tanya
  1. tubaoC

    0下载:
  2. C#编写的凸包算法,计算机图形学中的东西~C#编写-tubao convex hull algorithm Oh good things
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:33.81kb
    • 提供者:julingbin
  1. projekt6

    0下载:
  2. In mathematics, the convex hull or convex envelope for a set of points X in a real vector space V is the minimal convex set containing X.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:47.49kb
    • 提供者:Frida
  1. my_tubao

    0下载:
  2. Csharp凸包生成程序,自己做的,大家可以拿去用用看看,有什么改进意见,咱们可以讨论,我的邮箱feiyuno2@163.com-Csharp convex hull generator, own, and we can take it with a used look, what improvements, we can discuss, my mailbox feiyuno2@163.com
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:52.57kb
    • 提供者:飞鱼
  1. CONVEXHULL

    0下载:
  2. 周培德翻译的《计算几何:算法设计与分析》中的凸包算法,在Visual Studio2008平台用C#语言编写的基于页面的二维凸包生成程序。本人拥有自主版权!-Zhou s translation, "Computational Geometry: algorithm design and analysis" of the convex hull algorithm, written in C# in Visual Studio2008 platform packet generation pa
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:41.25kb
    • 提供者:sunlu
  1. triangleDiv

    0下载:
  2. 凸多边形的最优剖分triangleDiv。c-The convex polygon optimal split
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:285.93kb
    • 提供者:yuanwenlong
  1. enter

    0下载:
  2. 输入N个点的坐标,判断这N个点能否构成一个凸多边形-Enter the coordinates of N points, to judge whether these N points can constitute a convex polygon
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:3.68kb
    • 提供者:vera
  1. dbx

    0下载:
  2. 输入N个点的坐标_判断能否构成一个凸多边形-Enter the coordinates of the N points _ determine whether to form a convex polygon.
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:3.68kb
    • 提供者:徐洁
  1. ok

    0下载:
  2. 利用.net 制作的凸镜效果,是学习C#的好参考.-Use of net production convex mirror effect, is a good reference for learning C#.
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:845.79kb
    • 提供者:FuRenjian
  1. ym_cs-hcgjdt_MetroLine_hicode

    0下载:
  2. 程序介绍: 凸凸网是中国最好的交通查询网站,包括火车查询,公交查询,地铁查询,提供交通查询的一站式服务 程序调用网站接口实现所有行车查询功能。 技术特点:无需数据库 功能描述:火车查询,公交查询,地铁查询 注意事项:伪静态,需要IIS支持 提示 vs中调试可能需要去除vs自动启用的虚拟目录,否则样式和js可能无法正常加载-Program Descr iption: convex convex network is the best websit
  3. 所属分类:CSharp

    • 发布日期:2017-11-05
    • 文件大小:2.83mb
    • 提供者:guopeng
  1. Delaunay-Triangle

    0下载:
  2. 同时实现三角网和凸包的生成!内附离散点数据!-Triangle network and the convex hull generated at the same time! Enclosing the discrete point data!
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:231.98kb
    • 提供者:张荐铭
  1. mj

    0下载:
  2. 计算凸多边形面积,用c语言编程自动计算,vc6.0-Calculate convex polygon area, automatically calculated using c language programming, vc6.0
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:188.51kb
    • 提供者:卧龙
  1. GrahamFCH

    0下载:
  2. 本代码主要实现土包问题的算法,采用Graham扫描算法,随机生成指定数量的点,求解其凸包。代码中包含注释-The code of the main problems of soil packet algorithm, using Graham scan algorithm to randomly generate a specified number of points, solving its convex hull. Code contains annotations
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:47.05kb
    • 提供者:张森
  1. DEMDelaunay

    0下载:
  2. 生成Delaunay三角网,先自动生成点,再生成凸包,再生成三角网-Generating Delaunay triangulation, the first automatic generation point, and then generate the convex hull, and then generate triangulation
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:71.94kb
    • 提供者:ljj
  1. jmMixing

    0下载:
  2. 利用Csharp编程语言实现某些常用的空间分析算法,要求具备基本的图文功能界面,所有实验均集成在同一系统中,要求实现如下功能 1.曲线抽样算法的实现 要求采用2种不同的算法进行曲线抽样,并分别对抽样的效果进行评价和比较。 2.离散点群空间分布参数的计算 要求计算空间点群的各种空间分布参数,如分布密度、各种分布中心、分布轴线、离散度等。 3.曲线插值与光滑算法的实现 要求利用任意两种不同的插值算法实现曲线的插值与光滑,并进行对比分析。 4.膨胀系数的计算与最小凸包的
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:78.05kb
    • 提供者:jm
  1. sanjiao

    0下载:
  2. 凸多边形最有三角形剖分,实用,有效,较为靠谱。-Most convex polygon triangulation, practical, effective, more reliable.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:157.41kb
    • 提供者:蓝心
  1. gunqiu-master

    0下载:
  2. GIS基本图形算法,包括凸包、凹包、QEM等共计26中,请大家参考-GIS basic graphics algorithms, including convex, concave envelope, QEM a total of 26, please refer to
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1.24mb
    • 提供者:风影
« 12 »
搜珍网 www.dssz.com