虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Selection

  • 数组排序

    数组排序,含bubble,quick,insertion,Selection四种方法

    标签: 数组 排序

    上传时间: 2015-01-04

    上传用户:aa17807091

  • 链表的bubble

    链表的bubble,insertion, Selection排序法

    标签: bubble

    上传时间: 2014-01-06

    上传用户:时代电子小智

  • 数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble)

    数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(Selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法

    标签: bubble 排序 数组 排序算法

    上传时间: 2015-01-05

    上传用户:Thuan

  • 最新的支持向量机工具箱

    最新的支持向量机工具箱,有了它会很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model Selection. REFERENCES ========== [1] V.N. Vapnik, "The Nature of Statistical Learning Theory", Springer-Verlag, New York, ISBN 0-387-94559-8, 1995. [2] J. C. Platt, "Fast training of support vector machines using sequential minimal optimization", in Advances in Kernel Methods - Support Vector Learning, (Eds) B. Scholkopf, C. Burges, and A. J. Smola, MIT Press, Cambridge, Massachusetts, chapter 12, pp 185-208, 1999. [3] T. Joachims, "Estimating the Generalization Performance of a SVM Efficiently", LS-8 Report 25, Universitat Dortmund, Fachbereich Informatik, 1999.

    标签: 支持向量机 工具箱

    上传时间: 2013-12-16

    上传用户:亚亚娟娟123

  • 用Java写的报表.功能如下: 0.内建网络打印,网络预览功能! 1.文件操作。包括url 指定的文件。 2.全功能打印支持。包括打印预览。 3.Undo 和 redo。 4.合并单元格。 5.Cel

    用Java写的报表.功能如下: 0.内建网络打印,网络预览功能! 1.文件操作。包括url 指定的文件。 2.全功能打印支持。包括打印预览。 3.Undo 和 redo。 4.合并单元格。 5.Cell Selection using the mouse or keyboards(快捷键支持)。 6.单元格高宽调整 。 7.丰富的前景刷支持,前景可以是单色,双色渐变,JPG,PNG,GIF图形 。 8.背景刷支持,前景可以是单色,双色渐变,JPG,PNG,GIF图形 。 9.每个单元格支持空心字体,各其他一般字体。 10.每个单元格可设置为只读。 11.每个单元格上下左右可分别高设置边框,边框线的宽度,颜色可调。 12.拖放操作。可在一个应用中的不同单元格拖放,也可在两个应用的之间进行拖放。支持剪切和COPY两种方式。 13.剪贴板功能。支持文本方式和全格式两种方式。剪贴也允许在两个应用之间进行。可以从EXCELL单元格中复制到本应用中。 14.单元格线,滚动条,行头,列头显示可选. 15.支持公式定义,公式定义采用?作标记,如?sum(A1:B1)。 16.数字格式可自由定义,如 12345678, 可自动化为 12,345,678.00 。 17.丰富的页脚页眉属性。具有以上3,4,5,6?,8,9,10,11,12,13,15,16,17各项功能。

    标签: Java Undo redo Cel

    上传时间: 2015-03-15

    上传用户:熊少锋

  • mp3设计程序资料

    mp3设计程序资料,采用c语言编写。 README file for yampp-3 source code 2001-05-27 This is the current state of the yampp-3 source code, 2001-05-27. This code is intended to run on Rev. B of the yampp-3 PCB, but can ofcourse be used on compatible systems as well. It still uses the "old" song Selection system as the yampp-2. However, the disk handling routines has improved a lot and the obviosly, the new VS1001 handling has been put in. The codesize is almost at it s maximum at 1F40 bytes. A .ROM file is included if you don t have the compiler set up. For now, the documentation is in the code

    标签: mp3 设计程序

    上传时间: 2015-04-13

    上传用户:小码农lz

  • Use the verilog language write a MIPS CPU code, and have additional instruction, for example: select

    Use the verilog language write a MIPS CPU code, and have additional instruction, for example: Selection sort instruction. The code has contain combination circuit and sequenial circuit. CPU have contain ALU, ADD, ALU_CONTROL, DATA_MEMORY, INST_MEMORY, REGISTER, PC, and TESTBRANCH.

    标签: instruction additional language example

    上传时间: 2014-01-17

    上传用户:yyyyyyyyyy

  • Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It c

    Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It can solve C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model Selection tool for C-SVM classification. This document explains the use of libsvm.

    标签: classification easy-to-use regression and

    上传时间: 2013-12-22

    上传用户:二驱蚊器

  • SelectionDemo also has code (not included in the preceding snippet) that changes the table s selecti

    SelectionDemo also has code (not included in the preceding snippet) that changes the table s Selection orientation. By changing a couple of boolean values, you can make the table allow either column Selections or individual cell Selections, instead of row Selections.

    标签: SelectionDemo the preceding included

    上传时间: 2015-05-04

    上传用户:gut1234567

  • 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble)

    这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(Selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。

    标签: bubble 排序 程序 头文件

    上传时间: 2013-12-23

    上传用户:jhksyghr