资源列表
[驱动编程] GetDeviceIDfromVIDandPID
说明:通过设备的VID和PID获取对应的设备ID,可用于OpenCV打开摄像头,VideoCapture::open()。-Get device ID which can be used for opencv PID,VID.<wyl> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[其他小程序] Longest-Palindromic-Substring
说明:Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.<王汝鑫> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[其他小程序] Remove-Nth-Node-From-End-of-List
说明:各位一个链表,删除第N个结点,然后返回链表的首结点-Given a linked list, remove the nth node the end of list and return its head.<王汝鑫> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[其他小程序] Merge-k-Sorted-Lists
说明:合并K个有序的链表,然后返回结果链表的首结点-Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.<王汝鑫> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[其他小程序] Swap-Nodes-in-Pairs
说明:给定一个链表,对其结点进行两两交换,然后返回结果链表的首结点-Given a linked list, swap every two adjacent nodes and return its head.<王汝鑫> 在 2025-06-16 上传 | 大小:1kb | 下载:0