代码搜索:Generators
找到约 1,542 项符合「Generators」的源代码
代码结果 1,542
www.eeworm.com/read/315543/3619646
h random.h
/**
* Random generators
* $Id: random.h,v 1.1 2004/06/16 10:53:30 opx Exp $
* @author OP
*/
#ifndef RANDOM_H
#define RANDOM_H
#include "defines.h"
namespace annie
{
///returns a number drawn un
www.eeworm.com/read/375190/2734438
cpp print_holidays.cpp
/* Generate a set of dates using a collection of date generators
* Output looks like:
* Enter Year: 2002
* 2002-Jan-01 [Tue]
* 2002-Jan-21 [Mon]
* 2002-Feb-12 [Tue]
* 2002-Jul-04 [Thu]
* 2002-S
www.eeworm.com/read/261925/4319341
py find_dupe_props.py
from __future__ import generators
# Dump every property we can find for a MAPI item
import pythoncom
import os, sys
from win32com.mapi import mapi, mapiutil
from win32com.mapi.mapitags import *
imp
www.eeworm.com/read/261925/4319343
py dump_props.py
from __future__ import generators
# Dump every property we can find for a MAPI item
import pythoncom
import os, sys
import tempfile
from win32com.mapi import mapi, mapiutil
from win32com.mapi.mapita
www.eeworm.com/read/292933/8322921
cpp example7.cpp
//
// This piece of code is a test program that uses the random number generators
// in btl_numerics.h.
//
// Copyright (C) 1998,1999 Birkbeck College, Malet Street, London WC1E 7HX, U.K.
// d.moss@ma
www.eeworm.com/read/165343/7144026
h utiltkm.h
// utiltkm.cc --
// some simple useful utilities
// uran --- generates U(0,1) r.v.
// gran -- generators N(0,1) r.v.s, or pairs of them
// sort2lfd -- sort a double array, and a corresponding intege
www.eeworm.com/read/165343/7144033
txt utiltkm.cc.txt
// utiltkm.cc --
// some simple useful utilities
// uran --- generates U(0,1) r.v.
// gran -- generators N(0,1) r.v.s, or pairs of them
// sort2lfd -- sort a double array, and a corresponding i
www.eeworm.com/read/139332/5799403
h cgal_types3.h
#ifndef CGAL_TYPES_HEADER
#define CGAL_TYPES_HEADER
#include
#include
#include
//#include
#includ
www.eeworm.com/read/139332/5799409
h cgal_types2.h
#ifndef CGAL_TYPES_HEADER
#define CGAL_TYPES_HEADER
#include
#include
#include
//#include
#includ
www.eeworm.com/read/261925/4319324
py folderselector.py
from __future__ import generators
import sys, os
import win32con
import commctrl
import win32api
import win32gui
import winerror
import struct, array
import dlgutils
from pprint import pprint # de