代码搜索:N
找到约 10,000 项符合「N」的源代码
代码结果 10,000
www.eeworm.com/read/447626/7548918
gif help_n4.gif
www.eeworm.com/read/447626/7548963
gif help_n1.gif
www.eeworm.com/read/447626/7548995
gif help_n5.gif
www.eeworm.com/read/447626/7549001
gif help_n3.gif
www.eeworm.com/read/447298/7554672
h c14n.h
/*
* Summary: Provide Canonical XML and Exclusive XML Canonicalization
* Description: the c14n modules provides a
*
* "Canonical XML" implementation
* http://www.w3.org/TR/xml-c14n
*
*
www.eeworm.com/read/447298/7554779
c testc14n.c
/*
* Canonical XML implementation test program
* (http://www.w3.org/TR/2001/REC-xml-c14n-20010315)
*
* See Copyright for the status of this software.
*
* Author: Aleksey Sanin
www.eeworm.com/read/446823/7564367
acyc_p2n
#
limit cputime 1200
../bin/spacyc 16384 262144 461 -lm0 -ll10000 | ../bin/$1 > ../results/$1.$0
../bin/spacyc 16384 262144 463 -lm0 -ll10000 | ../bin/$1 >>../results/$1.$0
../bin/spacyc 16384 2
www.eeworm.com/read/446236/7583322
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/446236/7583377
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/446236/7583408
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