- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/dccmx/fql
- 软件文档: https://github.com/dccmx/fql
软件介绍
这个工具可以让你像操作数据库一样操作文件。
fql:
fql is a tool that use SQL like query to manipulate files.
example:
fql "select time, size, name from ../"
fql "select * where name = fql.cc"
fql "select * where not name = fql.cc"
fql "select time, size, name from . where size > 2.5k and size < 3k order by size desc"
available columns to select:
name
path
perms
size
inode
uid
gid
uname
gname
atime
time : same as atime
mtime
ctime
supported syntax:
select [attrs]
from [folder]
where [expression]
order by [attrs]
limit [[start,] limit]
Make (libreadline is optional):
./configure && make
Install:
copy ./fql to where you like such as /usr/local/bin/.
or make install
信息论、推理与学习算法
麦凯 / 高等教育出版社 / 2006-7 / 59.00元
本书是英国剑桥大学卡文迪许实验室的著名学者David J.C.MacKay博士总结多年教学经验和科研成果,于2003年推出的一部力作。本书作者不仅透彻地论述了传统信息论的内容和最新编码算法,而且以高度的学科驾驭能力,匠心独具地在一个统一框架下讨论了贝叶斯数据建模、蒙特卡罗方法、聚类算法、神经网络等属于机器学习和推理领域的主题,从而很好地将诸多学科的技术内涵融会贯通。本书注重理论与实际的结合,内容组......一起来看看 《信息论、推理与学习算法》 这本书的介绍吧!
