代码搜索结果

找到约 10,000 项符合 N 的代码

cos180n.mif

-- Memory Initialization File -- Generated by .MIF File Generator Utility v1.2 -- by Rune Baeverrud -- Angle Range 0-180 degrees (quadrant 1-2) -- Function type : Cosine -- Options

cntr_n98.tdf

--lpm_counter DEVICE_FAMILY="Stratix II" lpm_modulus=109 lpm_width=7 aclr clk_en(vcc) clock q --VERSION_BEGIN 5.0 cbx_cycloneii 2004:12:20:14:28:52:SJ cbx_lpm_add_sub 2005:04:12:13:30:42:SJ cbx_lpm_c

mmpx2n.m

function y=mmpx2n(x,Hf) %MMPX2N Pixel to Normalized Coordinate Transformation. % MMPX2N(X) converts the position vector X from % pixel coordinates to normalized coordinates w.r.t. % the computer scree

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

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: