how to make a plan that test the software,and what to write on it
上传时间: 2014-02-18
上传用户:zhengjian
libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves 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-18
上传用户:253189838
package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("队是空的,无法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
标签: private public Node LinkQuery
上传时间: 2016-07-08
上传用户:天诚24
Visual C++ OPC Client Example
上传时间: 2016-07-08
上传用户:diets
Orcad Pspice ,some example to you!一个学期下来的电子CAD课程实验,但愿能够给你帮助
上传时间: 2016-07-09
上传用户:ryb
C PROGRAM EXAMPLE IN MATHEMATICS
标签: MATHEMATICS PROGRAM EXAMPLE IN
上传时间: 2014-01-10
上传用户:songrui
AT8xC51SND1C Firmware Package support MMC,NF,IDE等等等
标签: Firmware Package support SND1
上传时间: 2014-01-15
上传用户:gyq
Clock+data serial protocol for PIC16/18F processors. Contains an example application for Zoom/Focus/Iris lens motor control. Written for HiTech C Compiler.
标签: application processors for Contains
上传时间: 2013-12-13
上传用户:aeiouetla
利用遗传算法寻优。待寻优函数为y=xx,参数变化范围为0-31。
上传时间: 2014-01-15
上传用户:gut1234567
使用Quartus II设计FPGA的应用设计实例 “\Example-b3-1\uart_regs\src”目录下为设计源文件 “\Example-b3-1\uart_regs\core”目录下为Altera的IP宏功能模块 “\Example-b3-1\uart_regs\sim\funcsim”目录下为功能仿真文件 “\Example-b3-1\uart_regs\sim\parsim”目录下为时序仿真文件 “\Example-b3-1\uart_regs\dev”目录下为工程文件(包含了约束、综合、布局布线的过程文件和结果文件)
标签: Example-b 61548 uart_regssrc Quartus
上传时间: 2016-07-18
上传用户:wlcaption