代码搜索:Generating

找到约 2,801 项符合「Generating」的源代码

代码结果 2,801
www.eeworm.com/read/235248/14079914

cpp attrib.cpp

// C++ By Example, Chapter 9 // Generating XML/HTML #include "attrib.h" using namespace std; string int2str(int i) { char buff[30]; return itoa(i,buff,10); } string quotes(string s)
www.eeworm.com/read/201202/15413444

sci plotmomentgenfun.sci

function PlotMomentGenFun(tau,q) // PlotMomentGenFun -- Display Moment Generating Function // Usage // PlotMomentGenFun(tau,q) // Inputs // tau matrix a by nq of ``Moment Generating
www.eeworm.com/read/174928/9568115

syr sys_int.syr

Release 6.3i - xst G.35 Copyright (c) 1995-2004 Xilinx, Inc. All rights reserved. --> Parameter TMPDIR set to __projnav CPU : 0.00 / 2.18 s | Elapsed : 0.00 / 2.00 s --> Parameter xsthdpdir set to
www.eeworm.com/read/160583/10516923

py figimage_demo.py

#!/usr/bin/env python """ See pcolor_demo2 for a much faster way of generating pcolor plots """ from __future__ import division from pylab import * rc('axes', hold=True) rc('image', origin='upper') fi
www.eeworm.com/read/160583/10517328

py pcolor_demo.py

#!/usr/bin/env python """ See pcolor_demo2 for an alternative way of generating pcolor plots using imshow that is likely faster for large grids """ from __future__ import division from matplotlib.patc
www.eeworm.com/read/100045/7083454

sh cca.sh

#!/bin/sh ## ## CCA -- Trivial Client CA management for testing purposes ## Copyright (c) 1998-2000 Ralf S. Engelschall, All Rights Reserved. ## # external tools openssl="/usr/local/ssl/bin/open
www.eeworm.com/read/456205/7354398

sh cca.sh

#!/bin/sh ## ## CCA -- Trivial Client CA management for testing purposes ## Copyright (c) 1998-2001 Ralf S. Engelschall, All Rights Reserved. ## # external tools openssl="/usr/local/ssl/bin/open
www.eeworm.com/read/436014/7779002

gen-ent

#!/bin/sh echo echo Generating entity table. ( cat entities.lnx | grep '^[ ]*{"' | sort >tmp N=`cat tmp | wc -l` echo '/* Automatically generated by gen-ent */' echo echo 'struct { char *s; int c; }
www.eeworm.com/read/436014/7779014

gen-upc

#!/bin/sh echo echo Generating Unicode upcase table. ( echo '/* Automatically generated by gen-upc */' echo echo 'struct { int lo; int up; } unicode_upcase [] = {' cat upcase.uni | sed 's/^[ ]*//' |