代码搜索:Generating

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

代码结果 2,801
www.eeworm.com/read/422785/2032852

c cb.c

#include "tunala.h" #ifndef NO_OPENSSL /* For callbacks generating output, here are their file-descriptors. */ static FILE *fp_cb_ssl_info = NULL; static FILE *fp_cb_ssl_verify = NULL; /* Output lev
www.eeworm.com/read/383940/2608949

py gentest.py

#!/usr/bin/python import sys import re import os import random print "Usage: python gentest.py [numitems] [newitems]" items = sys.argv[1] newitems = sys.argv[2] print "Generating Configurations"
www.eeworm.com/read/376060/2715544

svn-base xml.h.svn-base

// C++ By Example, Chapter 9 // Generating XML/HTML #ifndef __XML_H #define __XML_H #include #include #include "tag.h" class XMLDoc { TagList m_tstack; std::ofstream
www.eeworm.com/read/376060/2715566

h xml.h

// C++ By Example, Chapter 9 // Generating XML/HTML #ifndef __XML_H #define __XML_H #include #include #include "tag.h" class XMLDoc { TagList m_tstack; std::ofstream
www.eeworm.com/read/375720/2721834

java wapsiuserdatagenerator.java

package org.ajwcc.pduUtils.wappush; import java.io.*; import java.text.*; import java.util.*; import org.ajwcc.pduUtils.gsm3040.*; //PduUtils Library - A Java library for generating GSM 304
www.eeworm.com/read/374687/2749086

in config.in

config BR2_PACKAGE_FLEX bool "flex" default n help A fast lexical analyser generator. A tool for generating programs that perform pattern-matching on text. http://www.gnu.org/software/f
www.eeworm.com/read/374003/2755951

c mtwist.c

#ifndef lint static char Rcs_Id[] = "$Id: mtwist.c,v 1.19 2003/09/11 05:55:19 geoff Exp $"; #endif /* * C library functions for generating pseudorandom numbers using the * Mersenne Twist algori
www.eeworm.com/read/374003/2756104

c mtwist.c

#ifndef lint static char Rcs_Id[] = "$Id: mtwist.c,v 1.19 2003/09/11 05:55:19 geoff Exp $"; #endif /* * C library functions for generating pseudorandom numbers using the * Mersenne Twist algori
www.eeworm.com/read/374003/2756269

c mtwist.c

#ifndef lint static char Rcs_Id[] = "$Id: mtwist.c,v 1.19 2003/09/11 05:55:19 geoff Exp $"; #endif /* * C library functions for generating pseudorandom numbers using the * Mersenne Twist algori
www.eeworm.com/read/366702/2873301

f90 nan_inf_fmt.f90

!pr 12839- F2003 formatting of Inf /Nan implicit none character*40 l character*12 fmt real zero, pos_inf, neg_inf, nan zero = 0.0 ! need a better way of generating