'공부 > CS' 카테고리의 다른 글

MIPS 데이터 패스 구동 방식  (0) 2023.06.28
MIPS 주소 방식  (0) 2023.06.28
MIPS 함수 사용  (0) 2023.06.28
MIPS 명령어  (0) 2023.06.28
MIPS 기본 구조  (0) 2023.06.28

+ Recent posts

let textNodes = document.querySelectorAll("div.tt_article_useless_p_margin.contents_style > *:not(figure):not(pre)"); textNodes.forEach(function(a) { a.innerHTML = a.innerHTML.replace(/`(.*?)`/g, '$1'); });