今天没有新动态
@kidultff

PAT-A 真题 – 1058 A+B in Hogwarts

If you are a fan of Harry Potter, you would know the world of magic has its own currency system -- as Hagrid explained it to Harry, "Seventeen silver Sickles to a Galleon and twenty-nine Knuts to a Sickle, it's easy enou ...
  • 0
  • 0
@kidultff

PAT-A 真题 – 1097 Deduplication on a Linked List

Given a singly linked list L with integer keys, you are supposed to remove the nodes with duplicated absolute values of the keys. That is, for each value K, only the first node of which the value or absolute value ...
  • 0
  • 0
@kidultff

定点数的原码、补码、反码、移码

1、有符号数与无符号数就是有没有符号呗~无符号数没有符号为,全部为数值位,有符号数有符号位。2、定点数的定义小数点不动,被定住了定点整数就是小数点在末尾,定点小数就是纯小数,小数点在符号为之后,有效数值最高为之前3、整数原码简单粗暴 ...
  • 0
  • 0
@kidultff

计算机性能指标

考纲要求:吞吐量响应时间CPU时钟周期主频CPICPU执行时间MIPSMFLOPS、GFLOPS、TFLOPS、PFLOPS1、机器字长计算机执行一次定点整数运算所能处理二进制数据的位数。字长影响数的范围和精度。*操作系统位数和机器字长不一定相同2、数据通路带宽指数据 ...
  • 0
  • 0
@kidultff

baguetteBox.js兼容无a标签外围的img图片

baguetteBox.js是一个比较好用的灯箱(悬浮窗图片)插件,项目地址在https://github.com/feimosi/baguetteBox.js/blob/dev/src/baguetteBox.js 它所匹配的格式为<div class="images">     <a h ...
  • 0
  • 0