稀少的
206土龙弟弟Dunsparce-Dun(微暗的)+Sparse(稀少的) 207天蝎Gligar-Glider(滑翔机)
[科技] 稀疏的
这就意味着,从任何语料训练得来的二元语法矩阵都是稀疏的(Sparse),从 而导致大量的“零概率”现象发生,使得MLE方法得到很多很糟糕的估计值。
创建稀疏矩阵
... spalloc为非零元素配置内存 sparse创建稀疏矩阵 spconvert把外部数据转换为稀疏矩阵 ...
稀稀拉拉
那个时候的赛场充满了激情,那里没有跳水、那里没有稀稀拉拉(Sparse)的看台。傲不可长,欲不可纵,志不可满,乐不可及。
Sparse is a computer software tool designed to find possible coding faults in the Linux kernel. Unlike other such tools, this static analysis tool was initially designed to only flag constructs that were likely to be of interest to kernel developers, such as the mixing of pointers to user and kernel address spaces.Sparse checks for known problems and allows the developer to include annotations in the code that convey information about data types, such as the address space that pointers point to and the locks that a function acquires or releases.Linus Torvalds started writing Sparse in 2003. Josh Triplett was its maintainer from 2006, a role taken over by Christopher Li in 2009. Sparse is released under the MIT License.