binary
How to multiply an int with a fraction
I need to multiply an int by a fraction using bitwise operators without loops and such. For example, I need to multiply by x by 3/8.[详细]
2023-04-03 21:08 分类:问答Deserialization problem in .NET
I created a binary serialized file of my object, so that I could use it as a database file for many other projects. It works quite fine with the same project, but when I try to deserialize that file f[详细]
2023-04-03 05:14 分类:问答VB6: How are binary files encoded? using Put statement
I have this code Open WritingPath & \"\\FplDb.txt\" For Random As #1 Len = Len(WpRec) For i = 1 To 99[详细]
2023-04-01 22:57 分类:问答how to alter valid windows icon programmatically?
I need create like 10k different icons for testing, can be in C# or powershell. I have actually 10k identical icons files with different names and I thought I could easily read binary icon in, convert[详细]
2023-04-01 14:20 分类:问答With C#, how can I convert a byte array of binary data into a custom-typed object that models the data?
Scenario: I have received raw binary data via HTTP and stored the data into a byte array. I have documentation that describes various fields that the binary data can represent, but the actual meaning[详细]
2023-04-01 10:27 分类:问答Binary Delta Storage
I\'m looking for a binary delta storage solution to version large binary files (digital audio workstation files)[详细]
2023-04-01 09:39 分类:问答How to complement bytes in java?
I need to complement string binaries. st=br.readLine() //I used readline to read string line byte[] bytesy = st.getBytes(); //and put it to bytes array.[详细]
2023-04-01 05:02 分类:问答how to convert string to byte in java?
How to make string \"01001000\"(for example) to byte and convert it to string. Example : if string = \"0110000101100010\" then output must be \"ab\"[详细]
2023-03-31 19:55 分类:问答retrieving resource from dotnet assembly
I created a very simple application a long time ago, in dot net. Now I need to rewrite the application with some additions, but I lost the code of previous version but I have the binary file. There is[详细]
2023-03-31 17:12 分类:问答convert huffman code string to binary
I am having problem with how to convert huffman encoding string to binary python. This question involves nothing of the huffman algorithm.[详细]
2023-03-31 15:16 分类:问答