搜索资源列表
dsss_code
- dsss直接扩频通信源代码.便于学习.内含4个m文件-DSSS direct spread spectrum communication source code. easy to study. containing 4 m file
DICOM-display
- DICOM文件在Windows下的显示文档,包括VC++和OPENGL混合编程,VC++和MITK混合编程,和ITK、VTK、dcmtk等开源库混合编程-DICOM file in Windows, display the document, including VC++ and OPENGL hybrid programming, VC++ and MITK hybrid programming, and ITK, VTK, dcmtk hybrid programming such as o
m-file-for-psk-qpsk-and-16-qam
- it contains matlab source code ie. m.file code in word document for bpsk,qpsk and 16-qam.
AVR assembler guide
- This manual describes the usage of the Assembler. The Assembler covers the whole range of microcontrollers in the AT90S family. The Assembler translates assembly source code into object code. The generated object code can be used as input to a simula
BIG05
- A header file is a file with extension .h which contains C function declarations and macro definitions to be shared between several source files. There are two types of header files: the files that the programmer writes and the files that comes with
BIG06
- Including a header file is equal to copying the content of the header file but we do not do it because it will be error-prone and it is not a good idea to copy the content of a header file in the source files, especially if we have multiple source fi