搜索资源列表

  1. 梅花三弄版dezend V1.0

    0下载:
  2. php开源屠龙刀
    梅花三弄dezend v1.1
    [color=#FF0000]主要增加对用zendguard 4.01进行加密的dezend支持[/color]该类文件开头格式:
    <?php @Zend;
    4147;
    现改为:首行包含Zend的文件为需dezend文件

    *******************************

  3. 所属分类:反汇编

    • 发布日期:2009-02-03
    • 文件大小:1062308
    • 提供者:liu3zy
  1. 救护车调度模拟系统

    0下载:
  2. 用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共有m个可能的呼救点(居民小区、工厂、学校、公司、机关、单位等),分布着n所医院(包含在m个点中),有k辆救护车分派在各医院待命,出现呼救病人时,由急救中心统一指派救护车接送至最近的医院救治。救护车完成一次接送任务后即消毒,并回原处继续待命。假定呼救者与急救中心、急救中心与救护车之
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-01
    • 文件大小:15360
    • 提供者:胡小勇
  1. 二维最近点

    0下载:
  2. 该程序实现对二维数据轴上的最临近点的求解问题 采用方法:分治方法-procedures to achieve the two-dimensional data of the axis points near the methodology used to solve the problem : the administration
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:杨晨
  1. 一维最近点(分治法)1

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得递归进栈的数据很多,消耗系统空间很大,所以处理的个数经测试不超过70个,可见在设计程序时,考虑空间的使用也是很必要的!)-the process of achieving a dimensional data axis near the point of the methodology used to solve the proble
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:杨晨
  1. 一维最近点(分治法)2

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法(找出中位数,两边递归)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : the administration (to identify the median on both sides, the re
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:杨晨
  1. 一维最近点(传统法)1

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:计算每对顶点间的距离,比较之 效率为O(n2)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : for each pair of vertices the distance, a comparison of t
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:杨晨
  1. 一维最近点(传统法)2

    1下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:传统方法2:先排序,然后一次线性扫描,得到最近距离,时间复杂性O(nlogn)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : The traditional two methods : first order
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:杨晨
  1. mylineseg

    0下载:
  2. 线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内7. 求矢量夹角余弦 8. 求线段之间的夹角9. 判断线段是否相交10.判断线段是否相交但不交在端点处11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点 16.判断线段是否相
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:孤星赶月
  1. 计算几何算法

    0下载:
  2. 计算几何常用算法,包括点是否在多边型中,判定两条直线是否相交,平面最近点对-computational geometry algorithm commonly used, including whether a multilateral type in determining whether the intersection of two straight, the nearest point on Plane
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-01
    • 文件大小:3072
    • 提供者:徐灵奇
  1. Divide22.c

    0下载:
  2. 分治算法的实现,输入N个节点数据(如个在一条直线上则只有一个数,平面上则以数据对形式实现),可以得到其中距离最近的两点数据及其距离。-partition algorithm implementation, the importation of N-node data (eg 000 in a straight line only a few. while data on the plane on the form), which can
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:22528
    • 提供者:李风
  1. pointzxh

    0下载:
  2. 平面点集,距离最近的两个点,采用动态规划算法.内有详细说明-planar point set, the nearest two points, dynamic programming algorithm. Are described
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:周狼
  1. lianbiao

    0下载:
  2. 实现链表的数据读入,查找,查找最近点等基本功能,适合于初次学习链表数据结构的学者。-The realization of the data read into the list, find, find the basic functions such as nearest point for the initial learning of the scholars list data structure.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:25600
    • 提供者:zhangwen
  1. nearestpoint

    0下载:
  2. 求最近点对的算法,使用分治法求解最近点对问题-For the nearest point of the algorithm, the use of sub-rule method to solve the problem nearest point
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:xiliting
  1. NearestPoints

    0下载:
  2. 分别利用分治法及穷举法求解最近点对问题,输出查找结果及比较次数。-Use, respectively, sub-rule method and brute-force method for solving the nearest point of the problem, the output and compare the number of search results.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:yushu
  1. zjdd

    0下载:
  2. 用于计算二维平面上一个点集的最近点对,可以计算100000个点的规模-Used to calculate the two-dimensional plane, a set of points the last points, we can calculate the size of 100000 points
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:liam
  1. SiftANN

    0下载:
  2. 实现了SIFT特征点的提取和匹配功能,匹配算法使用的是ANN最相似最近邻居法。-Achieved a SIFT feature point extraction and matching, matching algorithm using ANN is most similar to nearest neighbor method.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-01
    • 文件大小:1782784
    • 提供者:Li Yanli
  1. searchnearestnode

    0下载:
  2. 程序实现给定平面上N个点的坐标,找出距离最近的两个点.程序中是两种方法寻找最近点对。解法一的时间复杂度是O(N^2)解法二的时间复杂度是(N*lg2/lgN)第二种方法较第一种方法在一维情况下,时间复杂度改进了不少。但是这个方法不能推广到二维的情况,因为距离最近的点对不能保证是影射到某条直线之后紧靠着的两个点。-the procedure can realize the Coordinate which have N nodes ,fi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:徐天扬
  1. closepair

    0下载:
  2. 二位平面中求最近点对的问题,采用分治的方法,按照书本的算法实现-Two nearest points on the plane ask the question, the use of divide and conquer approach, in accordance with the books of the algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-01
    • 文件大小:459776
    • 提供者:龙飞
  1. raid

    0下载:
  2. POJ 2659 Raid 分治法解决两组点中距离最近的点对-POJ 2659 Raid divide-and-conquer method to solve the two sets of points to the nearest point on the
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:dlfsjal
  1. closestPair

    0下载:
  2. 源程序实现最近匹配算法,从众多点中找到一对举例最近的点。-Look for the closest pair
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:Samdy
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org