代码搜索:N1
找到约 6,450 项符合「N1」的源代码
代码结果 6,450
www.eeworm.com/read/419697/10842977
c alg121.c
/*
* POISSON EQUATION FINITE-DIFFERENCE ALGORITHM 12.1
*
* To approximate the solution to the Poisson equation
* DEL(u) = F(x,y), a
www.eeworm.com/read/140698/13066571
c alg121.c
/*
* POISSON EQUATION FINITE-DIFFERENCE ALGORITHM 12.1
*
* To approximate the solution to the Poisson equation
* DEL(u) = F(x,y), a
www.eeworm.com/read/326313/13148631
m det.m
function D = det(P)
% DET -- determinant of matrix polynomial
%
% D = det(P)
%
% Caution: this is done by brute force, so it will take a long time for
% larger matrices.
% Copyright
www.eeworm.com/read/130875/5949803
f
Attribute VB_Name = "modMethod"
Option Explicit
'计算F分布的分布函数
'n1:自由度,已知
'n2:自由度,已知
'F:F值,已知
'p:下侧概率,所求
'd:概率密度,所求
Public Sub F_DIST(n1 As Integer, n2 As Integer, F As Double, _
p A
www.eeworm.com/read/408971/11363265
do bench.do
add wave N1
add wave N2_BESSEL_2
add wave N2_BESSEL_4
add wave N2_BESSEL_2_DIGITAL
run -all
www.eeworm.com/read/228652/14371576
m det.m
function D = det(P)
% DET -- determinant of matrix polynomial
%
% D = det(P)
%
% Caution: this is done by brute force, so it will take a long time for
% larger matrices.
% Copyright
www.eeworm.com/read/164520/5489427
bas f分布m.bas
Attribute VB_Name = "modMethod"
Option Explicit
'计算F分布的分布函数
'n1:自由度,已知
'n2:自由度,已知
'F:F值,已知
'p:下侧概率,所求
'd:概率密度,所求
Public Sub F_DIST(n1 As Integer, n2 As Integer, F As Double, _
p A
www.eeworm.com/read/154133/5640337
bas f分布m.bas
Attribute VB_Name = "modMethod"
Option Explicit
'计算F分布的分布函数
'n1:自由度,已知
'n2:自由度,已知
'F:F值,已知
'p:下侧概率,所求
'd:概率密度,所求
Public Sub F_DIST(n1 As Integer, n2 As Integer, F As Double, _
p A
www.eeworm.com/read/413091/11167800
java rsaencrypt.java
package myCode.rsaCryptography;
//这是RSA原型加密算法,实际应用时还应当加入一些随机化的技术。
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class RsaEncrypt {
private byte[]