Topic profile page for Binary file.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Binary file.
Topic "Binary file" was discussed 2,486 times on 409 sites in last 3 months
Started 4 days, 2 hours ago (2009-11-26 06:05:00)
by 109865
Hi, I am new to LabView. I am using the DAQ assistance to get my signal that sampling with 1MHz.I want to save the data into waveform file or binary file. Is there any clue to save the data continuously in waveform or binary file? Thank you. Sue
Started 4 days, 18 hours ago (2009-11-25 14:28:00)
by rjamesd
Hi, I'm looking for a Perl function that does the same thing as the Linux strings command. The strings command will output a list of strings contained in any file, including a binary file that has strings embedded with in. Regular expressions don't seem to work very well (or at all) with searching for strings in binary files. I've searched here already but not found answers....
Started 4 days, 21 hours ago (2009-11-25 11:26:00)
by Doofus
Hi, Just hoping that someone might be able to help me out with the following. i am new to labview and do not have a IT background so understanding binary files and how to read them is proving beyond my abilities. Quite simply i am trying to open a series of binary files written in the following format (refer to data.txt attachment) and then within labview process the data. I ...
Started 6 days, 14 hours ago (2009-11-23 18:17:00)
by Skkra
I am attempting to save a few simple settings to a settings.dat file. Right now, this file is a text file, but I would like for it to not be plainly human-readable. I thought that writing it as a Binary file would do the trick - except I cant get it to work! using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; ...
Started 1 week, 1 day ago (2009-11-21 18:14:00)
by kfx666
I'm concerned about privacy. Is information from my machine embedded? Should I compile it on a very old PC which will never be online again? Are there any (free) online compiling services? I'm using SharpDevelop for .NET 2 thx ppl
Started 1 week, 1 day ago (2009-11-21 16:25:00)
by sp09
I'm having trouble getting video flash to work, where is the ffmpeg binary file located? I downloaded ffmpeg 0.5 and I've been going through all of the steps in the set up video at fleetthought.com
Started 1 week, 2 days ago (2009-11-21 07:57:00)
by Clint_Johnson
I have a binary file that has the dimensions of the array it represents as the first two entries in the file and I need to assign those dimensions to the declaration of the array. How would I go about doing that. I open the file with OPEN(1, FILE="input_1_file.dat", FORM="unformatted") I'll be honest and say I am a complete fortran noob and have no ...
Started 1 week, 2 days ago (2009-11-20 20:50:00)
by nityavyas
Hi All, I really need help to get this one as I am stuck and can't seem to find any way out of it. I am given a '.dat' file that has float values in it. I want to read this file in java and put it in a 2D float array. The file has basically a matrix of float values. What I want to do is to read this binary file and put all its data into 2D float array (float [] []) so that I can use it in...
Started 1 week, 6 days ago (2009-11-16 17:53:00)
by roller828
I have a field that is storing a text file in my database after it was converted to binary. My question is how do you read that binary file from the database, convert it back to text, and then apply it to textbox1.text? Of course, I already checked http://msdn.microsoft.com/en-us/libr...orystream.a spx , but I still can't figure out, on my own, how to accomplish this.
Started 1 week, 6 days ago (2009-11-16 17:53:00)
by roller828
streaming a database binary file into a textbox I have a field that is storing a text file in my database after it was converted to binary. My question is how do you read that binary file from the database, convert it back to text, and then apply it to textbox1.text? Of course, I already checked http://msdn.microsoft.com/en-us/libr...
Started 3 days, 2 hours ago (2009-11-27 06:08:00)
by f04iuhfq[i4tg
Hi, I'm using Bridge CS4 to help catalogue my Quicktime videos (captured via FCP into a capture scratch file) and for the most part it works well. The problem is it seems to list in the "type" column many of the videos as BINARY DOCUMENTS instead of QUICKTIME VIDEO which means I can't play or scrub through them in the preview window. Instead they appear as a single static frame. They still...
Started 1 week ago (2009-11-22 17:28:00)
by jakemott
Binary/Text file Does anyone have any idea of what may cause a .txt file linked to a file descriptor for output, to not be readable after char/strings are output to the text file? I am outputing char/strings to a .txt file using open(), read(), and write() and when I try and open the .txt output file to view what was output to it, I get "Could not open the file output.txt" ...
Started 3 days, 15 hours ago (2009-11-26 16:34:00)
by smercurio_fc
I had not looked that far down into the file, but yes, looking at the file(s) in Hex it appears that the trailer block header bytes are indeed written out as bytes. For the data itself keep in mind that you need only have one single Read Binary File with the appropriate value wired to the "count" input. When you wire a data type to the "data type" input and a value to the "count" ...
Started 3 days ago (2009-11-27 07:38:00)
by 109865
Hi David, I have try with the write waveform into file in the same loop as the DAQ assistance and the programme is works but I think only the first interation is written to the file.When i try to read the file, only the data for first interation is display on the graph so I am not sure about this. I have post the codes here. I try with 3 simulate signals first then I will replace with ...
Started 6 days, 21 hours ago (2009-11-23 10:42:00)
by Dave Kreskowiak
kfx666 wrote: Wow, a Microsoft MVP, cool ! I was a MVP. I'm not anymore. I find spending time with my son more important than supporting the community like I used to.
Started 4 days, 13 hours ago (2009-11-25 19:16:00)
by rjamesd
Quote: Originally Posted by id10t So include a copy of strings! Its already on *nix systems - including OS X - and there are win32 versions available precompiled. Thanks - yes Windows strings is at: http://technet.microsoft.com/en-us/s.../bb897439.a spx I downloaded unzipped and placed this in the ...
Started 6 days, 8 hours ago (2009-11-24 00:31:00)
by Wole Ogunremi
Another solution if your settings data is abstracted into some class or type could be to serialize it with a binary formatter. Even though the strings would still be visible when viewed in a text editor there would also be some gobblydegook which might frighten people off. Also with a binary formatter I would use unicode encoding because it will space out the characters a little bit!...
Started 1 week, 1 day ago (2009-11-21 11:05:00)
by YoungWinston
nityavyas wrote: The file contains binary data not strings with float values...That is the reason in my previous post i have some code that i found that converts byte array into a float. I haven't created the data file. it was given to me and i am not sure how it was created (its just raw binary format) but if u look at the matlab code above in my post it reads the file into a matrix of ...
Started 2 days, 16 hours ago (2009-11-27 15:43:00)
by kangaroach
Finally managed to get the install going. I had to download another version of the game. But now i ran into another problem: When I launch the game, I get the settings window and when I click PLAY it says there is no game cd in the drive! Normally, the second ISO image should be mounted to play the game, but it does not work! I have tried everything, even burned the two cds still the same ...