资源列表
arp
- ARP编程,发送ARP,// ARP Frame typedef struct tagARPFrame { unsigned short HW_Type /* hardware address */ unsigned short Prot_Type /* protocol address */ unsigned char HW_Addr_Len /* length of hardware address */ unsigned char Prot_Addr_Le
libogg-1.1.3
- ogg 相关代码, 游戏声音编码一种非常棒的格式, 一种高质量的有损压缩格式, 被广泛应用在游戏声音引擎里
qdq
- 六路智能抢答器,用的是陵阳61板,开发环境。
UART
- 本文件是串口0、1测试程序,将跳线器JP7、JP11短接。使用外部22.1184MHz晶振。 功能:Uart驱动程序,包括初始化、波特率设置,单字节发送接收、字符串发送接受等。 程序运行时向PC机发送\"WWW.MLARM.COM\";接收到PC机的数据后,再将该数据发送 回PC机。按开发板上键盘,将该键值发送到PC机.串口调试最好应用支持中文格式 的串口调试助手,否则不能正常显示。
FreeFormPPC
- #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3dControlsStatic() // Call this when linking to MFC statically #endif CPreviewDialogDlg dlg m_pMainWnd = &dlg int nResponse = dlg.Do
CRC
- CRC冗余校验 CRC冗余校验
Tab_Control_Example
- Tab Control控件使用的例子,含操作详细说明文档,VC7.0,XP os