Array – NotFalse 技術客 https://notfalse.net Fri, 06 Sep 2024 15:41:11 +0000 zh-TW hourly 1 https://wordpress.org/?v=4.9.29 https://s3.notfalse.net/wp-content/uploads/2018/01/10023620/cropped-notfalse-icon1-32x32.png Array – NotFalse 技術客 https://notfalse.net 32 32 117991104 位元組順序 (Byte Order or Endianness) — big-endian vs. little-endian https://notfalse.net/19/byte-order https://notfalse.net/19/byte-order#comments Sun, 12 Feb 2017 04:12:11 +0000 http://blog.jason.party/?p=50798 我們時常會以 由左到右、由上到下 的方式書寫, 例: 一數 『 九 千 四 百 八 十 七 』, 通常習慣寫成:『 9487 』,而不是『 7849 』, (雖然,有些國家或族群的習慣可能是後者) 你 不能說他錯,因為這只是習慣的不同。   位元組順序 (Byte Order),或稱 端序 (End […]

這篇文章 位元組順序 (Byte Order or Endianness) — big-endian vs. little-endian 最早出現於 NotFalse 技術客

]]>
https://notfalse.net/19/byte-order/feed 1 19
陣列 (Array) 簡介 https://notfalse.net/15/array-intro https://notfalse.net/15/array-intro#comments Sat, 28 Jan 2017 19:04:33 +0000 http://blog.jason.party/?p=50458 陣列 (Array),又稱數組,為一資料結構 (Data Structure), 是用來儲存一群『相同資料型態 [註1] 的元素 (element)』之串列。 通常 佔用 連續的 (consecutive) 記憶體位置 (memory location)。   每個元素,會有一類 […]

這篇文章 陣列 (Array) 簡介 最早出現於 NotFalse 技術客

]]>
https://notfalse.net/15/array-intro/feed 2 15
命令模式 (Command Pattern) https://notfalse.net/4/command-pattern https://notfalse.net/4/command-pattern#comments Tue, 06 Dec 2016 08:18:27 +0000 http://blog.jason.party/?p=229 命令模式 (Command Pattern),GoF 23 種設計模式其一,行為型, 又稱為 指令、 action (動作)、transaction (交易) 模式, 其定義: Encapsulate a request as an object, thereby letting you parameteri […]

這篇文章 命令模式 (Command Pattern) 最早出現於 NotFalse 技術客

]]>
https://notfalse.net/4/command-pattern/feed 7 4