登录
首页 » Java » sorter

sorter

于 2014-04-03 发布 文件大小:1KB
0 143
下载积分: 1 下载次数: 4

代码说明:

  自己写的一个通用的数据分页排序工具,实现张表的数据按指定字段排序获取第N页的数据(a page sorter written by my self. )

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

发表评论

0 个回复

  • 外部合并排序内存分配
    应用背景外部排序是一个类排序算法,可以处理大量的数据。外部排序时,需要做数据排序不适合在主存储器的计算设备(通常是内存),相反,他们必须驻留在较慢的外部存储器(通常一个硬盘驱动器)。外部排序通常采用混合排序合并策略。在排序阶段,数据块足够小在主内存中进行读取、排序和写入到一个临时的文件。在合并阶段,排序的子文件合并成一个单一的较大文件。关键技术大多数外部排序例程是基于归并排序。他们通常打破一个大的数据文件转化为一个较短的,排序的运行。这些可以通过反复读取数据文件中的一段数据,生成内存,它与普通的快速排序,排序,排序后的数据写入磁盘。经过排序的运行已产生,一个合并算法是用来将排序文件组合成更长的排序文件。最简单的方案是使用双向合并:合并排序2排序文件到一个文件,然后合并2等等,直到有一个大的排序文件。一个更好的计划是一种多路归并算法:它可能合并也许128更短的运行起来。
    2023-05-07 15:35:02下载
    积分:1
  • 学生成绩管理系统实现学生成绩的查询,修改,删除等
    学生成绩管理系统实现学生成绩的查询,修改,删除等-Student achievement management system to achieve student performance of the query, modify, delete, etc.
    2022-01-26 06:20:26下载
    积分:1
  • SeqQueue
    数据结构循环队列的实现 在visual c++6.0运行(Circular queue data structure to achieve the visual c++6.0 run)
    2013-06-15 16:27:32下载
    积分:1
  • 8码问题,我本科毕业设计,vc6.0制作,可动态演示!
    8数码问题,我本科毕业设计,vc6.0制作,可动态演示!-eight digital, I graduated design, vc6.0 production, dynamic demo!
    2023-03-07 01:50:04下载
    积分:1
  • danyuanzuiduan
    单源点最短路径问题,这是一个很标准的程序,对于学习算法的同学很有帮助。(Single source shortest path problem, which is a standard procedure, and helpful for students learning algorithm.)
    2011-06-28 13:46:07下载
    积分:1
  • 大型库,最基本的PL/SQL语句,及其基础编程。
    大型数据库,最基本的PL/SQL语句,及其基础编程。-Large databases, the basic PL/SQL statement, and its basic programming.
    2022-10-06 17:45:02下载
    积分:1
  • c++实现的程序,真正实现查询,最短路径
    c++实现的程序,真正实现查询,最短路径-c achieve the procedure, the actual realization of inquiries, the shortest path
    2022-02-10 12:50:21下载
    积分:1
  • 在知道点的坐标或者量和权重值时,选择最优的路径,这种有的是基于时间有的是基于运费等等,自动找两点路径最短距离!...
    在知道点的坐标或者数量和权重值时,选择最优的路径,这种有的是基于时间有的是基于运费等等,自动找两点路径最短距离!-Know the coordinates of points in the volume and weight or value, the choice of the optimal path, this time based on some because of some freight, etc., automatically find the shortest distance between two points in the path!
    2023-05-14 01:05:03下载
    积分:1
  • bookmanage
    基于数据结构的图书管理系统,基本功能都有,可以拿来作为数据结构的课程设计(Based library management system data structures, basic function, can be used as a data structure of the curriculum design)
    2020-10-27 00:00:04下载
    积分:1
  • stringmatch
    说明:  高速多字符串匹配程序,基于多字符串的KMP算法开发,能够实现多字符串的匹配(High-speed multi-string matching procedure, based on multi-string KMP algorithm development, to achieve multi-string match)
    2009-07-22 10:36:52下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载