最新 最热

zephyr内核时钟(timing)

内核时钟(timing) 概述 支持的时钟类型 硬时钟(32位) 单位为周期(cycle) 一个周期的长度取决于内核所使用的板卡硬件 可用于更高精度的计时 ....

2020-07-01
0

用Python做自己的2020专属Flag动图

2020年的开头并不顺利,有不少朋友希望能够重启2020。然而时光不可倒流,我们都应该学会积极的向前看。

2020-02-12
0

【leetcode刷题】T42-快乐数

Write an algorithm to determine if a number is "happy".

2019-07-18
0

nginx内存池

2、防止出错:统一在生命周期结束时通过销毁内存池释放所有资源,避免中间异常返回忘记释放资源,造成资源泄漏。

2019-07-16
0

FIFO深度计算

在讲解如何去计算FIFO深度之前,我们来理解一个术语burst length,如果你已经了解了可以跳过。要理解数据的突发长度,首先我们来考虑一种场景,假如模块A不间断的往FIFO中写数据,模块B同样不间断的从FIFO中读数据,不同的是模块...

2019-05-14
0

TW洞见 | 是否使用故事点,并不是重点

我曾经连续做过三个项目,没有对用户故事估点,而仅是简单的计算用户故事数量。我非常倡导这种方法,接下来我来解释下为什么。我也算是一个“估算通”,有十年以上的估点经验,使用过功能点,用例点,构造性成本模型(COCOMO),故事点等...

2018-04-20
1

Leetcode 141 Linked List Cycle

Given a linked list, determine if it has a cycle in it. Follow up: Can you solve it without using

2018-01-12
0

Leetcode 142 Linked List Cycle II

Given a linked list, return the node where the cycle begins. If there is no cycle, return null. Not

2018-01-12
0

Leetcode 202 Happy Number

Write an algorithm to determine if a number is "happy". A happy number is a number defined by the following process: Starting with any positive integer, repla...

2018-01-12
0