代码搜索结果

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

cstartup_sam7.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------

hardware.inc

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Andy Hsu // Date: 2000/06/23: first version

spce.inc

//======================================================================================== // Program: Standard function definition V1.0 // Arranged by: Arthur Shieh // Platform: SPCE500A/060A/061

cstartup_sam7.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------

bus.lis

.module bus.c .area text(rom, con, rel) 0000 .dbfile J:\odds\MYDESI~1\AVRPRA~1\MultiBUS\bus.c 0000 .dbfunc e ma

rgeneric.c

/* * Copyright (c) 1997-1999, 2003 Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Li

generic.c

/* * Copyright (c) 1997-1999, 2003 Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Lic

007.hex

:040000000C942A0032 :040018000C946A00DA :14005400CFE5D4E0CDBFDEBFC051D0400AEA08830024E0E67D :14006800F0E010E0E136F10711F00192FBCF0083E4E5F0E03B :14007C00A0E6B0E010E0E435F10721F0C89531960D92F9CFBD

learning_c.m

function d=learning_c(x,c) %中心的学习 %x为np×ni的输入矩阵。 %c为ni×m的初始中心。 %d为ni×m训练好的中心。 d=even_k(x,c); %对输入进行聚类 tr(1)=sumsqr(d-c); i=0; while tr(i+1)~=0 c=d; d=even_k(x,c); i=i+1; tr(i

learning_c.m

function d=learning_c(x,c) %中心的学习 %x为np×ni的输入矩阵。 %c为ni×m的初始中心。 %d为ni×m训练好的中心。 d=even_k(x,c); %对输入进行聚类 tr(1)=sumsqr(d-c); i=0; while tr(i+1)~=0 c=d; d=even_k(x,c); i=i+1; tr(i