在n维空间(每维范围为0-1)内对插入的数值根据坐标进行分区。从一个没有分区的空间开始插入,一旦规定的cache满了就申请新的cache空间。cache全满后存数值于文件。分区每次一分为2n,内建有2n叉树结构用于管理。
上传时间: 2016-01-07
上传用户:edisonfather
传教士野人渡河问题C++代码实现,更改N和K即可实现不同数目问题的求解
标签: 代码
上传时间: 2016-01-09
上传用户:sardinescn
linux常用命令find 根据下列规则判断 path 和 expression,在命令列上第一个 - ( , ! 之前的 部份为 path,之后的是 expression。如果 path 是空字串则使用目前路径,如果 expression 是空字串则使用 -print 为预设 expression
标签: expression linux find path
上传时间: 2016-01-11
上传用户:songnanhua
[问题描述]: 设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等待,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交纳费用。试为停车场编制按上述要求进行管理的模拟程序。
上传时间: 2013-12-25
上传用户:xsnjzljj
这是纯C论坛上的N人谢煜波的PYOS资料,想研究操作系统的朋友可以下下来研究,绝对值的研究
上传时间: 2014-09-10
上传用户:努力努力再努力
男男女女 男男女女 男男女女 男男女女 男男女女n
标签:
上传时间: 2016-01-14
上传用户:sxdtlqqjl
约瑟夫问题 约瑟夫问题: 有n个人围成一圈,顺序排号,从第一个开始报数,报到m者退出圈子,由下一个人从新开始报数,问最后六下的是几号? 要求:1.n为固定的10 2.用数组实现 3.m由键盘输入
标签:
上传时间: 2013-12-25
上传用户:sz_hjbf
包括一个函数OnesCount,可计算从1至N的所有自然数中出现过的"1"的个数. 主程序输出出从1到1234567890中所有满足N=OnesCount(N)的数N
标签: OnesCount 1234567890 函数 计算
上传时间: 2014-11-10
上传用户:qwe1234
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
圆排列问题 圆排列问题 « 问题描述: n个半径不等的圆紧密排成一行,设计一个算法,使得这n个圆所排的长度最短。 « 编程任务: 对于给定的n和圆半径a[1:n],输出一个最优的圆排列方案。 方法:回溯法
上传时间: 2016-01-18
上传用户:onewq