代码搜索:study

找到约 4,321 项符合「study」的源代码

代码结果 4,321
www.eeworm.com/read/262053/11608624

lkf debug.lkf

-z -q -c -m"./Debug/DEC5502_UART.map" -o"./Debug/DEC5502_UART.out" -stack800 -sysstack800 -w -x -i"c:/ti/c5500/bios/lib" -i"c:/ti/c5500/rtdx/lib" -i"c:/ti/c5500/xdais/lib" -i"c:/ti/c5500/cgtools/lib"
www.eeworm.com/read/262053/11608651

log cc_build_debug.log

-------------------------- DEC5502_UART.pjt - Debug -------------------------- "c:\ti\c5500\cgtools\bin\cl55" -g -q -pdv -fr"E:/study/program and files/DEC5502_UART/Debug" -i"E:/study/program and f
www.eeworm.com/read/262053/11608654

lkv debug.lkv

-z -q -c -m"./Debug/DEC5502_UART.map" -o"./Debug/DEC5502_UART.out" -stack800 -sysstack800 -w -x -i"c:/ti/c5500/bios/lib" -i"c:/ti/c5500/rtdx/lib" -i"c:/ti/c5500/xdais/lib" -i"c:/ti/c5500/cgtools/lib"
www.eeworm.com/read/262047/11609909

lkf debug.lkf

-z -q -c -heap1200 -m"./Debug/DEC5502_DMA.map" -o"./Debug/DEC5502_DMA.out" -stack800 -sysstack800 -w -x -i"c:/ti/c5500/bios/lib" -i"c:/ti/c5500/rtdx/lib" -i"c:/ti/c5500/xdais/lib" -i"c:/ti/c5500/cgtoo
www.eeworm.com/read/262047/11609926

log cc_build_debug.log

-------------------------- DEC5502_DMA.pjt - Debug -------------------------- "c:\ti\c5500\cgtools\bin\cl55" -g -q -pdv -fr"E:/study/program and files/DEC5502_DMA/Debug" -i"E:/study/program and fil
www.eeworm.com/read/262047/11609931

lkv debug.lkv

-z -q -c -heap1200 -m"./Debug/DEC5502_DMA.map" -o"./Debug/DEC5502_DMA.out" -stack800 -sysstack800 -w -x -i"c:/ti/c5500/bios/lib" -i"c:/ti/c5500/rtdx/lib" -i"c:/ti/c5500/xdais/lib" -i"c:/ti/c5500/cgtoo
www.eeworm.com/read/156528/11795129

m sep.m

fprintf('study ....\n'); sweep=sweep+1; t=1; noblocks=fix(P/B); BI=B*Id; for t=t:B:t-1+noblocks*B, u=w*x(:,t:t+B-1); w=w+L*(BI+(1-2*(1./(1+exp(-u))))*u')*w; end;
www.eeworm.com/read/344265/11890974

cpp nn-bp.cpp

//C++的BP算法源程序 #include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define HN 8 //隐层神经元数目 #define ON 1 //输出层神经元数目 double P[IN]; //单个样本输入数据 double
www.eeworm.com/read/340934/12121298

c bp.c

#include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define HN 8 //隐层神经元数目 #define ON 1 //输出层神经元数目 double P[IN]; //单个样本输入数据 double T[ON]; //单个样本教师数据 double
www.eeworm.com/read/253577/12213451

txt bp2.txt

//***************************************************************// // BP neural network // //**********************************************************