代码搜索:Generators
找到约 1,542 项符合「Generators」的源代码
代码结果 1,542
www.eeworm.com/read/465716/7052490
py shapefactory2.py
#: c05:shapefact2:ShapeFactory2.py
# Polymorphic factory methods.
from __future__ import generators
import random
class ShapeFactory:
factories = {}
def addFactory(id, shapeFactory):
www.eeworm.com/read/332978/7141985
java randomgenerator.java
//: net/mindview/util/RandomGenerator.java
// Generators that produce random values.
package net.mindview.util;
import java.util.*;
public class RandomGenerator {
private static Random r = ne
www.eeworm.com/read/456193/7355108
m fm_pv.m
function fm_pv(flag)
% FM_PV define PV generators
%
% FM_PV(FLAG)
% FLAG 1 -> algebraic equations
% 2 -> algebraic Jacobian matrices
%
%Author: Federico Milano
%Date: 11
www.eeworm.com/read/441325/7671790
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/299178/7881120
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/298590/7950196
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/140545/13076426
cpp setoperations.cpp
//: C06:SetOperations.cpp
// Set operations on sorted ranges
#include
#include
#include "PrintSequence.h"
#include "Generators.h"
using namespace std;
int main() {
con
www.eeworm.com/read/241396/13147245
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/138987/13197161
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/325023/13231507
java randomgenerator.java
//: net/mindview/util/RandomGenerator.java
// Generators that produce random values.
package net.mindview.util;
import java.util.*;
public class RandomGenerator {
private static Random r = ne