代码搜索:classical

找到约 407 项符合「classical」的源代码

代码结果 407
www.eeworm.com/read/417019/11007062

js 4.01 - classical inheritance.js

/* Class Person. */ function Person(name) { this.name = name; } Person.prototype.getName = function() { return this.name; } var reader = new Person('John Smith'); reader.getName();
www.eeworm.com/read/346528/11739277

m ising_classical_ground.m

% ising_classical_ground Ground state energy of the classical Ising model % ising_classical_ground(B) gives the ground state energy per spin for % the classical Ising model in transverse field
www.eeworm.com/read/346528/11739310

m xy_classical_ground.m

% xy_classical_ground Ground state energy of the classical xy model % xy_classical_ground(Jx,Jy,B) gives the ground state energy per spin for % the classical XY model in transverse field if th
www.eeworm.com/read/218613/14912837

m ising_classical_ground.m

% ising_classical_ground Ground state energy of the classical Ising model % ising_classical_ground(B) gives the ground state energy per spin for % the classical Ising model in transverse field
www.eeworm.com/read/218613/14912855

m xy_classical_ground.m

% xy_classical_ground Ground state energy of the classical xy model % xy_classical_ground(Jx,Jy,B) gives the ground state energy per spin for % the classical XY model in transverse field if th
www.eeworm.com/read/273525/4209069

ado _mds_display_classical.ado

*! version 1.0.0 24mar2005 program _mds_display_classical version 8 syntax [, CONfig Neigen(str) noPLot ] if !inlist("`neigen'", "", "max") { confirm integer number `neigen' if `neig
www.eeworm.com/read/131283/5947065

readme

Classical Hairdresser algorithm
www.eeworm.com/read/161485/10404356

m perform_wavelet_transform_classical.m

function y = perform_wavelet_transform_classical(x,Jmin,dir, g,h, options) % wavelet_transform_fwd - perform forward 1D wavelet transform % % !! THIS CODE DOES NOT WORK CORRECTLY !! % % y = perform
www.eeworm.com/read/461728/7221224

m perform_wavelet_transform_classical.m

function y = perform_wavelet_transform_classical(x,Jmin,dir, g,h, options) % wavelet_transform_fwd - perform forward 1D wavelet transform % % !! THIS CODE DOES NOT WORK CORRECTLY !! % % y = perform
www.eeworm.com/read/457323/7327385

r 06 classical linear models.r

########################