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

📄 dump-spd

📁 lpc10-15为美军2400bps语音压缩标准的C语音源代码。
💻
字号:
#! /bin/sh# # Mon Feb 12 16:04:22 CST 1996# Andy Fingerhut (jaf@arl.wustl.edu)# # This script is merely a convenient way for me to avoid having to# remember the options to GNU od(1) necessary to display a file as a# sequence of 16 bit signed 2's complement numbers.# od --format=d2 $*# This alternate version also prints out every byte as its ASCII# equivalent.  This could be useful for seeing strings in a .au# file header.# od --format=c --format=d2 $*

⌨️ 快捷键说明

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