代码搜索结果
找到约 10,000 项符合
K 的代码
k
硬件:急需K型热点偶温度电压曲线参数表,请大虾给我一份,温度范围20-400摄氏度。谢谢!! [晓奇] [22次] 01-9-17 下午 02:51:48
xuxiaoqi@pub.zhongshan.gd.cn
ad596/7里面的数据太笼统,分度太粗。
晓奇,哪钱来,呵呵 [haotz] [62次] 01-9-17 下午 08:50:35
/*
* Copyright (
k
// k阶费那波契序列.cpp : Defines the entry point for the console application.
//
#include
#include
typedef struct QNode{
int data;
struct QNode * next;
}QNode,* QueuePtr
k
figure; plot(1:i, RMSE, '-', 1:i, RMSE, 'o');
xlabel('Epochs'); ylabel('RMSE');
figure; plot(1:i, diff_W1, 1:i, diff_W2);
xlabel('Epochs'); ylabel('Percentage error (\%)');
k
<mark>k</mark>近邻算法(<mark>k</mark>nn, <mark>k</mark> nearest neighbor)
2009-04-13 20:12
前两天受朋友之托,帮忙与两个<mark>k</mark>近邻算法,<mark>k</mark>近邻的非正式描述,就是给定一个样本集exset,样本数为M,每个样本点是N维向量,对于给定目标点d,d也为N维向量,要从exset中找出与d距离最近的<mark>k</mark>个点(<mark>k</mark> ...
k
//ICC-AVR application builder : 2008-6-2 13:35:39
// Target : M16
// Crystal: 1.0000Mhz
#include
#include
void port_init(void)
{
PORTA = 0x00;
DDRA = 0x00;
PORTB
k
killall -9 vsplay
killall -9 vschplay