代码搜索:kernal
找到约 225 项符合「kernal」的源代码
代码结果 225
www.eeworm.com/read/184258/7216314
linux kernal
www.eeworm.com/read/429315/8811033
m kernal.m
function y = kernal(Xk,Vi)
% Xk : 第k个数据点
% Vi :第i个类中心
% 计算核函数的值
% 计算高斯核 K(x, y)= exp(-belta * ||x - y||^2), belta > 0为自定义参数
% always belta is assigned to 0.002;
belta=0.002;
% 求||X - Y||;
%
www.eeworm.com/read/372485/9508479
java kernal.java
public class Kernal {
private double[] Xaxis;
private double[] Yaxis;
private int[] XYClass;
public Kernal(){
Xaxis = Yaxis = null;
XYClass = null;
}
public v
www.eeworm.com/read/372485/9508482
class kernal.class
www.eeworm.com/read/370831/9581314
h kernal.h
#if !defined(__TASK_H)
#define __TASK_H
/*
*********************************************************************************************************
* TASK
www.eeworm.com/read/164663/10097900
c kernal.c
#include // SFR definition header file
#include // prototype declarations for I/O functions
#include "function.h"
#include "SystemEvent.h"
#inc
www.eeworm.com/read/164663/10097921
lst kernal.lst
C51 COMPILER V7.07 KERNAL 06/15/2006 18:53:54 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE KERNAL
OBJECT MODULE PLACED IN
www.eeworm.com/read/164663/10097979
obj kernal.obj
www.eeworm.com/read/164663/10098019
obj kernal.obj
www.eeworm.com/read/163880/10141381