搜索资源列表

  1. TMS320F240ucos1

    0下载:
  2. ucos在TMS320F240平台的移植,最近对ucos比较关注,值得借鉴!-OUT TMS320F240 platform in the transplant, in a recent OUT concern, worth learning!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:158099
    • 提供者:xiaojun
  1. compositor_arithmetic

    0下载:
  2. 最近对排序算法的复习,包括直接插入排序,冒泡排序,选择排序,快速排序,归并排序,希尔排序。在VC6.0中测试通过并有简单原理说明-recent review of the sorting algorithms, including direct insertion sort, bubble sort, select Sort, quick sort, merge sort, Sort Hill. VC6.0 test in the ad
  3. 所属分类:其它资源

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

    0下载:
  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. cqymfx

    0下载:
  2. 最近对高性能的服务器比较感兴趣,读过了DELPHI的Socker源码WebService及RemObject之后,高性能的服务器感兴趣。 你可能需要的以下知识才能更好的读懂一个商业源码: 1).SOCKET的I/O模型熟悉掌握。 2).面向对象技术的熟悉掌握。 3).Socket的API掌握。 4).多线程技术等。 5).一门熟悉的开发工具掌握,和多种语言的源码阅读能力。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:24883
    • 提供者:qingczhang
  1. vcmuma

    2下载:
  2. 最近对远控有更多的了解 ,珍藏的 vc *源代码!! 对认识*的原理有好大帮助!
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:161419
    • 提供者:张希行
  1. 最近距离

    0下载:
  2. 距离最近的点对计算方法-a program for get the shortest path of two points.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5317
    • 提供者:高老
  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编程

    • 发布日期:2008-10-13
    • 文件大小:2282
    • 提供者:杨晨
  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编程

    • 发布日期:2008-10-13
    • 文件大小:1996
    • 提供者:杨晨
  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编程

    • 发布日期:2008-10-13
    • 文件大小:1830
    • 提供者:杨晨
  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编程

    • 发布日期:2008-10-13
    • 文件大小:2039
    • 提供者:杨晨
  1. 一维最近点(传统法)2

    0下载:
  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编程

    • 发布日期:2008-10-13
    • 文件大小:2171
    • 提供者:杨晨
  1. 最近点对

    0下载:
  2. 这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式,是程序更易理解。-This is a classic look for the nearest point of the algorithm, using VC preparation, the type used, the way the process easier to understand.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9109
    • 提供者:袁美钠
  1. 最近点对问题

    0下载:
  2. 图像界面 演示最近点对问题
  3. 所属分类:源码下载

    • 发布日期:2012-02-10
    • 文件大小:14277
    • 提供者:crazyxin
  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-07-06
    • 文件大小:2048
    • 提供者:杨晨
  1. 最近点对

    0下载:
  2. 这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式,是程序更易理解。-This is a classic look for the nearest point of the algorithm, using VC preparation, the type used, the way the process easier to understand.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-06
    • 文件大小:267264
    • 提供者:袁美钠
  1. zuijindui

    0下载:
  2. 用蛮力法和分治法解最近对问题以及对算法时间性能及运行结果的分析 -And sub-rule by brute force method of solving the problem, as well as the recent performance of the algorithm and running time analysis of the results
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:1083392
    • 提供者:hehuiling
  1. 最近点对

    0下载:
  2. 已知平面上有n个点,点为二维数组,求平面上的最近点对。(Find the nearest point pair on the plane)
  3. 所属分类:JSP源码/Java

  1. 平面内最近点对

    0下载:
  2. 分治算法练习,使用分治算法实现计算平面内最近点对距离。子问题将平面划分为左右两部分分开计算最短距离,再在中间条带中找是否有更近点对。(Divide and conquer algorithm to calculate the closest point pair in the plane)
  3. 所属分类:Windows编程

  1. 最近点对

    0下载:
  2. vs2010 c++解决最近点对问题,适合初学者(closest pair, for beginners)
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:865280
    • 提供者:Echo-bcy
  1. 最近令近点对

    0下载:
  2. 用C++实现最近邻近点对,利用算法导论的知识实现最近邻近点对问题(Using C++ to implement nearest neighbor pairs, we use the knowledge of algorithm introduction to realize nearest neighbor point pairs.)
  3. 所属分类:书籍源码

    • 发布日期:2024-07-06
    • 文件大小:3460096
    • 提供者:belive
« 12 3 4 5 6 7 8 9 10 ... 36 »

源码中国 www.ymcn.org