代码搜索结果
找到约 10,000 项符合
N 的代码
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 ...
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)
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
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]
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
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 =
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 "
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) {
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