Tagged Questions
The ieee tag has no wiki summary.
14
votes
2answers
541 views
Detecting a negative 0 stored as a double in C++
I am doing some mathematical calculations (trying to convert Matlab code into C++, using VS2010) and I need to be able to tell if at some point I get a negative 0.
According to the IEEE standard ...
12
votes
5answers
5k views
How to manually equalize columns in an IEEE paper if using BibTex?
IEEE conference publications in two-column format require authors to manually equalize the lengths of the columns on the last page of the final submission. I have typically done this by inserting a ...
9
votes
4answers
442 views
next higher/lower IEEE double precision number
I am doing high precision scientific computations. In looking for the best representation of various effects, I keep coming up with reasons to want to get the next higher (or lower) double precision ...
7
votes
4answers
405 views
Number of floats between two floats
Say I have two Python floats a and b, is there an easy way to find out how many representable real numbers are between the two in IEEE-754 representation (or whatever representation the machine used ...
5
votes
4answers
432 views
Joining ACM and IEEE [closed]
I am a software developer in France and I've realized that I am more interested in research and advanced topics more than just programming. So I decided to go back to the university next year for ...
5
votes
3answers
264 views
IEEE Software Standards
The IEEE has a long list of standards for almost every step within the software engineering process. How many of you have seen a reference to such standards in the documentation you read?
I think the ...
3
votes
2answers
713 views
IEEE bibliography style for BibLaTeX (not BibTeX)?
Does anyone have or know where to find o bibliography style file like IEEEtr or IEEEtran for BibLaTeX? I've been searching all over, but could only find the ones for BibTeX. BibTeX can't really do the ...
3
votes
3answers
662 views
Is there a PTP (Precision Time Protocol | IEEE 1588) library?
I've been tasked with syncing a time critical process for logging data from a PLC with a PTP (Precision Time Protocol, IEEE 1588) time source.
A quick look at the available libraries all turn up ...
3
votes
2answers
865 views
How to indicate “accessed” attribute in Bibtex file when citing urls with IEEE?
According to the IEEE citation style reference, in case we cite urls the access time of the url should be indicated as well.
Does anybody know how to indicate this when using BibTeX?
Thanks,
Zoltan
3
votes
3answers
2k views
IEEE CSDP Certification [closed]
I know there is lots of question with the same sort of subject, but this question is specific to the IEEE CSDP Certification
As I am currently living and working in Australia,I found that the IEEE ...
2
votes
1answer
44 views
Identifying a frame, Ethernet or IEEE 802.3?
I've been asked to determine whether a frame is an Ethernet or IEEE 802.3 frame.
I have researched Ethernet and IEEE 802.3 and found the format of each frame, but nothing about the frame in question ...
2
votes
1answer
52 views
802.11 header mismatch - pcap
I'm capturing wirless frames the first structure i'm using is
struct mgmt_header_t {
u_int16_t fc;
u_int16_t duration;
u_int8_t da[6];
u_int8_t sa[6];
u_int8_t ...
2
votes
1answer
41 views
IEEE 1003.1 licenses compared
Software or real people can technically copy a BSD software, install it and sell it. What are technical and licence advantages and disadvantages compared to taking Linux or other 1003.1 and delivering ...
1
vote
2answers
226 views
Converting from binary to IEEE floating-point
I need to convert the binary number 0000 0110 1101 1001 1111 1110 1101 0011 to IEEE floating-point. The answer is 1.10110011111111011010011 x 2^−114, but how is the exponent derived?
1
vote
3answers
859 views
Last-page column equalization for latex IEEEtran class?
In the documentation for the IEEEtran LaTeX class, it's mentioned that the two columns on the last page need to be manually adjusted in order to be balanced (have the same length).
I see that ...
1
vote
1answer
100 views
IEEE Interface Specification Standard
Does anyone know of a newer standard for software interface specifications than IEEE J-STD 16 1995? I have been searching the web and the IEEE site and have not found anything, but may not be using ...
1
vote
1answer
291 views
Convert from IBM floating point to IEEE floating point standard and Vice Versa- In C#?
Was looking for a way to IEEE floating point numbers to IBM floating point format for a old system we are using. Is there a general formula we can use in C# to this end. Any libraries tat could help.
1
vote
3answers
340 views
Why IEEE vhdl standard library is not STL?
IEEE vhdl language reference manual only defined a limited set of standard packages.And it do not defined the functionalities on the standard types,such as STD_LOGIC.So there are no standard AND2, INV ...
1
vote
3answers
356 views
How do ldexp and frexp work in python?
The python frexp and ldexp functions splits floats into mantissa and exponent.
Do anybody know if this process exposes the actual float structure, or if it requires python to do expensive logarithmic ...
1
vote
3answers
196 views
Best Book on Bit Magic [closed]
I'm continiously impressed with the bitmagic used in chess engines, 3dgames and other highly optimized codebases.
I've tried to read about IEEE and the article at topcoder, but I would like a more ...
1
vote
4answers
400 views
Windows API vs. UNIX shell (equiv?) — Or — When is a programming language a language and not a script? [closed]
I've seen a number of question's closed as "Not programming related" (e.g. http://stackoverflow.com/questions/397854/what-process-accesses-my-hdd)
I understand that their's several alternative site ...
0
votes
1answer
67 views
Gradual underflow and denormalized numbers in IEEE
I was reading about floating-point representation and underflow/overflow and I ecnountered something interesting - gradual underflow. As I understand gradual underflow means that the result of, for ...
0
votes
0answers
28 views
Calculate BPDU for network
I have a task to calculate BPDU fro Bridges in T=0sec , T=1sec and T=2sec
The bridges run the IEEE 802.1d spanning tree algorithm
but I don't know how
there are any rules or formulas to calculate ...
0
votes
0answers
248 views
Latex IEEETran cls use titlesec package
Anyone know how to use titlesec package if I am under \documentclass[conference]{IEEEtran} ?
I got following error:
!Undefined control sequence.
<argument> \subparagraph
Thanks
0
votes
1answer
56 views
What is the rationale for exponent and mantissa sizes in IEEE floating point standards?
I have a decent understanding of how floating point works, but I want to know how the specific exponent and mantissa sizes were decided upon. Are they optimal in some way? How can optimality be ...
0
votes
1answer
62 views
IEEE Double Precision
Standard IEEEDoublePrecision
What is the largest and smallest number be displayed in the standard? how is it?
0
votes
1answer
170 views
Convert MBF Double to IEEE
I found a topic below for convert MBF to IEEE.
http://stackoverflow.com/questions/2973913/convert-mbf-single-and-double-to-ieee
Anyone can explain what are the function of the code marked below?
...
0
votes
2answers
379 views
Convert MBF Single and Double to IEEE
Follow-Up available: There's a follow-up with further details, see Convert MBF to IEEE.
I've got some legacy data which is still in use, reading the binary files is not the problem, the number ...
0
votes
1answer
60 views
Software Installation Documents
Does anyone know if there is an IEEE standard for software installation instruction documents?
-1
votes
1answer
76 views
delphi convert microsoft binary to ieee (8bits)
Somebody has the code to convert from old MSB to ieee (delphi real)?
In google I've only founded the 4bit conversion, but not for 8bits:
function MBF2IEEE(MBFVal: Single): Single;
var
Output: ...
-1
votes
1answer
44 views
IEEE Papers:How to make one? [closed]
I am currently trying to make a paper for IEEE.I am not sure how to start.Is there any link that can help?And also to write a paper which type of projects should be selected?Please I need your help ...