代码搜索结果

找到约 10,000 项符合 K 的代码

f k.c

#include "graphics.h" /*头文件*/ #include "time.h" #include "stdlib.h" #include "bios.h" #include "dos.h" #include "stdio.h" #define ESC 0x11b /*键盘扫描码*/ #define UP 0x4800 #define DOWN 0x5000 #de

k_factor.m

function [k,delta] = K_factor(s_param) % Usage: [k,delta] = K_factor(s_param) % % Purpose: returns k factor for a given s-parameter matrix % if k>1 and delta

cf9222.78k

.DC Copyright (C) NEC Electronics Corporation 2001,2003 All rights reserved by NEC Electronics Corporation. This program must be used solely for the purpose for which it was furnished by NEC Electron

k5332187.nec

CM *** Richtanzenne K 5332187 *** CM *** 87.5 - 108 MHz *** CM *** GW 1 = vertikal GW 2 , 3 = horizontal *** CE GW 1,11, 0.785,-0.700, 0.790, 0.785, 0.700, 0.790, 0.020 GW 2,05, 0.000,-0.785, 0.79

k--junzhi.txt

k均值算法是模式识别的聚分类问题,这是用C实现其算法以下是程序源代码 /**************************************************************************** * * * KMEANS