登录
首页 » 算法 » poj2187给一堆点,求出其中的最远点对,凸包的应用

poj2187给一堆点,求出其中的最远点对,凸包的应用

于 2022-03-10 发布 文件大小:1.11 kB
0 95
下载积分: 2 下载次数: 1

代码说明:

poj2187给一堆点,求出其中的最远点对,凸包的应用-poj2187 to a pile of points, obtained one of the furthest points right, the application of convex hull

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 对于给定的自然数n,编程计半数集set(n)中的元素个数
    对于给定的自然数n,编程计算半数集set(n)中的元素个数-regard to the natural number n, calculate half Sets set (n) of the number of elements
    2023-06-19 16:35:03下载
    积分:1
  • 基于熵的挖掘数据子空间聚类方
    Entropy Based Subspace Clustering for Mining Data - ENCLUS - a new version of PROCLUS algorithm for clustering high dimensional data set.-Entropy Based Subspace Clustering for Mining Data- ENCLUS- a new version of PROCLUS algorithm for clustering high dimensional data set.
    2022-09-06 00:25:03下载
    积分:1
  • 矩阵运的程序,很全,也可以自己在上面重新增加功能哦
    矩阵运算的程序,很全,也可以自己在上面重新增加功能哦 -matrix calculation procedures, very full, or in the above functional re-oh
    2022-04-30 11:59:22下载
    积分:1
  • VC++实现的二分求单调函数是否有解。
    VC++实现的二分法求单调函数是否有解。-VC++ dichotomy in order to achieve the monotonic function is broken.
    2022-01-22 05:54:23下载
    积分:1
  • CPU computer systems is a very important resource, this chapter introduces proce...
    CPU是计算机系统中一个十分重要的资源,本章主要介绍处理机的调度目标、策略以及评价方法等。因为处理机调度程序不可能选择全部驻留在外存的进程,因此,在调度一个进程占有处理机之前,系统必须按某种策略把外存中处于后备状态的作业选择出来,并创建进程和分配内存,为进程执行准备必需的资源。这一步称为作业调度或高级调度。作业调度的目标是尽量做到公平合理,能执行尽可能多的作业、尽快地响应时间以及高的设备利用率等。任一调度算法要同时满足这些调度目标是不可能的。大多数操作系统都是根据用户需要而采用兼顾某些目标的方法。比较常用的作业调度算法有:FCFS(先来先服务)、方法、SJP(最短作业优先)法、HRN(最高响应比)法等。这-CPU computer systems is a very important resource, this chapter introduces processor scheduling objectives, strategies and evaluation methods. Because the processor scheduling procedures could not choose Disk presence in all the process, and therefore, in the process of scheduling a possession before the processor, the system must be some kind of strategy to Disk backup were at the operational state of choice out and the process of creation and distribution of memory, the process of preparing the implementation of the necessary resources. This step as job scheduling or senior scheduling. Job Scheduling goal is to try to make it fair and reasonable to carry out the operation as much as
    2023-01-15 07:45:04下载
    积分:1
  • MIT photonic crystal calculation procedures, to look after feeling learned a lot...
    麻省理工的计算光子晶体的程序,自己看后感觉收获不小,推荐给大家,对工科学生应该很有用处-MIT photonic crystal calculation procedures, to look after feeling learned a lot and recommend it to everyone. Engineering students to be useful
    2022-11-29 09:50:03下载
    积分:1
  • 人工智能作业,用模拟退火实现的JSP问题。
    人工智能作业,用模拟退火算法实现的JSP问题。-Artificial intelligence, operations, using simulated annealing algorithm for JSP problem.
    2022-09-30 06:50:03下载
    积分:1
  • 增强全速率话音处理C代码及其测试序列
    GSM 06.53_增强全速率话音处理C代码 GSM 06.54_增强全速率测试序列 GSM技术规范目录_GSM 06系列_话音编码规范.pdf   ETSI EN 300 724 V8.0.1 (2000-11) Digital cellular telecommunications system (Phase 2+) (GSM); ANSI-C code for the GSM Enhanced Full Rate (EFR) speech codec (GSM 06.53 version 8.0.1 Release 1999) en_300724v080001p.pdf(官方文档) en_300724v080001p0.zip(官方源代码)   ETSI EN 300 725 V8.0.1 (2000-11) Digital cellular telecommunications system (Phase 2+) (GSM); Test sequences for the GSM Enhanced Full Rate (EFR) speech codec (GSM 06.54 version 8.0.1 Release 1999) en_300725v080001p.pdf(官方文档) en_300725v080001p0.zip(官方源代码)    
    2022-02-06 18:26:15下载
    积分:1
  • 模拟手机通讯录
    本程序在安全性方面相对比较突出。为避免程序实现一部分功能即结束,我们采用了用一个子函数代替主函数, 子函数调用自身的方法。同时在出现功能选择的地方,为防止出现意外的死循环,我们功能选择参数一律使用 string类型。在保存提取数据方面,我们严格按照有变动即存储,存储完立即提取到内存的规则,有效遏止了 数据意外丢失或调用不及时等情况的发生。本程序共使用了9个子函数分别来实现不同功能程序中最关键的通讯 录成员采用结构体定义,丰富了成员所包含的信息。在主界执行方面,采用独立的子函数执行。在该函数中分 别调用不同功能的函数,执行完相应的功能后可选择继或返回主菜单。主菜单在运行时会先调用一个子函数将 通讯录中的信息展示给用户,然后用户可对照信息进行响应的功能选择,不同功能调用不同函数。各函数在执 行功能时会进行相应的嵌套,以弥补各自的不足。各功能采用不同函数来执行,方便调试和修改。各函数相互
    2023-02-19 14:35:04下载
    积分:1
  • 信道容量的C实现,附详细注释
    资源描述 信道容量计算的C实现,附详细注释。上传的源代码属于个人原创,非抄袭,从来没有上传过,已编译通过,我自己的硕士论文里头已经用过了,绝对真实可信
    2022-08-16 14:16:09下载
    积分:1
  • 696518资源总数
  • 104530会员总数
  • 46今日下载