开发者

C语言字符函数和字符串函数

0
  • C语言字符函数和字符串函数示例详解

    目录一、字符分类函数二、字符转换函数三、strlen的使用和模拟实现3.1strlen函数3.2strlen函数模拟实现四、strcpy的使用和模拟实现4.1strcpy函数4.2strcpy函数的模拟实现五、strcat的使用和模拟实现5.1strcat函数5.2[详细]

    2025-03-27 13:20 分类:开发
  • USB HID protocol question

    I\'m implementing USB on a PIC 18F2550 using a generic HID interface. I\'ve set up the HID profile configuation to have a single 64 byte message for both inputs and outputs.[详细]

    2022-12-28 20:31 分类:问答