- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: Android
- 软件首页: https://github.com/facebook/fb-adb
软件介绍
fb-adb 是一个用于 Android 设备上的界面工具,用于与 Android 系统的交互。它与 Android adb 之间存在很多的相同点,但是 fb-adb 能够更好的支持远程;且 Bug 更少。
-
is binary clean (no LF -> CRLF mangling)
-
transmits and updates window size
-
distinguishes standard output and standard error
-
properly muxes streams with independent flow control
-
allows for ssh-like pty allocation control
-
propagates program exit status instead of always exiting with status 0
-
properly escapes program arguments
-
kills remote program
-
provides a generic facility to elevate to root without re-escaping
Algorithms and Data Structures
Kurt Mehlhorn、Peter Sanders / Springer / 2008-08-06 / USD 49.95
Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer shoul......一起来看看 《Algorithms and Data Structures》 这本书的介绍吧!
