Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [binary]

Ask Question

The tag has no summary.

15 questions
Filter by
Sorted by
Tagged with
2votes
2answers
183views

I have a dictionary with a lot of symbols, each of which is encoded in a huffman binary string.Example:SymbolHuffman Codeyou010shall0111not00111pass00001......Therefore I encode the ...
9votes
4answers
1kviews

Binary Visualization based on Christopher Domas talk: youtube link and this Russian programmer where I discovered this talk: youtube link.Algorithm:Scan the pairs of bytes of a file with a sliding ...
3votes
1answer
148views

This class is meant to work exactly as an unsigned integer should work, but it limits the value based on a set amount of bits....
RhinoRunner's user avatar
5votes
1answer
333views

I'm trying to build a format that can represent the user's cart on my website in the most compact way. The website is related to computer parts and there are 23 product categories. Each product has an ...
-2votes
1answer
629views

I want to serialize a C++ classRamdomclass . Below is the serialization function....
1vote
3answers
255views

I wrote a program that implements an algorithm that converts from decimal to binary and octalPlease criticize my implementation. What else can I do to improve?...
Mike's user avatar
  • 319
1vote
2answers
630views

I have a device (ADC) that stores its samples in a 32-bit buffer and each sample is a 12-bit word :I needed an algorithm to read those samples to a container (say ...
LRDPRDX's user avatar
1vote
1answer
3kviews

I wrote a program to convert float to it's binary IEEE754 representation in C.Any improvements to this is appreciated...
C--'s user avatar
  • 113
6votes
4answers
2kviews

I created a quick function to convertn bytes into binary for my student.She is not on that level yet, but I think it would be best for her if my demonstrative ...
Edenia's user avatar
  • 1,588
5votes
1answer
714views

AboutI'm writing a header-only template library for helping with binary IO. It is inspired by pack-d, which is in turn inspired by Python's struct module. I've only finished the output part and ...
3votes
2answers
614views

tl;dr: How could you rewrite thebuf_get andbuf_set functions below to be most optimal?It took me a long time and a lot of ...
6votes
1answer
419views

edit: here is a cleaned-up version incorporating most (but not all) feedback, thanks guys; https://gist.github.com/divinity76/79efd7b8c0d7849b956cd194659c98e5edit2, 2021-07-16: found a bug (possible ...
hanshenrik's user avatar
3votes
1answer
255views

I have small (<250 bytes) chunk of binary data, where I know that almost always, the first nibble is going to be zero0. For example, in hex:...
Brad's user avatar
  • 215
1vote
1answer
273views

I'm creating a class library to read/write .3di files which are binary files describing 3D models for a video game. This review is for the write/serialization process.I've mapped the different ...
Tyler Daniels's user avatar

Hot Network Questions

more hot questions
Newest binary questions feed

[8]ページ先頭

©2009-2025 Movatter.jp