代码搜索:n型针
找到约 10,000 项符合「n型针」的源代码
代码结果 10,000
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
www.eeworm.com/read/287946/8658578
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/387332/8693087
h disp_n1.h
///////////////////////////////////////////////////////////////////
// Definitions for Display Port
#define SINGLE_PORT 0x00 // Single port (Single pixel output)
#define DOUBLE_PORT
www.eeworm.com/read/387332/8693097
h disp_n2.h
///////////////////////////////////////////////////////////////////
// Definitions for Display Port
#define SINGLE_PORT 0x00 // Single port (Single pixel output)
#define DOUBLE_PORT
www.eeworm.com/read/431199/8701808
cpp ec2n.cpp
// ec2n.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "ec2n.h"
#include "asn.h"
#include "algebra.cpp"
#include "eprecomp.cpp"
NAMESP
www.eeworm.com/read/431199/8702158
h ec2n.h
#ifndef CRYPTOPP_EC2N_H
#define CRYPTOPP_EC2N_H
#include "gf2n.h"
#include "eprecomp.h"
#include "smartptr.h"
#include "pubkey.h"
NAMESPACE_BEGIN(CryptoPP)
//! Elliptic Curve Point
struct CRYPTOPP_