搜索结果
找到约 117 项符合
Selection 的查询结果
按分类筛选
- 全部分类
- matlab例程 (14)
- 人工智能/神经网络 (14)
- 技术资料 (9)
- 电源技术 (7)
- 其他书籍 (6)
- 数学计算 (6)
- 数值算法/人工智能 (4)
- 通讯编程文档 (4)
- Java编程 (4)
- 单片机编程 (3)
- Applet (3)
- 其他 (3)
- 行业发展研究 (3)
- Linux/Unix编程 (3)
- 书籍 (3)
- 嵌入式综合 (2)
- 无线通信 (2)
- 书籍源码 (2)
- 通讯/手机编程 (2)
- 编辑器/阅读器 (2)
- 电子书籍 (2)
- 通信网络 (1)
- 工控技术 (1)
- USB编程 (1)
- 微处理器开发 (1)
- DSP编程 (1)
- Delphi/CppBuilder (1)
- 其他行业 (1)
- Delphi控件源码 (1)
- 汇编语言 (1)
- JavaScript (1)
- VHDL/FPGA/Verilog (1)
- 系统设计方案 (1)
- 语音压缩 (1)
- 软件工程 (1)
- 文章/文档 (1)
- 编译器/解释器 (1)
- 数据结构 (1)
- 源码 (1)
- 论文 (1)
Java编程 数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble)
数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法
人工智能/神经网络 最新的支持向量机工具箱
最新的支持向量机工具箱,有了它会很方便 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, ...
Java编程 用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图形 。 ...
USB编程 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 s ...
微处理器开发 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.
人工智能/神经网络 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 doc ...
Applet 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.
数学计算 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble)
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。