代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/158872/5592572
c tui-out.c
/* Output generating routines for GDB CLI.
Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation,
Inc.
Contributed by Cygnus Solutions.
Written by Fernando Nasser for Cygnus.
www.eeworm.com/read/294899/8195123
c two_tones.c
//two_tones.c Generates/adds two tones using difference equations
short sinegen(void); //for generating tone
short output; //for output
short sinegen_buffer[256]; //buffer for out
www.eeworm.com/read/370720/9587270
ml fft.ml
(* A Staged Implementation of FFT
Author: Walid Taha, Oleg Kiselyov, Kedar N. Swadi
Date: Thu Jul 8 20:24:46 CDT 2004
Problem: See "A Methodology for Generating Verified
www.eeworm.com/read/414517/11109687
c ripple.c
/*
ripple.c
Drew Olbrich, 1992
This distortion effect approximates looking down at an
image through a layer of water. The user can poke
at the water using the mouse, generating one or more
rip
www.eeworm.com/read/411215/11251673
c at91_ps2.c
/*
* Driver for PS/2 keyboard on GPIO lines capable of generating interrupts.
*
* Copyright 2008 zhixiong peng
*
*/
#include
#include
#include
www.eeworm.com/read/236570/14011464
pl webindex.pl
#!/usr/bin/perl
# webindex, a world wide web directory generating program
# Copyright (C) 1997 Larry Doolittle
#
# This program is free software; you can redistribute it and/o
www.eeworm.com/read/109665/15552572
bat sbd2sim.bat
@echo off
echo Generating simulation initilizaition files..
makeprogfile -m memory remote_reconfiguration.sbd
echo Copying Model initialisation files to simulation directory ..
REM memory.reg
www.eeworm.com/read/391209/8416780
mk c2812iqsinetest.mk
# $RCSfile: c2812iqsinetest.mk,v $
# $Revision: 1.1.6.5 $ $Date: 2005/06/30 17:25:06 $
# Copyright 2003-2005 The MathWorks, Inc.
#
# Abstract: Template for generating makefile in the
#
www.eeworm.com/read/391208/8416901
mk c2812adcpwmtest.mk
# $RCSfile: c2812adcpwmtest.mk,v $
# $Revision: 1.1.6.5 $ $Date: 2005/06/30 17:25:06 $
# Copyright 2003-2005 The MathWorks, Inc.
#
# Abstract: Template for generating makefile in the
#
www.eeworm.com/read/191613/8426249
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