代码搜索:seed
找到约 10,000 项符合「seed」的源代码
代码结果 10,000
www.eeworm.com/read/160757/10501474
seed
#http://162.105.80.44/~yhf/Assembly/nasm-0.98.36-xdoc/html/
http://www.pku.edu.cn/
#http://pkunews.pku.edu.cn/
#http://www.pkuef.org
#http://net.cs.pku.edu.cn/
#http://net.cs.pku.edu.cn/~aoa/
#http://
www.eeworm.com/read/273432/10916315
seed
#http://162.105.80.44/~yhf/Assembly/nasm-0.98.36-xdoc/html/
http://www.pku.edu.cn/
#http://pkunews.pku.edu.cn/
#http://www.pkuef.org
#http://net.cs.pku.edu.cn/
#http://net.cs.pku.edu.cn/~aoa/
#http://
www.eeworm.com/read/312561/13609609
seed
#http://162.105.80.44/~yhf/Assembly/nasm-0.98.36-xdoc/html/
http://www.pku.edu.cn/
#http://pkunews.pku.edu.cn/
#http://www.pkuef.org
#http://net.cs.pku.edu.cn/
#http://net.cs.pku.edu.cn/~aoa/
#http://
www.eeworm.com/read/493005/6403709
seed
NAME
seed - return a value that may be used to seed a pseudo-random generator
SYNOPSIS
seed()
TYPES
return integer
DESCRIPTION
Generate a pseudo-random seed based on a collection of
www.eeworm.com/read/289026/8584468
c seed.c
/* ----------------------------------------------------------------------------
seed.C
mbwall 16nov98
---------------------------------------------------------------------------- */
#include
www.eeworm.com/read/431199/8702054
cpp seed.cpp
// seed.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "seed.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
static const word32 s_kc[16] = {
0x9e3779b9
www.eeworm.com/read/431199/8702862
txt seed.txt
AlgorithmType: SymmetricCipher
Name: SEED/ECB
Source: RFC 4269
Key: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Plaintext: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
Ciphertext:
www.eeworm.com/read/431199/8702887
h seed.h
#ifndef CRYPTOPP_SEED_H
#define CRYPTOPP_SEED_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct SEED_Info : public FixedBlockSize, public FixedKey
www.eeworm.com/read/428775/8842562
h seed.h
// Seed.h: interface for the CSeed class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SEED_H__909FE891_D721_42E1_A7D6_FFC2C55DE75B__INCLUDED_)
#def