代码搜索:Generators
找到约 1,542 项符合「Generators」的源代码
代码结果 1,542
www.eeworm.com/read/335569/12514619
m bustypes.m
function [ref, pv, pq] = bustypes(bus, gen)
%BUSTYPES Builds lists of each type of bus (ref, pv, pq).
% [ref, pv, pq] = bustypes(bus, gen)
% Generators with "out-of-service" status are treated a
www.eeworm.com/read/334923/12562146
m bustypes.m
function [ref, pv, pq] = bustypes(bus, gen)
%BUSTYPES Builds lists of each type of bus (ref, pv, pq).
% [ref, pv, pq] = bustypes(bus, gen)
% Generators with "out-of-service" status are treated a
www.eeworm.com/read/132706/14077850
m bustypes.m
function [ref, pv, pq] = bustypes(bus, gen)
%BUSTYPES Builds lists of each type of bus (ref, pv, pq).
% [ref, pv, pq] = bustypes(bus, gen)
% Generators with "out-of-service" status are treate
www.eeworm.com/read/431222/8699256
cpp cimbalsr_ieei_iii_031007_0308.cpp
// 03 oktobris 2007 C++ Lab.d.3 CimbalsR_IEEI_III_031007_0308
/*
Vienkarsakais generators , kas demonstre sledzi.
*/
#include //ievest biblioteku
using namespace std; //lieto
www.eeworm.com/read/140545/13076495
cpp manipulations.cpp
//: C06:Manipulations.cpp
// Shows basic manipulations
#include "PrintSequence.h"
#include "NString.h"
#include "Generators.h"
#include
#include
#include
using na
www.eeworm.com/read/136959/13351913
c rg_rand.c
/*
** longrand() -- generate 2**31-2 random numbers
**
** public domain by Ray Gardner
**
** based on "Random Number Generators: Good Ones Are Hard to Find",
** S.K. Park and K.W. Miller, Communi
www.eeworm.com/read/150409/5692629
java gost3410parametersgenerator.java
package org.bouncycastle.crypto.generators;
import org.bouncycastle.crypto.params.GOST3410ValidationParameters;
import org.bouncycastle.crypto.params.GOST3410Parameters;
import java.security.SecureR
www.eeworm.com/read/130382/5957529
c pgpfixedkey.c
/*
* A single, fixed PGP key for decryption operations.
* Also contains fixed primes and generators for discrete log keys which
* can share these.
*
* $Id: pgpFixedKey.c,v 1.8 1997/09/30 21:
www.eeworm.com/read/492768/6408831
py cutfox.py
################# cutfox.py ################
#!/usr/bin/python
# -*- coding: gbk -*-
from __future__ import generators
import string, sys, os, time, os.path
import email, email.Header, email.Util
www.eeworm.com/read/118194/14882554
py mapsite.py
#
# $Workfile: MapSite.py $ $Revision: 6 $
# $Date: 10/07/01 1:46p $ $Author: Sholden $
#
"""Used to instantiate required page generators, and look up realm authentication data."""
import Stati