代码搜索:Generators

找到约 1,542 项符合「Generators」的源代码

代码结果 1,542
www.eeworm.com/read/375673/2722993

c polygon.c

/* ** $Id: polygon.c,v 1.11 2003/09/04 06:02:53 weiym Exp $ ** ** polygon.c: monoton vertical polygon and general polygon generators. ** ** Copyright (C) 2003 Feynman Software ** Copyright (C) 2001 ~
www.eeworm.com/read/261925/4319196

py tokenizer.py

#! /usr/bin/env python """Module to tokenize email messages for spam filtering.""" from __future__ import generators import email import email.Message import email.Header import email.Utils import e
www.eeworm.com/read/251957/4412830

makefile

include ../../../config.mak vpath %.c $(SRC_PATH)/applications/generators/SVG CFLAGS= $(OPTFLAGS) -Wall -I$(SRC_PATH)/include ifeq ($(DEBUGBUILD), yes) CFLAGS+=-g LDFLAGS+=-g endif ifeq ($(GPROFBU
www.eeworm.com/read/110993/15520401

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, inclu
www.eeworm.com/read/431224/8698203

m write.m

function write(a,fid,buslist,type) % write PQ loads/generators if ~a.n, return, end % filter loads using bus list idx = []; for i = 1:a.n jdx = find(buslist == a.bus(i)*a.u(i)); if ~ise
www.eeworm.com/read/384940/8832100

m write.m

function write(a,fid,buslist,type) % write PQ loads/generators if ~a.n, return, end % filter loads using bus list idx = []; for i = 1:a.n jdx = find(buslist == a.bus(i)*a.u(i)); if ~ise
www.eeworm.com/read/138341/5816763

c~ rt_rand.c~

/* The internal random generators need to be converted to double precision... */ #include "math.h" #include "matrix.h" #include "mex.h" #include "string.h" #include #include #inc
www.eeworm.com/read/138341/5816765

c rt_rand.c

/* The internal random generators need to be converted to double precision... */ #include "math.h" #include "matrix.h" #include "mex.h" #include "string.h" #include #include #inc
www.eeworm.com/read/111945/6307207

c lorenz.c

/* This file contains two 3 dimensional orbit-type fractal generators - IFS and LORENZ3D, along with code to generate red/blue 3D images. Tim Wegner */ #include #include
www.eeworm.com/read/10438/186005

cpp multprec.cpp

// multprec: implements multiprecision math for TR1 random number generators #include #if _HAS_TR1 // #include #include _STD_BEGIN namespace tr1 { // TR1 add