摘要:
电脑关机状态下是如何计时的?重新开机后电脑仍然能正确显示时间,这 爱问知识人 https://iask.sina.com.cn/b/1SSYau0LOm7J.html 对于一台电脑来说,时间的准确性是非常重要的。那么电脑的时间是靠什么来计算呢。一般由三个元件来完成。1,时钟芯片。2,晶体振荡器(简称 阅读全文
posted @ 2022-05-20 21:41
papering
阅读(1322)
评论(0)
推荐(0)
摘要:
go var swap func(a, b *int) = func(a, b *int) { *a ^= *b *b ^= *a *a ^= *b } c void swap(int* a,int* b){ *a^=^*b=^*a=^*b; } a 0 0 1 1 b 0 1 0 1 a1=a^b 阅读全文
posted @ 2022-05-20 17:48
papering
阅读(38)
评论(0)
推荐(0)
摘要:
本题是经典的字符串单模匹配的模型,因此可以使用字符串匹配算法解决,常见的字符串匹配算法包括暴力匹配、\text{Knuth-Morris-Pratt}Knuth-Morris-Pratt 算法、\text{Boyer-Moore}Boyer-Moore 算法、\text{Sunday}Sunday 阅读全文
posted @ 2022-05-20 17:02
papering
阅读(40)
评论(0)
推荐(0)
摘要:
a 搜索 复制 阅读全文
posted @ 2022-05-20 16:33
papering
阅读(22)
评论(0)
推荐(0)
摘要:
https://leetcode.cn/problems/smallest-good-base/ 阅读全文
posted @ 2022-05-20 16:17
papering
阅读(30)
评论(0)
推荐(0)
摘要:
四平方和定理 (英语:Lagrange's four-square theorem) 说明每个正整数均可表示为4个整数的平方和。它是费马多边形数定理和华林问题的特例。 阅读全文
posted @ 2022-05-20 16:12
papering
阅读(215)
评论(0)
推荐(0)
摘要:
func find132pattern(nums []int) bool { n := len(nums) if n < 3 { return false } i, j, k := 0, 1, 2 a, b, c := nums[i], nums[j], nums[k] for { if i == 阅读全文
posted @ 2022-05-20 11:12
papering
阅读(47)
评论(0)
推荐(0)
摘要:
小结 1、 Both nextSmaller and prevSmaller 之前、之后的第一个大、小的 func largestRectangleArea(heights []int) int { /* 1、严格单调栈 2、每个元素都要入栈 序号不连续的原因:缺失的元素比栈顶元素大;尤其当栈底元素 阅读全文
posted @ 2022-05-20 10:34
papering
阅读(126)
评论(0)
推荐(0)
摘要:
https://mp.weixin.qq.com/s/WvjMobYgMZ4sRwyV6V_PgQ 关于技术能力的思考和总结 朱春茂(知明) 阿里开发者 2022-05-20 09:25 发表于北京 技术人成长的悖论 在程序员界有一个悖论持续在困惑着很多技术人:在写代码的人的困惑是一直写代码是不是会 阅读全文
posted @ 2022-05-20 09:32
papering
阅读(179)
评论(0)
推荐(0)
摘要:
:authority: leetcode.cn :method: POST :path: /graphql/ :scheme: https accept: */* accept-encoding: gzip, deflate, br accept-language: zh-CN cache-cont 阅读全文
posted @ 2022-05-20 08:50
papering
阅读(84)
评论(0)
推荐(0)
摘要:
https://leetcode.cn/problems/FortPu/ 阅读全文
posted @ 2022-05-20 07:53
papering
阅读(46)
评论(0)
推荐(0)

浙公网安备 33010602011771号