代码搜索:hyper

找到约 912 项符合「hyper」的源代码

代码结果 912
www.eeworm.com/read/246290/12742332

cs shipstate.cs

using System; public enum ShipState { Normal, Dying, Dead, Hyper, HyperCharge, };
www.eeworm.com/read/246290/12742462

cs shipstate.cs

using System; namespace SpaceWar { public enum ShipState { Normal, Dying, Dead, Hyper, HyperCharge, }; }
www.eeworm.com/read/328099/13046523

readme

X-Hyper255-Boot绰 Hybus狼 X-Hyper255阑 扁馆栏肺 累己捞 登菌嚼聪促. 磊技茄 郴侩篮 鞍捞 力傍登绰 皋春倔阑 曼绊 窍矫扁 官而聪促. 2003. 6. Hybus co,.ltd.
www.eeworm.com/read/138155/13256712

txt uart0_hyperterminal readme.txt

The purpose of this software is to demonstrate how to use the SIO-0 to transmit/receive data from the EZ-USB. This code takes prompts from the user for 2 numbers (0-15) in hex format using the hype
www.eeworm.com/read/313721/13581708

m radialbirth.m

function [k,mu,M,match,aBirth,rBirth] = radialBirth(match,aBirth,rBirth,k,mu,M,delta,x,y,hyper,t,bFunction,walkInt,walk); if nargin < 14, error('Not enough input arguments.'); end [N,d] = size(x);
www.eeworm.com/read/313721/13581713

m radialdeath.m

function [k,mu,M,aDeath,rDeath] = radialDeath(aDeath,rDeath,k,mu,M,delta,x,y,hyper,t,nabla); % if nargin < 11, error('Not enough input arguments.'); end [N,d] = size(x); % N = number of data, d
www.eeworm.com/read/313721/13581715

m radialsplit.m

function [k,mu,M,aSplit,rSplit] = radialSplit(aSplit,rSplit,k,mu,M,delta,x,y,hyper,t,bFunction,sigStar,walkInt,walk); % if nargin < 14, error('Not enough input arguments.'); end [N,d] = size(x);
www.eeworm.com/read/313721/13581719

m radialmerge.m

function [k,mu,M,aMerge,rMerge] = radialMerge(aMerge,rMerge,k,mu,M,delta,x,y,hyper,t,bFunction,sigStar,walkInt); if nargin < 12, error('Not enough input arguments.'); end [N,d] = size(x); % N
www.eeworm.com/read/264046/11331732

m daropt.m

function [NVR,ALPHA,opts,separ] = daropt(y,p,IRW,method,nvr,alpha,nvr0,alpha0,opts,ALG,output,P0) % DAROPT Hyper-parameter estimation for DAR % % [nvr,alpha,opts,parse]=daropt(y,na,TVP,meth,nvrc,a
www.eeworm.com/read/348119/11610414

m radialbirth.m

function [k,mu,M,match,aBirth,rBirth] = radialBirth(match,aBirth,rBirth,k,mu,M,delta,x,y,hyper,t,bFunction,walkInt,walk); % PURPOSE : Performs the birth move of the reversible jump MCMC algorithm. % I