Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
ieee
- Page 1
Re: Director of Innovative Technologies Labs
Community Center
Say Hello!
1 Month Ago
by Dani
Hello and welcome to DaniWeb. That’s quite the CV you’ve got there. :)
IEEE format to decimal conversion
Programming
Software Development
16 Years Ago
by srs_grp
Can anyone give me code for conversion of
IEEE
-754 representation of binary float to decimal number?
ieee projects
Community Center
13 Years Ago
by technocracy
Hello to all. I wanted to know about
ieee
final year projects, i tried to Google it but no satisfactory information i found. As a final year IT student I wanted to know who are eligible for it and what's the process to apply ? plz Reply soon :?:
IEEE's CSDA & CSDP Certifications
Community Center
13 Years Ago
by ctsmith84
… to search the forums here for any previous mentions of
IEEE
's CSDA and CSDP certifications, and couldn't find a…
IEEE Short Real Floating Point Format
Programming
Computer Science
13 Years Ago
by stevthym
Hi! I have a decimal number (e.g 6433) and would like to see the process of converting this to
IEEE
short real floating point format! Any help is appreciated ;)
Converting integer to IEEE 754 in MIPS.
Programming
Software Development
14 Years Ago
by Yeen
…;]0 0011[/COLOR] ; 35 I want to convert it into
IEEE
754 using MIPS: 0100 0010 0[COLOR="Red"… or negative. (The assignment is [I]two's complement ->
IEEE
754[/I], but handling that is not a problem as… go? -Is there already a MIPS instruction for converting into
IEEE
754 that I've missed? The only hint I got…
wireless and two computers networked with IEEE 1394
Hardware and Software
Networking
18 Years Ago
by bretcurry
… to the internet. For sharing files they are connected with
IEEE
1394. I have IIS running on Server 2003 for a… do I tell Internet Explorer and Firefox to use the
IEEE
1394 network for browsing the local web site? Right now…
Code 10 on IEEE 1394 Bus host controller HELP!!!!!!!!!!!
Hardware and Software
Hardware
15 Years Ago
by eladiofilipe
… and I tried again and realised the my computer's
IEEE
1394 Bus Host Controller had a "This device cannot… so I went and bought a Texas Instruments OHCI Compliant
IEEE
1394Host Controller. I installed on my machine, the computer recognised…
java double IEEE 754
Programming
Software Development
12 Years Ago
by trishtren
… a way to get a double value to follow the
IEEE
754 standard, iv seen a number of librarys for it… anyone know how to set a floating point number to
IEEE
754 standard is my question :)
Re: wireless and two computers networked with IEEE 1394
Hardware and Software
Networking
18 Years Ago
by bretcurry
My
IEEE
1394 Firewire network didn't last very long since after …
Re: java double IEEE 754
Programming
Software Development
12 Years Ago
by nmaillet
… be able to use `Long.toHexString()` to get the actual
IEEE
754 value.
how do you convert hex to ieee float in my ogc++ pr?
Programming
Software Development
17 Years Ago
by tootypegs
hi i have the following hex string 40 E3 4E DA 04 2B FE 7C and i need to convert this to 39541.813009259260. I believe this is a hex to
ieee
float conversion. I thought that it was a case of viewing the hex in binary format the inverting the bits but it isnt giving me the correct answer. Does anyone know how to do this correctly? thanks
a/b==c ieee 754 fp return a false result
Programming
Computer Science
12 Years Ago
by angelineang
…. A/b == c Where a,b,c are using the
ieee
754 floating point representation and where the value c is…
looking for ieee final year java projects
Programming
Software Development
11 Years Ago
by globaladchennai
this is Kavi ,i am doing MCA in Madras university, looking for best java base
ieee
project center in chennai,could any one help
Re: IEEE format to decimal conversion
Programming
Software Development
16 Years Ago
by masijade
See the API docs for Float, namely it's varying "parse" and "valueOf" methods.
Re: IEEE's CSDA & CSDP Certifications
Community Center
13 Years Ago
by ctsmith84
Or...would I be better served to go after a technology-specific cert (or two) first? I'm most interested in C#/.NET. I was kind of eyeing the Microsoft Certifications for ADO.NET and ASP.NET. In particular, Exams: 70-511 - Windows Applications Development w/ Microsoft .NET 4 70-515 - Web Apps Development w/ Microsoft .NET 4 70-516 - Accessing …
Re: ieee projects
Community Center
13 Years Ago
by aneechopper
For more information about the final year projects you can follow the link:[url]http://ieeeprojects.net/,It[/url] takes a great role in final year marks.
Re: IEEE Short Real Floating Point Format
Programming
Computer Science
13 Years Ago
by Rashakil Fol
See the wikipedia page on the topic: https://en.wikipedia.org/wiki/IEEE_754-2008 Basically you have a sign bit, an exponent part, and a mantissa part, and they represent the number `(1-2*sign_bit) * (1.0 + mantissa) * 2^(exponent - K)` where K is a constant, exponent is interpreted as an unsigned integer, and mantissa is interpreted as the bits (…
Re: encoding decimals in IEEE float binary format
Programming
Software Development
12 Years Ago
by Gribouillis
…---> converted into a 64 bits integer (called an
ieee
integer) ---> cut in 3 parts: sign, exponent…exponent', significand' (the anyfloat, wich meaning differs from
ieee
, it's independent from the floating point size) --->… transformed again to: sign, exponent, significand for another
ieee
format, say 32 bits (8,23) ---> the…
IEEE Floating-point fromat
Programming
Software Development
20 Years Ago
by tenoran
Thank you for reading the thread. I have been studying "How a floating point number is stored in 32 bits". I know a way to find the exponent numbers. But I don't know a way to find the mantissa values. Why the mantissa of 6.625 would be 010000011(
Re: IEEE Floating-point fromat
Programming
Software Development
20 Years Ago
by Narue
[url=http://docs.sun.com/source/806-3568/ncg_goldberg.html]Clickie Here[/url]
Re: Code 10 on IEEE 1394 Bus host controller HELP!!!!!!!!!!!
Hardware and Software
Hardware
15 Years Ago
by eladiofilipe
I'm using XP with SP3 if that is relevent
Re: Code 10 on IEEE 1394 Bus host controller HELP!!!!!!!!!!!
Hardware and Software
Hardware
15 Years Ago
by eladiofilipe
Just to let everyone know that I solved it my self Not sure what exactly fixed it but I changed card from one pci slot to another and disabled 1394 onboard port in bios hope othere find the solution this easy.
Re: Code 10 on IEEE 1394 Bus host controller HELP!!!!!!!!!!!
Hardware and Software
Hardware
13 Years Ago
by Luxbring
Hello everyone! This same problem was fixed on my computer by changing the slot in which the card was inserted. It works perfectly now.
Re: java double IEEE 754
Programming
Software Development
12 Years Ago
by trishtren
Worked a treat i think, thank you. Thumbs up
Re: how do you convert hex to ieee float in my ogc++ pr?
Programming
Software Development
17 Years Ago
by Salem
[code] union { double d; unsigned char hex[8]; } x; [/code] Assign you 8 hex bytes to x.hex[0] through x.hex[7]. Whether 40 say goes at the start or the end will need to be determined. Then examine x.d for the floating point value.
Re: a/b==c ieee 754 fp return a false result
Programming
Computer Science
12 Years Ago
by histrungalot
Read this http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html and look at the section **Rounding Error**. ##Play around with this #include <iostream> #include <iomanip> #include <cmath> // Might need this later #include <cfloat> using namespace std; int main(){ // a / b…
Re: a/b==c ieee 754 fp return a false result
Programming
Computer Science
12 Years Ago
by geojia
Not an expert: but instead of checking for equivalence why not check for difference less than some val (1e-8)?
Re: looking for ieee final year java projects
Programming
Software Development
11 Years Ago
by stultuske
you think there's a "center" for that? there are way too much reasons for us not to 'hand out' a topic for a project. I'll just sum a few up: 1. we don't know your knowledge 2. we don't know your strengths 3. we don't know your assignments/projects minimal requirements 4. we don't know anything about the time you have to complete it 5. we…
Re: looking for ieee final year java projects
Programming
Software Development
11 Years Ago
by jwenting
9. we don't want to end up doing your homework and actually writing your paper, which would inevitably be the next demand you come up with.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC