Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
isolate
- Page 1
Isolate the words
Programming
Software Development
14 Years Ago
by jecris
A common problem when processing incoming text is to
isolate
the words in the text. This is made more …Input A common problem when processing incoming text is to
isolate
the words in the text. This is made more difficult… # Output A common problem when processing incoming text is to
isolate
the words in the text This is made more difficult…
isolate markings then compare differences between images
Programming
Software Development
11 Years Ago
by ParPau
All, what I am trying to do is
isolate
markings (differences) in images. I have an unmarked image (I1), … the x,y (or array of pixels) of the differences (
isolate
markings). I liken this to subtracting I1 from I2 leaving…
How to isolate digits in a long variable for JAVA?
Programming
Software Development
13 Years Ago
by wangfz
How to
isolate
digits in a long variable for JAVA? long 122343434434 how to
isolate
the 2nd number?
How to isolate each octal number for conversion?
Programming
Software Development
13 Years Ago
by tracydo
… more)? My professor said something like I first have to
isolate
each octal number, then read it as string or char…
Re: How to isolate each octal number for conversion?
Programming
Software Development
13 Years Ago
by tracydo
… array? My professor said something like I first have to
isolate
each octal number, then read it as string or char…
Re: Isolate the words
Programming
Software Development
14 Years Ago
by masijade
See [url=http://www.daniweb.com/forums/thread344046.html]this response[/url].
Re: help...... i m not able to isolate the problem
Hardware and Software
Hardware
19 Years Ago
by metallica
… before signing up for this site .........i specifically need to
isolate
the problem between the power supply n the HDD... i…
Re: How to isolate digits in a long variable for JAVA?
Programming
Software Development
13 Years Ago
by Taywin
One way to do is to keep dividing it by 10 until you get to the digit number you want?
Re: How to isolate digits in a long variable for JAVA?
Programming
Software Development
13 Years Ago
by wangfz
how do i do that to find the second number though?
Re: How to isolate digits in a long variable for JAVA?
Programming
Software Development
13 Years Ago
by Taywin
[CODE] long anumber = 122335574; while (anumber>99) { anumber /= 10; } int seconddigit = anumber % 10; [/CODE] Another way to do it is to convert the number to String and then use the charAt() method of the String. Then convert it back to integer... [CODE] long anumber = 122335574; Long lnumber = new Long(anumber); String snumber = lnumber.…
Re: How to isolate each octal number for conversion?
Programming
Software Development
13 Years Ago
by hfx642
Take your input as a string instead of an integer. Traverse the string one character at a time (in a loop). Convert that character to an integer and use IT as your array index. "34526" is; "3" converted to 3. biArray [3] is "011" "4" converted to 4. biArray [4] is "100" ...
Re: How to isolate each octal number for conversion?
Programming
Software Development
13 Years Ago
by NormR1
Could you give an example of what your expected output would be for the input of: 34526? Think about how you would convert a String of "34526" to a decimal value in an int variable. Each digit character has a value 10 times the next one (for a decimal number). For an octal number, the value of each digit is 8 times.
Re: How to isolate each octal number for conversion?
Programming
Software Development
13 Years Ago
by tracydo
OK, I know that my loop doing something wrong here. when I run it, it gave me long result and only 1 number being read to the same 010, like this: Octal to Binary Conversion Enter the Octal Number: 1 1 convert to binary is 010 1 convert to binary is 010 1 convert to binary is 010 1 convert to binary is 010 1 convert to binary is 010 1 …
Re: How to isolate each octal number for conversion?
Programming
Software Development
13 Years Ago
by NormR1
Could you give an example of what your expected output would be for the input of: 34526?
Re: How to isolate each octal number for conversion?
Programming
Software Development
13 Years Ago
by tracydo
ok! something like: after user input in 34526, the output offcourse will be group of 3 with no space in between: 011100101010110
Re: How to isolate each octal number for conversion?
Programming
Software Development
13 Years Ago
by NormR1
Here is a way to verify your code for any given octal number: [CODE] // Code to verify results: octal to binary String OctVal = "34526"; // This is the octal number to convert int intVal = Integer.parseInt(OctVal, 8); System.out.println("octal number: " + OctVal + ", as decimal=" + intVal…
Re: How to isolate each octal number for conversion?
Programming
Software Development
13 Years Ago
by tracydo
well, If you view my post from the beginning you should understand why I have assigned the variable to the biArray twice. I added the second variable to my last post because I wanted to show it for suggestion on what to drop. With your given code here, first,you only assigned to one particular Octal number while the program needs to convert to …
Re: How to isolate each octal number for conversion?
Programming
Software Development
13 Years Ago
by NormR1
[QUOTE]why I have assigned the variable to the biArray twice[/QUOTE] No, I don't understand at all. The code I posted was for getting the correct results to verify that your code is working properly, not as a way to solve your problem. Specific questions: What are these three lines of code supposed to do? [CODE] c = OctStr.charAt(0);…
How to convert string into string arrays consist of 60 characters?
Programming
Software Development
14 Years Ago
by queenking
…this: A common problem when processing incoming text is to
isolate
the words in the text. This is made more difficult….. A common problem when processing incoming text is to
isolate
the words in the text This is made more difficult…"A common problem when processing incoming text is to
isolate
" the next words won't come out. Please …
General Tips for Mac OS X
Hardware and Software
macOS
20 Years Ago
by kc0arf
… applications partition, and a data partition. By doing this, I
isolate
my data from logical errors, such as if the OS…, you can easily change to boot to OS 9, and
isolate
the two system folders. My laptop has 3 system folders…
Distance between 2 points
Programming
Software Development
20 Years Ago
by JayseR
… out into functions, but I am not sure how to
isolate
the first 4 points so I can make x1 = 5… it because I still have not figures out how to
isolate
each value from the txt file.
Freezing when exiting applications
Hardware and Software
Hardware
18 Years Ago
by _alphaBeta_
… a hard-lock outside of Windows, which would really help
isolate
the problem. I had a graphical problem that was fixed… I could try next time this happens to try to
isolate
to a component or perhaps software?
Isolating one PC in an office
Hardware and Software
Networking
17 Years Ago
by brundle
I need to
isolate
one computer in a small office from the office network - … a cupboard - I've already tried some measures to physically
isolate
the machine in question with some wiring changes, but as…
When does getline need flush? C++
Programming
Software Development
15 Years Ago
by miteigi-san
… be moved to the position of the word --getline will
isolate
that line (line that contains the word and all its… letter word comes first in the line, its easy to
isolate
it into another array called "word" by using…
Passing js function as parameter???
Programming
Web Development
14 Years Ago
by ppetree
…) sample and I want to modify it in order to
isolate
a piece of the code to make it more maintainable… fillin() is not defined. What's the proper way to
isolate
this into a seperate function? Thanks, Pete
prototype.js: updater onsuccess getting data???
Programming
Web Development
14 Years Ago
by ppetree
… the fillin example (a portion of which I want to
isolate
into its own function). The original code looks like this…="red"]red[/COLOR] is what I want to
isolate
):[CODE] function dofill( ) { new Ajax.Updater( 'result', 'getdata.php', { method…
Isolating j-query calls
Programming
Web Development
14 Years Ago
by filch
… with a class of popup. However, I need to somehow
isolate
that call and keep it contained to a specific block… would just be ignored, but apparently not. How can I
isolate
these two without changing the class from div.popup? For…
How do I get the LAST TWO character in a string?
Programming
Software Development
14 Years Ago
by G_S
…, -er or -ir. So the program must be able to
isolate
these two letters and then use conditional structures to determine…'. Can you tell me a way of telling python to
isolate
from the second to last character up to the VERY…
Web 3.0: Beginnings
Digital Media
Digital Marketing
13 Years Ago
by Sariscos
… social nexus for advertisers. Advertisers will find it easier to
isolate
the cliental that they want to market to using these… is new software that comes out that is able to
isolate
our likes and dislikes and provide content appropriate to our…
Removing Repeats and their Originals From a List
Programming
Software Development
13 Years Ago
by daniel5126
… = july1-14, list 2 = july15-30) 2. I want to
isolate
users from the 2nd list that have had NO activity… and activity) eliminated from the 2nd list. This way, I
isolate
users that began and ended within the 2nd time period…
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