代码搜索:Generators
找到约 1,542 项符合「Generators」的源代码
代码结果 1,542
www.eeworm.com/read/222743/14676894
cpp generators.cpp
//: C06:Generators.cpp {O}
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the
www.eeworm.com/read/122349/14699584
gif generators.gif
www.eeworm.com/read/120923/14782826
h generators.h
//: C08:Generators.h
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Different ways to fill seque
www.eeworm.com/read/209853/15212976
h generators.h
//: C06:Generators.h
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file
www.eeworm.com/read/209853/15212993
cpp generators.cpp
//: C06:Generators.cpp {O}
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the
www.eeworm.com/read/11139/197680
py generators.py
# Copyright (c) 2005 Intel Corporation
# All rights reserved.
#
# This file is distributed under the terms in the attached INTEL-LICENSE
# file. If you do not find these files, copies can be
www.eeworm.com/read/462184/1547664
h generators.h
#ifndef GEN_MODULE
#define GEN_MODULE
//外部函数
extern void InitGen( void );
extern void SetSineFreq( unsigned int freq);
extern void SetShiftFreq( int freq);
extern void MakeSine( unsigned int n
www.eeworm.com/read/462184/1547671
c generators.c
#include
#include
#include
#include "common.h"
#include "timers.h"
#include "generators.h"
typedef struct
{
unsigned int PhzAcc;
unsigned int PhzInc;
uns
www.eeworm.com/read/462184/1547687
h generators.h
#ifndef GEN_MODULE
#define GEN_MODULE
//外部函数
extern void InitGen( void );
extern void SetSineFreq( unsigned int freq);
extern void SetShiftFreq( int freq);
extern void MakeSine( unsigned int n
www.eeworm.com/read/462184/1547695
c generators.c
#include
#include
#include
#include "common.h"
#include "timers.h"
#include "generators.h"
typedef struct
{
unsigned int PhzAcc;
unsigned int PhzInc;
uns