[size=5][color=#0000ff]A few days ago, the company made a high-power amplifier, and the attenuator was burned. I originally planned to send it back for repair, but I haven't done anything recently. To...
In 2011, we look forward to your joining us to create more excitement for the EEWORLD community!Necessary conditions for being a moderator:
1. Enthusiasm is greater than heaven, and willing to do some...
[p=30, 2, left]For development, we often need to save some parameters. When there is a lot of data, we often use serial flash to store the data we need. Often these serial flashes have a disadvantage,...
CString D3; D3.Format(_T("%0.5f"),d3); n=D3.GetLength(); for(k=0;k
Why do we need to format it into CString first and then char? Isn't it good to just sprintf(ddd3,"%0.5f",d3);?
Isn’t it possible to u...