static共2篇
HashMap源码分析 – 常见属性-不念博客

HashMap源码分析 – 常见属性

static final int DEFAULT_INITIAL_CAPACITY = 1 << 4; // aka 16 /** * The maximum capacity, used if a higher value is implicitly specified * by either of the constructors with ...
不念的头像-不念博客不念6个月前
0296130
C语言深度解析:Static关键字的作用及应用示例-不念博客

C语言深度解析:Static关键字的作用及应用示例

在C语言中,static是一个非常重要的关键字,它具有多种用途和含义,但其核心作用是改变变量或函数的可见性和生命周期。 本文将详细解析static关键字的不同作用和用法。 1. static在函数内部的作...
不念的头像-不念博客不念11个月前
039852