CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - algorithm performance

搜索资源列表

  1. cache

    1下载:
  2. 实现LRU算法的Cache源代码,可以用来支持整个系统中某种对象数量的个数限制,同时,通过LRU算法保证使用频度高的对象尽可能的驻留内存。 该算法可以用来支持J2EE系统性能提升,同时又可以控制内存安全使用。-LRU algorithm implementation Cache source code, can be used to support the system as a whole number of objects in a certain number of restricti
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:12392
    • 提供者:zzj
  1. heritrix-1.14.3-src

    0下载:
  2. 高性能分词算法,采用java实现,能自动进行最小分词,用户可以筛选分词类别-Word segmentation algorithm for high-performance, the realization of the use of java, can automatically carry out the smallest sub-word, the user can filter category segmentation
  3. 所属分类:Java Develop

    • 发布日期:2017-05-27
    • 文件大小:10551401
    • 提供者:lijianfei
  1. tree

    1下载:
  2. 信号放大器 天然气经过管道网络从其生产基地输送到消耗地,在传输过程中,其性能的某一个或几个方面可能会有所衰减(例如气压)。为了保证信号衰减不超过容忍值,应在网络中的合适位置放置放大器以增加信号(例如电压)使其与源端相同。设计算法确定把信号放大器放在何处,能使所用的放大器数目最少并且保证信号衰减不超过给定的容忍值。-Signal amplifier gas through pipeline networks to transport their production base in consu
  3. 所属分类:JavaScript

    • 发布日期:2014-12-18
    • 文件大小:3072
    • 提供者:shishanshan
  1. javasort

    0下载:
  2. (1)写一个final参数类M,包括比较次数、交换次数、探测次数属性,并重写构造器和toString方法。 (2)写一个抽象类A,其中包括要排序的数据。提供三个final方法,分别完成比较、探测、交换操作的同时,正确改变私有的M类对象成员的相关属性。并提供一个虚方法doSort,同时提供一个final方法sort(先设置M对象初值,然后调用doSort方法,返回M对象引用) (3)写三个采用不同方法排序的A类的派生类A1,A2,A3 (4)写一个测试类作为主类,分别生成A1,A2,A
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:468049
    • 提供者:陈新杰
  1. suanfa

    0下载:
  2. 输入一组关键字序列分别实现下列排序: (1)实现简单选择排序、直接插入排序和冒泡排序。 (2)实现希尔排序算法。 (3)实现快速排序算法。 (4)实现堆排序算法。 (5)实现折半插入排序。 (6)在主函数中设计一个简单的菜单,分别测试上述算法。 (7)综合训练:采用几组不同数据测试各个排序算法的性能-Enter a keyword sequences to achieve the following order: (1) simple selection sort, insertion sort
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:63181
    • 提供者:lwo
  1. GpaCalculator

    1下载:
  2. Java写的GPA计算器。从文件读入升级,计算GPA,并给出提高绩点的算法。-GPA calculator written in Java. Read from the file update, calculate GPA, and gives the algorithm to improve performance point.
  3. 所属分类:Java Develop

    • 发布日期:2016-05-25
    • 文件大小:17408
    • 提供者:nescio
  1. student-system

    0下载:
  2. 本系统是个学生成绩管理系统 有如下功能: 1.用顺序表n个学生的学号和成绩录入; 思想: 在主函数里完成学生人数限定,和定义学生的结构体指针,调用录入函数。 用结构体指针完成学生信息录入。 2.用选择排序法对n个学生的成绩按照降序排列; 思想: 定义2个学生结构体指针,用选择法完成学生成绩排序。 3.利用栈和队列的算法操作,删除不及格的学生信息,保留及格学生信息在栈或队列中; 思想: 定义一
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:16999
    • 提供者:李章辉
  1. c

    0下载:
  2. EZ算法原理及检测抗攻击性能测试,很好很强大-EZ algorithm principle and detection of anti-attack performance test, a very powerful
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:385543
    • 提供者:崔岩
  1. pub

    0下载:
  2. 包括屏幕打印p、正则匹配r、下载d、算法性能t等功能-Including screen printing p, r, Download d, algorithm performance t regular match
  3. 所属分类:Java Develop

    • 发布日期:2017-12-06
    • 文件大小:4545
    • 提供者:Liquid
  1. LMSMU

    0下载:
  2. 本代码是关于自适应波束形成的代码,基于matlab软甲,lms算法,不同参数的比较性能-The code is the code on the adaptive beamforming matlab soft shells, lms algorithm, compare the performance of different parameters
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:1197
    • 提供者:漳浦
  1. KDTree2KNN

    0下载:
  2. 基于kdtree的KNN分类算法,利用kdtree在检索方面的优势有效地提高knn分类的性能,减小了分类的时间复杂度-Kdtree of KNN-based classification algorithm, using kdtree retrieval effectively improve knn classification performance, reducing the time complexity of the classification
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:18121
    • 提供者:shiyulong
  1. DivideConquer

    0下载:
  2. 2010年05月 算法分析与设计大作业 算法效能比较程序【DivideConquer】-May 2010 algorithm analysis and design of large operations algorithm performance comparison procedures [DivideConquer]
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:34930
    • 提供者:李刚
  1. quicksort

    0下载:
  2. 快速排序算法及其优化,在序列长于某个给定值时递归采用快速排序,小于这个值时用插入排序代替快排,以优化快速排序的性能,同时程序记录优化前后的程序耗时给出比较。-Quick sort algorithm and optimization, in sequence longer than a given value recursively using quick sort, is less than this value quickly replaced by rows of insertion so
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:852
    • 提供者:eating
  1. QuickSort

    0下载:
  2. 快速排序(QuickSort)是一种有效的排序算法。虽然算法在最坏的情况下运行时间为O(n^2),但由于平均运行时间为O(nlogn),并且在内存使用、程序实现复杂性上表现优秀,尤其是对快速排序算法进行随机化的可能,使得快速排序在一般情况下是最实用的排序方法之一。快速排序被认为是当前最优秀的内部排序方法。-Quick Sort (QuickSort) is an efficient sorting algorithms. Although the algorithm runs in the wo
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:608
    • 提供者:庭月照
  1. EDF

    0下载:
  2. An important class of scheduling algorithms is the class of dynamic priority algorithms. The most important dynamic priority algorithm is Earliest Deadline First (EDF). Earliest-deadline-first (EDF) is good for scheduling real-time tasks in or
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:43144
    • 提供者:vss
  1. BPTree

    0下载:
  2. 该代码实现了b+树的索引,插入与删除等功能,还具有快速查找的性能,并且算法时间复杂度性能较优.-The code to achieve the index b+ tree, insert and delete functions, but also has the capability to quickly find, and the algorithm time complexity better performance.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:313470
    • 提供者:LHY
  1. swapSorts

    0下载:
  2. java实现的两种交换排序算法——快速排序和冒泡排序,各有计时器在控制台输出,但受到运行时本机性能影响。-using java achieve two exchange sorting algorithm- quick sort and bubble sort, each timer in the console output, but by the performance of the machine is running.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6402
    • 提供者:赵畅
  1. selectSort

    0下载:
  2. 利用java实现简单的直接选择排序算法,含有计时器输出,但受到实时性能影响。-Use java achieve a simple direct selection sorting algorithm, comprising a timer output, but by the real-time performance impact.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4429
    • 提供者:赵畅
  1. 3D_17.05.07

    0下载:
  2. 学习java时写的点云和3维线段的3D显示,算法是自己用初中知识写的所以性能不咋的,编码不规范,有一点bug。我需要上传这个来开通帐号,就给大家看看(Learning java when writing point cloud and 3 dimensional line segment 3D shows that the algorithm is written by junior high school knowledge, so the performance is not good, t
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:1832960
    • 提供者:kumo
  1. fastjson

    0下载:
  2. Fastjson是一个Java语言编写的高性能功能完善的JSON库。它采用一种“假定有序快速匹配”的算法,把JSON Parse的性能提升到极致,是目前Java语言中最快的JSON库。(Fastjson is a high performance and well functioning JSON library written in the Java language. It uses a "ordered fast matching" algorithm to impro
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:613376
    • 提供者:毅哥哥
搜珍网 www.dssz.com