代码搜索结果
找到约 10,000 项符合
J 的代码
qg--dyz17j.asp
下载声明 1
下载声明
1)本站的代码仅用于学习和研究之用,请不要用于商业途径。
2)本
j2kdemo.rc2
//
// J2KDEMO.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///
enc28j60.h
#ifndef IN_ENC28J60
#define IN_ENC28J60
typedef union _WORD_BYTES
{
u16_t word;
u8_t bytes[2];
struct
{
u8_t low;
u8_t high;
} byte;
}WORD_BYTES;