我应该为教育、娱乐和实际应用程序编写哪种文件转换器?
我正在寻找一些现实世界的应用程序任务,它可以单独给我一些编程经验。我正在考虑文件格式转换器,但我不确定要选择哪一对格式。我更喜欢二进制或混合格式,因为它们更棘手。您建议我查看哪种现有文件格式转换?
提前致谢
I am looking for some real-world application task which singlehandedly will give me some programming experience. I am thinking about file format converter but I am not sure about which pair of formats to chose. I would prefer a binary or mixed formats as more trickier ones. Which of existing file format conversion would you suggest to me to look at ?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
BMP - TGA 图像文件转换是一个合适的开始。这还允许您随着进度添加更多格式。
BMP - TGA image file conversion is an appropriate start. This also allows you to add more formats as you progress.
从
.fsdb
到.ltx
、.ltx2
、.fst
以及其他方式的转换器(>.ltx
、.ltx2
、.fst
到.fsdb
)将非常非常好。.ltx
、.ltx2
、.fst
是 gtkwave 波形查看器使用和理解的格式。gtkwave
是数字/混合信号设计社区中使用的非常强大的开源波形查看器。.fsdb
是商业波形查看器中使用的专有格式 威尔第(前“德彪西”)。A converter from
.fsdb
to.ltx
,.ltx2
,.fst
and the other way around (.ltx
,.ltx2
,.fst
to.fsdb
) would be very very nice to have.The
.ltx
,.ltx2
,.fst
are formats used and understood by gtkwave waveform viewer. Thegtkwave
is very capable open source waveform viewer used in digital/mixed signal design community.The
.fsdb
is the proprietary format used in the commercial waveform viewer verdi (former 'debussy').