⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易于我们学习和理解
💻
字号:
DMD bitmap to PostScript translator. Much of the code came from abm,which was written by Guy Riddle.By default 6 byte patterns are used to encode the output bitmap. Usethe -b option to change the pattern size. Bitmaps are unpacked onescanline at a time and re-encoded in a format that looks like,	bytes patterns countwhere bytes and count are decimal integers and patterns is a seriesof hex digits. Bytes is the number of bytes represented by the hexpattern, and count is the number of additional times the patternshould be repeated. For example,	2 FFFF 4	5 FFFFFFFFFF 1       10 FFFFFFFFFFFFFFFFFFFF 0all represent 10 consecutive bytes of ones. Scanlines are terminatedby a 0 on a line by itself.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -