训练营PLSR题目
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

9 rader
206 B

  1. #ifndef __BITSET_H__
  2. #define __BITSET_H__
  3. #include "stdint.h"
  4. void Set8_16(uint16_t *Dat , uint8_t *BufferH, uint8_t *BufferL);
  5. void Set16_32(uint32_t *Dat , uint16_t *BufferH, uint16_t *BufferL);
  6. #endif