代码搜索:Potential
找到约 1,663 项符合「Potential」的源代码
代码结果 1,663
www.eeworm.com/read/271333/11000044
m potential_fucntion.m
[X,Y,Z]=peaks(30);
surfl(X,Y,Z)
shading interp
colormap pink
view(-37.5,15)
www.eeworm.com/read/241518/13137740
mcd electrical potential.mcd
www.eeworm.com/read/253910/12178006
m potential_12.m
clear;
clc;
clf;
last=0;
flag=0;
e=50;
r=50;
p0=1500;
pa=1000;
u=1e-4;
h=1e7;
x=0:100:7400;
y=0:100:7400;
d=[6000,2500]; % destination
t(:,:,1)=[3000,2100];
www.eeworm.com/read/215157/15071887
m potential_calculation.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function [potE,potW]=potential_calculation(mv_x,mv_y,mv_u,mv_v)
%% potE: the curl-free potential function W
%% potW: the divergence-free potential
www.eeworm.com/read/375190/2731248
hpp electric_potential.hpp
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2008 S
www.eeworm.com/read/375190/2731458
hpp electric_potential.hpp
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2008 S
www.eeworm.com/read/370606/9591927
m d_potential.m
%%%%矩量法解双位方程,求直线天线表面电流分布
clear all
clc
ft=3e8;%频率
c=3e8;%光速
ep=(10^(-9))/(36*pi);
mu=4*pi*(10^(-7));
w=2*pi*ft;
lamda=c/ft;%波长
a0=0.0025*lamda;%天线半径
L=1.77*lamda;%天线长度
k0=2*pi/lamda;%波数
z0
www.eeworm.com/read/216723/14995551
m potential2d.m
function potential2D( file_in )
global G H dfi du1 du2 dq1 dq2 pot
%this programme solves 2D potential problem using constant boundary element
% potential2D( filename )
% 输入参数:
% file
www.eeworm.com/read/399810/2357953
svn-base potential.cc.svn-base
#include
#include
#include
#include
#include
using namespace std;
// **************** Potential Implementation ***********//
Potent
www.eeworm.com/read/399810/2357971
svn-base potential.h.svn-base
#ifndef POTENTIAL_H
#define POTENTIAL_H
#include
#include
#include
#include
#include
#ifndef NDEBUG
#include
#endif
// ***************