代码搜索:Generators
找到约 1,542 项符合「Generators」的源代码
代码结果 1,542
www.eeworm.com/read/379971/9170162
m a_prnseq.m
%Bob Gess, June 2008, for EE473
%PRN code sequence generators for both I and Q channel
%spreading sequence three shift registers combined to output a 3255 bit
%psuedo-random two separate prn co
www.eeworm.com/read/379971/9170172
asv a_prnseq.asv
%Bob Gess, June 2008, for EE473
%PRN code sequence generators for both I and Q channel
%spreading sequence three shift registers combined to output a 3255 bit
%psuedo-random two separate prn co
www.eeworm.com/read/419934/10828132
m a_prnseq.m
%Bob Gess, June 2008, for EE473
%PRN code sequence generators for both I and Q channel
%spreading sequence three shift registers combined to output a 3255 bit
%psuedo-random two separate prn co
www.eeworm.com/read/419934/10828158
asv a_prnseq.asv
%Bob Gess, June 2008, for EE473
%PRN code sequence generators for both I and Q channel
%spreading sequence three shift registers combined to output a 3255 bit
%psuedo-random two separate prn co
www.eeworm.com/read/271693/10983682
m setseed.m
function oseed = setseed(val1, val2) % sets the seed to random generators
% DESCRIPTION oseed = setseed(val1, val2)
% The seed is set to the MATLAB 4 generator
% and the old seed is delivered as ve
www.eeworm.com/read/271450/10993671
h simplegenerators.h
//: C20:SimpleGenerators.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Generic generators,
www.eeworm.com/read/449324/7508804
m a_prnseq.m
%Bob Gess, June 2008, for EE473
%PRN code sequence generators for both I and Q channel
%spreading sequence three shift registers combined to output a 3255 bit
%psuedo-random two separate prn co
www.eeworm.com/read/136812/5858344
s rand.s
#define LOCORE
#include
! Copyright (c) 1986 by Sun Microsystems, Inc.
!
! long rand(),srand()
! Fast integer random number generators, to replace UNIX's rand()
! Code by K.C
www.eeworm.com/read/119340/6090524
java dsaparametersgenerator.java
package org.bouncycastle.crypto.generators;
import java.math.BigInteger;
import java.security.SecureRandom;
import org.bouncycastle.crypto.digests.SHA1Digest;
import org.bouncycastle.crypto.pa
www.eeworm.com/read/101082/6245525
3 random.3
.\" SCCSID: @(#)random.3 8.2 1/28/91
.TH random 3
.SH Name
random, srandom, initstate, setstate \- better random number generator; routines for changing generators
.SH Syntax
.nf
.B long random()
.PP