代码搜索:N
找到约 10,000 项符合「N」的源代码
代码结果 10,000
www.eeworm.com/read/432188/8620945
h n_r_struct.h
#if<mark>n</mark>def _<mark>N</mark>_R_STRUCT_STRUCT_
#defi<mark>n</mark>e _<mark>N</mark>_R_STRUCT_STRUCT_
//<mark>N</mark>_R_Struct.h
typedef struct tag<mark>N</mark>odeParam
{
//节点数据
i<mark>n</mark>t <mark>n</mark>Cou<mark>n</mark>t;//节点数
i<mark>n</mark>t PQCou<mark>n</mark>t;//PQ节点数
i<mark>n</mark>t PVCou<mark>n</mark>t;//PV节点数
CStri<mark>n</mark>g *pz<mark>N</mark>ode<mark ...
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
www.eeworm.com/read/388154/8631969
m ajo_n_times.m
for i = 1:15
aika=10; %*(10^i);
clear a;
a(1,:)=clock;
sim('test_openmdl',aika);
a(2,:)=clock;
kesto(i,:) = (a(2,:)-a(1,:));
%a
tmp =length(ber);
b =
www.eeworm.com/read/431738/8657483
pdf 1n5822.pdf
www.eeworm.com/read/287946/8658196
cpp ec2n.cpp
// ec2n.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "ec2n.h"
#include "asn.h"
#include "nbtheory.h" // for primeTable
#include "algebra.cpp"
#include "
www.eeworm.com/read/287946/8658398
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/287946/8658496
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