最新 最热

36 Sort Integers by The Number of 1 Bits

Given an integer array arr. You have to sort the integers in the array in ascending order by the number of 1’s in their binary representation and in case of two...

2021-08-18
1

27 Hamming Distance

The Hamming distance between two integers is the number of positions at which the corresponding bits are different.

2021-08-18
1

Algorithms_入门基础_如何使用最高效的方式来判断一个数是否是2的N次方

2的N次方嘛 ,举个例子 2 4 8 16是 2的N次方, 6 , 10 不是2的N次方。

2021-08-17
1

LeetCode 0164 - Maximum Gap

Given an unsorted array, find the maximum difference between the successive elements in its sorted form.

2021-08-11
1

LeetCode 0263 - Ugly Number

Write a program to check whether a given number is an ugly number.

2021-08-11
1

LeetCode 0400 - Nth Digit

Find the nth digit of the infinite integer sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, …

2021-08-11
1

LeetCode 0007 - Reverse Integer

Given a 32-bit signed integer, reverse digits of an integer.

2021-08-11
1

LeetCode 7.Reverse Integer

Given a 32-bit signed integer, reverse digits of an integer.

2021-07-23
1

LeetCode 50. Pow(x, n) (Tag:Binary Search)

Implement pow(x, n), which calculates x raised to the power n (xn).

2021-07-23
1

TI发布采样率12.8Gsps,带宽6GHz,12bit分辨率高速示波器参考设计

https://www.ti.com/tool/TIDA-01028 完整的PCB相关文件都是开源的,还有一个设计文档可以参考学习。 原理图:tidrz70.pdf (4.68MB) 设计指南:tiduei2.pdf (6.15MB) 示波器前端规格:...

2021-07-20
0