Relative Content

Tag Archive for binary

Does it really need to convert decimal,string, etc to binary?

I’m very new to programming. Just read some articles about algorithm for converting a decimal or string to binary. But,according to what I know, computers hold these data in binary form. So why don’t we just read raw binary in the memory? Isn’t it much easier and faster?
If possible, how to do that in C or Assembly?

Does it really need to convert decimal,string, etc to binary?

I’m very new to programming. Just read some articles about algorithm for converting a decimal or string to binary. But,according to what I know, computers hold these data in binary form. So why don’t we just read raw binary in the memory? Isn’t it much easier and faster?
If possible, how to do that in C or Assembly?

Does it really need to convert decimal,string, etc to binary?

I’m very new to programming. Just read some articles about algorithm for converting a decimal or string to binary. But,according to what I know, computers hold these data in binary form. So why don’t we just read raw binary in the memory? Isn’t it much easier and faster?
If possible, how to do that in C or Assembly?

Data format for binary data transfer

I have to make an oscilloscope. Ideally, the oscilloscope connects to a probe. This probe should be another program, and could get the data locally or from a network. This data are numbers, floats and/or integers. The number of channels may vary. And they change with time. Not all channels need to have the same frequency.