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...
http://www.experts-exchange.com/Web_Development/Images/Q_10019742.html
Zones:
Web ImagesDate Answered: 08/12/1997 Grade: B Views: 0
Hi, I'm interested in VC-development Window.
How can I Build such a window?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10020702.htm...
Zones:
Windows MFCDate Answered: 08/20/1997 Grade: B Views: 0
My project is SDI.
I need to split the window the the next form:
+----------+------+
| View1 | View2|
| +------+
| | View3|
| | |
+----------+------+
I know how ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10194394.htm...
Zones:
Windows MFCDate Answered: 08/16/1999 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10333051.html
Zones:
C++Date Answered: 05/01/2000 Grade: B 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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20082976.html
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 ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_20115027.html
Zones:
Windows 98Date Answered: 05/16/2001 Grade: A 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. "...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20174311.html
Zones:
PerlDate Answered: 10/13/2003 Grade: A 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 "...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20298250.html
Zones:
PerlDate Answered: 05/14/2002 Grade: A Views: 4
http://www.experts-exchange.com/java/Q.20192063.html
Points split.
Moondancer - EE Moderator
http://www.experts-exchange.com/Programming/Languages/Java/Q_20305123.html
Zones:
JavaDate Answered: 05/27/2002 Grade: A 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"
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20318613.html
Zones:
PerlDate Answered: 07/01/2002 Grade: A Views: 0