代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/132665/14081359
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2004-05-31.23
# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
# This program is
www.eeworm.com/read/203062/15366071
inp thz_ctr_ramp2.inp
thz_ctr_ramp
{
Low-charge, low-energy electron bunch exits an ionized gas jet in
Cartesian geometry, generating coherent transition radiation (CTR)
in the THz range of frequencies --
This simulation
www.eeworm.com/read/203062/15366187
inp thz_ctr_ramp.inp
thz_ctr_ramp
{
Low-charge, low-energy electron bunch exits an ionized gas jet in
Cartesian geometry, generating coherent transition radiation (CTR)
in the THz range of frequencies --
This simulation
www.eeworm.com/read/202721/15375380
m qpsk.m
%QPSK Implemenatation
clear;
%This is the first part of the problem where we are first generating a
%random input of size 6 bits, which results in 3 QPSk sysmbols;
Input = round(rand(1,6));
%Conv
www.eeworm.com/read/202486/15381734
cpp ex0429.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 4.29 on page 79
// Generating pseudo-random numbers in a given range
#include
www.eeworm.com/read/202486/15382017
cpp ex0426.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 4.26 on page 76
// Generating pseudo-random numbers
#include // defines the ra
www.eeworm.com/read/113666/15451608
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2004-04-25.13
# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
# This program is
www.eeworm.com/read/109665/15552494
bat sbd2sim.bat
@echo off
echo Generating simulation initilizaition files..
makeprogfile -m memory simple_excalibur_system.sbd
echo Copying Model initialisation files to simulation directory ..
REM memory.reg
www.eeworm.com/read/106588/15633608
cpp uuidgen.cpp
// UUIDGen.cpp
// Silly class for generating UUIDs
// Each instance has its own unique value,
// which can be accessed as an array of bytes or as a human-readable
// ASCII string.
//
#include "UUIDG
www.eeworm.com/read/106588/15633611
h uuidgen.h
// UUIDGen.h
// Silly class for generating UUIDs
// Each instance has its own unique value,
// which can be accessed as an array of bytes or as a human-readable
// ASCII string.
//
#ifndef __UUIDGEN