binaryfiles
How to parse/encode binary message formats?
I need to parse and encode to a legacy binary message format in Java. I began by using DataOutputStream to read/write primitive typ开发者_Python百科es but the problem I\'m having is that the message f[详细]
2023-03-23 09:55 分类:问答Extracting jfif image from 2d barcode
I have data read from 2d bar code pdf417. It contains an embedded image in the format of (jfif), The image is not at the beginning of the decoded data it has some data 开发者_如何学Cfields and the ima[详细]
2023-03-23 04:38 分类:问答Data file format for .net thick client app
I\'ve read a variety of recommendations on this, and just am curious what the \"state of the art\" would be for this-[详细]
2023-03-22 04:19 分类:问答diff a directory recursively, ignoring all binary files
Working on a Fedora Constantine box. I am looking to diff two directories recursively to check for source changes. Due to the setup of the project (prior to my own开发者_如何转开发 engagement with sai[详细]
2023-03-21 02:06 分类:问答python array.fromfile vs struct.unpack
I am currently using struct.unpack to read a binary file. Frequently, I would be reading different types of values, so I might read a few longs, then read 8 floats, then read 2 shorts, a couple bytes,[详细]
2023-03-19 03:47 分类:问答Loading a file into MATLAB as it is? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-16 14:44 分类:问答Replace sequence of bytes in binary file
What is the best method to replace sequence of bytes in binary file to the same length of other bytes? The binary files will be pretty large, about 50 mb and should not be loaded at once in memory.[详细]
2023-03-16 12:33 分类:问答How to create dot dat file in Delphi Prism?
I am new to Delphi Prism and been testing it out. When I hear and read programmers bad mouthing Delphi Prism for .NET, now I feel their pain. My God, I am having trouble with writing a simple code to[详细]
2023-03-14 21:07 分类:问答How to delete parts from a binary file in C++
I would like to delete parts from a binary file, using C++. The binary file is about about 5-10 MB. What I would like to do:[详细]
2023-03-14 15:43 分类:问答help needed with parsing binary file
I am trying to interact with an open-source program by writing a C++ application what can read-m开发者_JS百科odify-write a binary file format used by that program. The good thing is that the program i[详细]
2023-03-13 18:05 分类:问答