FF Multi Converter 支持丰富的音视频、文档、图片格式间的转换,是当前格式转换方面的“瑞士军刀”,支持简体中文界面。以 FFMPEG 作为后端处理音视频格式转换,unoconv 进行文档处理,PythonMagick 库进行图像文件转换,在手动编译时需要安装这三个软件包。……【阅读全文】
Tag Archives: 转换
在Perl中高效sort——Guttman-Rosler转换(GRT)
The Guttman-Rosler Transform is a technique from Uri Guttman and Larry Rosler for improving sort speed in perl.……【阅读全文】
在Perl中高效sort——Schwartzian变换
In computer science, the Schwartzian transform is a Perl programming idiom used to improve the efficiency of sorting a list of items. This idiom is appropriate for comparison-based sorting when the ordering is actually based on the ordering of a certain property (the key) of the elements, where computing that property is an intensive operation that should be performed a minimal number of times. The Schwartzian Transform is notable in that it does not use named temporary arrays.……【阅读全文】
进制转换的小程序
帮助信息如下:……【阅读全文】
文件内容及文件名编码转换工具
-
enca(文件内容编码转换)
enca -L zh_CN file……【阅读全文】
不同平台间换行符的差异与转换
如果你的工作(特别是涉及纯文本的工作)需要在不同的操作系统之间进行切换,那么一定要小心不同平台间换行符的差异!……【阅读全文】