代码搜索:Potential
找到约 1,663 项符合「Potential」的源代码
代码结果 1,663
www.eeworm.com/read/298333/7965902
art shack2.art
SUBJECT: Amateur Radio Shack Designs, part 2
GROUNDING: The ground system to your shack is as important as the
electrical system. But, keep in mind that are two ground systems
here. First, ther
www.eeworm.com/read/272846/10941565
m hough_hw11.m
I = imread('coins.tif');
I=rgb2gray(I);
% figure(1)
% imshow(I)
% output binary edge image by canny filter
im = double(I);
BW= edge(im,'canny',[40/255 145/255],2);
% BW= edge(im,'canny',[0.2
www.eeworm.com/read/285874/8806367
htm ei26.htm
Effective C++, 2E | Item 26: Guard against potential ambiguity Back to Item 25: Avoid overloading on a pointer and a numerical type.
Continue to Item 27: Explicitly disallow use of implicitly generat
www.eeworm.com/read/185213/9049850
readme
BASIC /bay'-sic/ n.
A programming language, originally designed for Dartmouth's experimental
timesharing system in the early 1960s, which for many years was the leading
cause of brain damage i
www.eeworm.com/read/279032/10479649
htm ei26.htm
Effective C++, 2E | Item 26: Guard against potential ambiguity Back to Item 25: Avoid overloading on a pointer and a numerical type.
Continue to Item 27: Explicitly disallow use of implicitly generat
www.eeworm.com/read/418779/10908538
txt 628.txt
Rule:
--
Sid:
628
--
Summary:
This event is generated when the nmap port scanner and reconnaissance
tool is used against a host.
--
Impact:
This could be part of a full scan by nmap and could indi
www.eeworm.com/read/241323/13156422
m contents.m
% SCHRODINGER TOOLBOX
% Version of April 1999
%==========================================================================
% is a toolbox of MATLAB files which which gives the neophyte
%
www.eeworm.com/read/241323/13156462
m matrix2.m
%> The program solves for approximate eigenvalues
%> using the matrix diagonalization methods built into MATLAB.
%> Hamiltonian = kinetic part + potential defined in [0,1],
%> Boundary co
www.eeworm.com/read/241323/13156487
m stepp.m
%> The file calculates the transmission coefficient for a
%> potential step using the Numerov algorithm.
%> The scattering potential is constant V = V0 > 0 in x < 0,
%> constant V = 0 in
www.eeworm.com/read/309785/13664497
c inter5.c
# include "cbox5.h"
void Inter5(Bc,F,Code,Xi,Yi,X,Y,u,q1,q2)
float Bc[101],F[101],Xi[21],Yi[21];
float X[102],Y[102],u[21],q1[21],q2[21];
int Code[101];
{
int i,j,k,lk,kk,found;
float A,B,qx,qy,ux