代码搜索:Potential
找到约 1,663 项符合「Potential」的源代码
代码结果 1,663
www.eeworm.com/read/359005/10171913
m subclust.m
function [centers,sigmas] = subclust(X,radii,xBounds,options)
%SUBCLUST Locates data cluster centers using subtractive clustering.
%
% SUBCLUST operates by finding the optimal data point to defin
www.eeworm.com/read/454339/7394041
m snake1.m
function snake1()
clc
clear all;close all;
ACCx=[];
ACCy=[];
alpha = .5; %string forces
beta = .5; %rod forces
gamma =75; %external forces
delta =100; %balloon forces(used to 00inflate the s
www.eeworm.com/read/244284/12874982
sim-box-2 menu.sim-box-2
7. Get point charges using the grid specified >>> total number of charges = 110
>>>> total charge = 7.98368
>>>> charges between 0.00010 and 3.46360
8. Show p
www.eeworm.com/read/244284/12875003
1 menu_lev00.1
..................................................
Choose the problem to solve:
============== DOS options =======================
0. Choose dispersion for the DOS smearing
11. proj. DOS calcu
www.eeworm.com/read/241323/13156345
m trans1.m
%> The file calculates the transmission coefficient
%> for a finite series of quare potential barriers.
%> It uses the method of multiplying transfer matrices.
%> The energy range can be
www.eeworm.com/read/241323/13156347
m trans2.m
%> The file calculates the transmission coefficient
%> for a finite series of quare potential barriers with a
%> variable linear bias.
%> It uses the method of multiplying transfer matr
www.eeworm.com/read/241323/13156356
m transm.m
%> The file calculates the transmission coefficient in 1D
%> potential scattering using the Numerov algorithm for integration.
%> The scattering potential is nonzero only on [0,1].
%> A
www.eeworm.com/read/241323/13156426
m numerov3.m
function f=numerov3(x0,x1,N,P,W,E,Y0,DY0);
%> The file integrates the 1D Schrodinger equation
%> for an 'arbitrary' potential using the Numerov method.
%> IT IS JUST A MODIFICATION OF NU
www.eeworm.com/read/241323/13156433
m pw2d.m
%> The file treats 2D partial wave scattering, calculating
%> the scattering on a circular 'hard cylinder', and on an attractive
%> circular potential of arbitrary constant depth.
%>
%> Cho
www.eeworm.com/read/241323/13156442
m trans3.m
%> The file calculates the transmission coefficient
%> for a finite series of quare potential barriers which
%> have randomized heights.
%> It uses the method of multiplying transfer matr