代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/130108/14208279
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
com
www.eeworm.com/read/125764/14465877
cpp demo10_2.cpp
// DEMO10_2.CPP - Making a simple sound with DirectSound
// makes a 100hz pure sine tone, try changing it for fun!
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN
www.eeworm.com/read/122711/14671614
cpp demo10_2.cpp
// DEMO10_2.CPP - Making a simple sound with DirectSound
// makes a 100hz pure sine tone, try changing it for fun!
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN
www.eeworm.com/read/116023/14992437
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
www.eeworm.com/read/208180/15251450
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
www.eeworm.com/read/4033/23766
cpp calien.cpp
#include "CAlien.h"
//the vertices making up its shape
const int NumAlienVerts = 19;
const SPoint Alien[NumAlienVerts] = { SPoint(1,3),
SPoint(4,1),
www.eeworm.com/read/11175/208079
h util.h
/* File: util.h - Forward references & constants for module util.asm. */
/* NOTE: When making changes to this file, be sure to make equivalent */
/* changes to file util.inc */
#u
www.eeworm.com/read/480930/1311732
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
www.eeworm.com/read/250243/4434530
makefile
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
# Simplified for ppc64 by Todd Inglet