代码搜索:draft
找到约 3,786 项符合「draft」的源代码
代码结果 3,786
www.eeworm.com/read/419610/10853989
bmp draft_mask.bmp
www.eeworm.com/read/470740/6907574
cpp rsa_draft.cpp
#include "stdafx.h"
// This is a draft version of RSA encryption
// Improved by sanicle,2006.1
// 3mn@3mn.net
#include "rsa_draft.h"
class prime_factory
{
unsigned np;
unsigned *pl;
www.eeworm.com/read/470740/6907582
h rsa_draft.h
// This is a draft version of RSA encryption
// Improved by sanicle,2006.1
// 3mn@3mn.net
#include "vlong.h"
class public_key
{
public:
vlong m,e;
vlong encrypt( const vlong& plain );
www.eeworm.com/read/470740/6907587
cpp rsa_draft.cpp
#include "stdafx.h"
// This is a draft version of RSA encryption
// Improved by sanicle,2006.1
// 3mn@3mn.net
#include "rsa_draft.h"
class prime_factory
{
unsigned np;
unsigned *pl;
www.eeworm.com/read/470740/6907597
h rsa_draft.h
// This is a draft version of RSA encryption
// Improved by sanicle,2006.1
// 3mn@3mn.net
#include "vlong.h"
class public_key
{
public:
vlong m,e;
vlong encrypt( const vlong& plain );
www.eeworm.com/read/433070/6948045
gif article_draft.gif
www.eeworm.com/read/433070/6948054
gif m_draft.gif
www.eeworm.com/read/433070/6948083
gif soft_draft.gif
www.eeworm.com/read/433070/6948103
gif photo_draft.gif
www.eeworm.com/read/469627/6972263
asv draft1.asv
clc
clear
close all
choosetype=5;
% 1 BOXCAR;2 BARTLETT; 3 HANN;4 HAMMING; 5 BLACKMAN;
choose=1;
%1 lp;2 hp;3bp;4bs
switch choose
case 1
wp=2*pi;
ws=4*pi;
s=20;
width=(ws-wp)/pi/s;