代码搜索:Generating

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

代码结果 2,801
www.eeworm.com/read/151331/12219138

tcl diffs.tcl

set ns [new Simulator] # There are several sources each generating many TCP sessions sharing a bottleneck # link and a single destination. Their number is given by the paramter NodeNb # S(1) -
www.eeworm.com/read/151328/12219207

tcl shortred.tcl

set ns [new Simulator] # There are several sources each generating many TCP sessions sharing a bottleneck # link and a single destination. Their number is given by the paramter NodeNb # S(1)
www.eeworm.com/read/150542/12287020

c sequence.c

/* ** Author: Tapas Kanungo, kanungo@cfar.umd.edu ** Date: 22 February 1998 ** File: sequence.c ** Purpose: Routines for generating, reading and writing sequence of ** observ
www.eeworm.com/read/229634/14326174

c geometry.c

/*++ Copyright (C) Microsoft Corporation, 1991 - 1999 Module Name: geometry.c Abstract: SCSI disk class driver - this module contains all the code for generating disk geome
www.eeworm.com/read/127767/14337237

txt e195. listing all available secure random number generators.txt

A secure random number generator can seed itself with unpredictable values and produce cryptographically strong pseudo-random numbers suitable for generating cryptographic keys. Retrieving the list
www.eeworm.com/read/223331/14645462

cs problemgenerator.cs

using System; using System.Collections; using System.Drawing; using System.Windows.Forms; namespace SuDokuSolution { /// /// Class for generating problems /// pub
www.eeworm.com/read/115226/15021186

py biwsdlbiappcodegen.py

from BiWsdlJsCodeGen import * from BiWsdlBiJsStubCodeGen import * import re import itertools import string import os.path """ BiWsdiBiAppCodeGen is a class for generating sample Bindows app
www.eeworm.com/read/208476/15246707

m experim.m

function [y_data,u_data] = experim % EXPERIM % Function for generating data for neural network training. % Call: % [Y,U]=experim; % Data can be generate
www.eeworm.com/read/480485/1317637

java generatebill.java

/** * A concrete state for generating bill */ import java.io.*; public class GenerateBill extends ShopState { public static boolean instanceFlag = false; //true if have 1 instance p
www.eeworm.com/read/472524/1409530

java testsig.java

import java.io.*; import java.security.*; class testSig { public static void main(String[] args) { /* Test generating and verifying a DSA signature */ try { /* gen