Enter Keywords:
1 - 10 of 1630(0.01 seconds)
Sort By:
 
I have an image say 200 x 200 and I want to be able to split it up into smaller pieces say 50 x 50 therefore giving me 16 tiles which when I lay them out properly on my page will give me the overal...
Zones: Web ImagesDate Answered: 08/12/1997 Rating: 7.0 Views: 0
Hi, I'm interested in VC-development Window. How can I Build such a window?
Zones: MFCDate Answered: 08/20/1997 Rating: 7.4 Views: 0
My project is SDI. I need to split the window the the next form: +----------+------+ | View1    | View2| |          +------+ |          | View3| |          |      | +----------+------+ I know how ...
Zones: MFCDate Answered: 08/16/1999 Rating: 8.0 Views: 0
I have data files of the following format: data1,data2,data3,data4...;data6,data7,data8... with an unknown number of floating point values before and after the semi-colon.  The values are comma...
Zones: C++Date Answered: 05/01/2000 Rating: 7.6 Views: 0
I have a project from my boss: faster download large size photo from Internet. What I am going to do is use multi-thread technology, how to split the large size photo file into small pics and ...
Zones: DelphiDate Answered: 03/21/2001 Rating: 7.6 Views: 0
I currently have the following setup: AMD 1.33Ghz, 256Mb RAM, WinME installed on C: (27gigs), D: (45 gigs) is full of vital mp3's and E: (9 gigs) is pretty much empty.  Other information should ...
Zones: Windows 98Date Answered: 05/16/2001 Rating: 7.4 Views: 0
When I do: @words = split /\s+/,$long_string; where $long_string has leading and trailing whitespaces, the leading whitespaces will cause the first word returned to be an empty string (i.e. "...
Zones: PerlDate Answered: 10/13/2003 Rating: 7.2 Views: 0
Hi; I have a string "1234200202020020590010001020", How to split it into ... 1234 20020202002059 001 0001 020 and assign into different variable according to the length. If the string is "...
Zones: PerlDate Answered: 05/14/2002 Rating: 8.2 Views: 0
http://www.experts-exchange.com/java/Q.20192063.html Points split. Moondancer - EE Moderator
Zones: JavaDate Answered: 05/27/2002 Rating: 8.0 Views: 0
hi all, $str = aaa,"bbb,ccc,ddd",xxx; if i need to split with comma but dont split with comma when the words are inside the quotes, what do i do? my output should be like aaa "bbb,ccc,ddd" ...
Zones: PerlDate Answered: 07/01/2002 Rating: 9.2 Views: 0