代码搜索结果
找到约 10,000 项符合
K 的代码
a29k.h
/* Table of opcodes for the AMD 29000 family.
Copyright 1990, 1991, 1993, 1994 Free Software Foundation, Inc.
This file is part of GDB and GAS.
This program is free software; you can redistribute
a29k.h
/* COFF spec for AMD 290*0
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public L
md_k.h
/*
md_k.h : kernel internal structure of the Linux MD driver
Copyright (C) 1996-98 Ingo Molnar, Gadi Oxman
This program is free software; you can redistribute it and/or modify
i
k_mat.m
function [K] = K_mat(pts)
r = matdistance(pts, pts);
K = U_rbs(r);
%alpha = calcAlpha(pts);
alpha = 0;
K = K + eye(size(K))*(10)*alpha^2;
return;
function alpha = calcAlpha(pts)
alpha =
k7.c
/*
* Athlon/Hammer specific Machine Check Exception Reporting
* (C) Copyright 2002 Dave Jones
*/
#include
#include
#include
md_k.h
/*
md_k.h : kernel internal structure of the Linux MD driver
Copyright (C) 1996-98 Ingo Molnar, Gadi Oxman
This program is free software; you can redistribute it and/or modify
i
k7.c
/*
* Athlon/Hammer specific Machine Check Exception Reporting
* (C) Copyright 2002 Dave Jones
*/
#include
#include
#include
k_means.m
function [patterns, targets, label] = k_means(train_patterns, train_targets, Nmu, plot_on)
%Reduce the number of data points using the k-means algorithm
%Inputs:
% train_patterns - Input patterns
md_k.h
/*
md_k.h : kernel internal structure of the Linux MD driver
Copyright (C) 1996-98 Ingo Molnar, Gadi Oxman
This program is free software; you can redistribute it and/or modify
i
k7.c
/*
* Athlon/Hammer specific Machine Check Exception Reporting
* (C) Copyright 2002 Dave Jones
*/
#include
#include
#include
#inc