代码搜索:draft
找到约 3,786 项符合「draft」的源代码
代码结果 3,786
www.eeworm.com/read/389028/2545457
tex timers.tex
% This draft written by Tom Henderson (8/29/97) based on John Heidemann's
% code comments.
%
%
% If you get conflicts, here's what you need to keep: The chapter heading
% in the first entry i
www.eeworm.com/read/380709/2653965
tex timers.tex
% This draft written by Tom Henderson (8/29/97) based on John Heidemann's
% code comments.
%
%
% If you get conflicts, here's what you need to keep: The chapter heading
% in the first entry i
www.eeworm.com/read/380709/2653984
tex timers.tex
% This draft written by Tom Henderson (8/29/97) based on John Heidemann's
% code comments.
%
%
% If you get conflicts, here's what you need to keep: The chapter heading
% in the first entry i
www.eeworm.com/read/358714/2984312
txt keys.txt
HOWTO keys
1. Introduction
Keys are the basis of public key algorithms and PKI. Keys usually
come in pairs, with one half being the public key and the other half
being the private key.
www.eeworm.com/read/355697/3049906
txt keys.txt
HOWTO keys
1. Introduction
Keys are the basis of public key algorithms and PKI. Keys usually
come in pairs, with one half being the public key and the other half
being the private key.
www.eeworm.com/read/262948/4307598
c eapsimlib.c
/*
* eapsimlib.c based upon draft-haverinen-pppext-eap-sim-11.txt.
*
* The development of the EAP/SIM support was funded by Internet Foundation
* Austria (http://www.nic.at/ipa).
*
* code com
www.eeworm.com/read/255402/4376629
c eapsimlib.c
/*
* eapsimlib.c based upon draft-haverinen-pppext-eap-sim-11.txt.
*
* The development of the EAP/SIM support was funded by Internet Foundation
* Austria (http://www.nic.at/ipa).
*
* code com
www.eeworm.com/read/473001/6853986
cpp compmath.cpp
// BZ_HAVE_COMPLEX_MATH1
// Complex math functions, as per 26.2.7 of the Jan'96 draft standard
#include
#ifndef BZ_NO_NAMESPACES
using namespace std;
#endif
int main()
{
comp
www.eeworm.com/read/170790/9790412
txt changes_detail.txt
Changes for JM 6.2
------------------
The decoder should be nearly in JVT-G50 (final draft) state.
Known problems:
- the old Parameter Set syntax is used by default. Enable
#define G50
www.eeworm.com/read/170565/9798117
c mrcurve.c
/*
* MIRACL elliptic curve routines
* mrcurve.c
*
* Assumes Weierstrass equation y^2 = x^3 + Ax + B
* See IEEE P1363 Draft Standard
*
* Uses Montgomery's representation intern