代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/230162/14303551
h lab_parameter.h
#ifndef __TG0014_H__
#define __TG0014_H__
// write your header here
//////////////////////////////////
#define DG_CLS_ERASE 0 //(default)
#define DG_CLS_FILL 1 //Parameters of FG_ClearScreen
//////
www.eeworm.com/read/229185/14350025
java svm_parameter.java
package libsvm;
public class svm_parameter implements Cloneable,java.io.Serializable
{
/* svm_type */
public static final int C_SVC = 0;
public static final int NU_SVC = 1;
public static final int
www.eeworm.com/read/126639/14410554
cpp data_parameter.cpp
// Data_Parameter.cpp : implementation file
//
#include "stdafx.h"
#include "HiCut.h"
#include "Data_Parameter.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE
www.eeworm.com/read/126639/14410566
h data_parameter.h
#if !defined(AFX_DATA_PARAMETER_H__210D7846_7C73_44C2_9592_C8715BB65C82__INCLUDED_)
#define AFX_DATA_PARAMETER_H__210D7846_7C73_44C2_9592_C8715BB65C82__INCLUDED_
#if _MSC_VER > 1000
#pragma once
www.eeworm.com/read/125950/14453799
java svm_parameter.java
package libsvm;
public class svm_parameter implements Cloneable,java.io.Serializable
{
/* svm_type */
public static final int C_SVC = 0;
public static final int NU_SVC = 1;
public static final int
www.eeworm.com/read/225554/14535390
h lab_parameter.h
#ifndef __TG0014_H__
#define __TG0014_H__
// write your header here
//////////////////////////////////
#define DG_CLS_ERASE 0 //(default)
#define DG_CLS_FILL 1 //Parameters of FG_ClearScreen
//////