代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/298926/7923297
pdf maxwell 3d — generating solutions.pdf
www.eeworm.com/read/127767/14336986
txt e331. generating a random number.txt
Random rand = new Random();
// Random integers
int i = rand.nextInt();
// Continually call nextInt() for more random integers ...
// Random integers that range from fro
www.eeworm.com/read/127767/14337682
txt e459. generating a symmetric key.txt
This example generates a key for various symmetric cipher algorithms. See also e458 Listing All Available Symmetric Key Generators.
try {
// Generate a DES key
KeyGenerator key
www.eeworm.com/read/312248/13614391
m my_pskmod.m
function y = my_pskmod(x , m)
%this is function for generating the phase shift keying modulation, where x
%is the signal to be modulated, and m is the type of modulation, like
%M-PSK, and m is a
www.eeworm.com/read/127767/14336041
txt e196. generating a secure random number.txt
This example creates a random number using a secure random number generator: See also e195 Listing All Available Secure Random Number Generators.
try {
// Create a secure random number
www.eeworm.com/read/127767/14337458
txt e469. generating a message authentication code (mac).txt
A MAC is like hash code for a sequence of bytes. Unlike a hash code, a MAC uses a secret key to generate the hash code, or more specifically, the message digest. A MAC is generally used to check the i
www.eeworm.com/read/179705/9341711
todo
* add Erlang dist back in?
* DONE, for mu.
Note that we need to get rid of mu when it is not the mean.
From: Brian Gough
To: briggsk@info.bt.co.uk
Cc: gsl-disc
www.eeworm.com/read/443410/7633417
txt readme.txt
Improtant notes:
(1) the comments are sufficient in code. please read the comment carefully before any modification of code.
(2) since most programs are simulation result (items 2-6), the codes invo
www.eeworm.com/read/319360/13452904
readme
pslib
=====
C-libaray for generating PostScript files.
Copyright (c) 2001-2004 Uwe Steinmann
The pslib distribution is available from:
http://pslib.sourceforge.net
THIS IS PUBLI