代码搜索:unsigned

找到约 10,000 项符合「unsigned」的源代码

代码结果 10,000
www.eeworm.com/read/125890/14456575

c main.c

#include #include void main (void) { unsigned char channel; /*----------------------------------------------- Disable P0 Output and Input. -----------------------------
www.eeworm.com/read/125770/14464855

h long_test.h

unsigned char horse[] = { 0x79,0x00,0x79,0x00,0x79,0x00,0x79,0x00,0x79,0x00,0x79,0x00,0x79,0x00,0x79,0x00,0x79,0x00,0x79,0x00, 0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x1
www.eeworm.com/read/226271/14482799

c c6xdspinit.c

//C6xdskinit.c Init DSP,AD,McBSP void comm_intr() { /*************************************************************************/ /* CONFIG EMIFA REGISTER
www.eeworm.com/read/125392/14495685

c led.c

#include /* * Demo program * * Flashes LEDs on Port B, responds to switch press * on RA1. Usable on PICDEM board. * * Copyright (C)1997 HI-TECH Software. * Freely distributable. */ #
www.eeworm.com/read/226035/14502547

h stk.h

/***************************************************/ /*! \class Stk \brief STK base class Nearly all STK classes inherit from this class. The global sample rate and rawwave path variable
www.eeworm.com/read/226035/14502568

h rtmidi.h

/**********************************************************************/ /*! \class RtMidi \brief An abstract base class for realtime MIDI input/output. This class implements some common func
www.eeworm.com/read/226035/14502585

h filewvin.h

/***************************************************/ /*! \class FileWvIn \brief STK audio file input class. This class inherits from WvIn. It provides a "tick-level" interface to the Fi
www.eeworm.com/read/226035/14502613

h midifilein.h

/**********************************************************************/ /*! \class MidiFileIn \brief A standard MIDI file reading/parsing class. This class can be used to read events from a
www.eeworm.com/read/226035/14502616

h modal.h

/***************************************************/ /*! \class Modal \brief STK resonance model instrument. This class contains an excitation wavetable, an envelope, an oscillator, and
www.eeworm.com/read/125223/14505387

c ex5.c

#include main() { int a, b; unsigned int x, y; a = b = 0xaa55; x = y = 0xaa55; printf("\n a=%4x b=%4x x=%4x y=%4x",a,b,x,y); a = a