摘要: #线性结构的物理存储形式 ##1.顺序存储(数组) ##2.链式存储(链表) #线性结构的特点 (1)存在惟一的一个被称作“表头”的数据元素和惟一的一个被称作“表尾”的数据元素; (2)除表头之外,集合中的每个数据元素均只有一个前驱;除表尾之外,集合中的每一个数据元素均只有一个后继。 ##线性表是最 阅读全文
posted @ 2021-07-31 23:52 计科废物1 阅读(547) 评论(0) 推荐(0)
@media only screen and (max-width: 767px){ #sidebar_search_box input[type=text]{width:calc(100% - 24px)} } L2Dwidget.init({ "model": { jsonPath: "https://unpkg.com/live2d-widget-model-hijiki/assets/hijiki.model.json", "scale": 1 }, "display": { "position": "left", "width": 100, "height": 200, "hOffset": 70, "vOffset": 0 }, "mobile": { "show": true, "scale": 0.5 }, "react": { "opacityDefault": 0.7, "opacityOnHover": 0.2 } }); window.onload = function(){ $("#live2dcanvas").attr("style","position: fixed; opacity: 0.7; left: 70px; bottom: 0px; z-index: 1; pointer-events: none;") }