代码搜索:n型针

找到约 10,000 项符合「n型针」的源代码

代码结果 10,000
www.eeworm.com/read/187929/8589945

h ec2n.h

#ifndef CRYPTOPP_EC2N_H #define CRYPTOPP_EC2N_H #include "gf2n.h" #include "eprecomp.h" #include "smartptr.h" NAMESPACE_BEGIN(CryptoPP) struct EC2NPoint { EC2NPoint() : identity(true) {
www.eeworm.com/read/187929/8590048

cpp gf2n.cpp

// gf2n.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "gf2n.h" #include "algebra.h" #include "words.h" #include #include "algebra.cpp" NA
www.eeworm.com/read/187929/8590166

h gf2n.h

#ifndef CRYPTOPP_GF2N_H #define CRYPTOPP_GF2N_H #include "cryptlib.h" #include "misc.h" #include "algebra.h" #include NAMESPACE_BEGIN(CryptoPP) class PolynomialMod2 { public:
www.eeworm.com/read/388439/8609318

m n_simp2.m

% function y=n_simp2(x) % % Simplifies strings from tree_ga2 etc. % % Input % x - population matrix % Output % y - simplified population martrix % % Author Date
www.eeworm.com/read/432314/8610267

m n_simp2.m

% function y=n_simp2(x) % % Simplifies strings from tree_ga2 etc. % % Input % x - population matrix % Output % y - simplified population martrix function y_pop=n_simp2(x_pop)
www.eeworm.com/read/432188/8620945

h n_r_struct.h

#ifndef _N_R_STRUCT_STRUCT_ #define _N_R_STRUCT_STRUCT_ //N_R_Struct.h typedef struct tagNodeParam { //节点数据 int nCount;//节点数 int PQCount;//PQ节点数 int PVCount;//PV节点数 CString *pzNodeName
www.eeworm.com/read/288527/8624899

m n_simp2.m

% function y=n_simp2(x) % % Simplifies strings from tree_ga2 etc. % % Input % x - population matrix % Output % y - simplified population martrix function y_pop=n_simp2(x_pop)
www.eeworm.com/read/288527/8626506

m n_simp2.m

% function y=n_simp2(x) % % Simplifies strings from tree_ga2 etc. % % Input % x - population matrix % Output % y - simplified population martrix % % Author Date
www.eeworm.com/read/288479/8629955

m test2n.m

function [pval, cimean, cisigma] = test2n(x,y,cl) %TEST2N Tests and confidence intervals based on two normal samples % with common variance. % % [pval, cidiffmean, cisigma]
www.eeworm.com/read/288479/8630388

m test1n.m

function [pval, cimean, cisigma] = test1n(x,cl) %TEST1N Tests and confidence intervals based on a normal sample % % [pval, cimean, cisigma] = test1n(x,CL) % % Input