Greetings,
My name is carolin,
i saw your profile today at (www.livetechtalk.com)and became intrested in you,i will also like to know you the more,and i want you to send an email to my email address so i can give you my picture for you to know whom i am.Here is my email address (carolinekhalifa@yahoo.com) i believe we can move from here!I am waiting for your mail to my email address above.
(Remeber the distance or colour does age not matter but love matters alot in life)
I will be happy to seeing a good responds from you
Thanks and remain blessed.
Your's in love carolin,
send me your email adress in my box (carolinekhalifa@yahoo.com) so that i will send my photo and tell you more about me ok bye dear.carolin,
mike
Saturday 30th January 2010, 9:02pm
Hi everyone
I have 5 variables
1. XTSM is between 0~200
2. XTS is between 0~2
3. XRX is 0~3
4. XHAN is 0~7
5. ZHTYPE is one of these : (1)TCHF_HLF (2)TCHSD (3)TCHFULL
they are related to their with this shape .
XTSM->XTS->XRX->XHAN->ZHTYPE (Just Logical)
Please tell me how can i see this output?
Code:
----Type------------------Total---------------------Total of ZHTYPE-----------------
XTSM:0/XTS:0 in this case is : 29 TCHF_HLF:28 TCHSD:1 TCHFULL:0
XTSM:0/XTS:1 No. of found
XTSM:0/XTS:2 No. of found
XTSM:1/XTS:0 No. of found
XTSM:1/XTS:1 No. of found
XTSM:1/XTS:2 No. of found
I get XTSM/XTS/TRX/XHAN and now i want count total of this
ZHTYPE is one of these : (1)TCHF_HLF (2)TCHSD (3)TCHFULL
they are related to their with this shape .
* Each XTSM has 3 XTS (0-2)
* Each XTS has 4 XRX (0-3)
* Each XRX has 8 XCHAN (0-7)
* and Each line has a type of ZHTYPE
This is sample file: http://www.4shared.com/file/21056615...db_online.html
This output with this code is true but I want add ZHTYPE at the end of each line + XTSM/XTS please help me ???(for example this : XTSM:0/XTS:0 : 29 TCHF_HLF:28 TCHSD:1 TCHFULL:0)
Code:
public class Test {
public static void main(String[] args) throws IOException {
Test test = new Test();
test.execute();
}
Record(String line) {
StringTokenizer st = new StringTokenizer(line, "/");
while (st.hasMoreTokens()) {
String token = st.nextToken();
String type = token.substring(0, token.indexOf(":"));
String valueStr = token.substring(token.indexOf(":") + 1, token
.length());
Integer value = Integer.valueOf(valueStr);
if (TYPE_XTSM.equals(type)) {
xtsm = value;
} else if (TYPE_XTS.equals(type)) {
xts = value;
} else if (TYPE_XRX.equals(type)) {
xrk = value;
} else if (TYPE_XHAN.equals(type)) {
xhan = value;
}
}
}
public Integer getXtsm() {
return xtsm;
}
public Integer getXts() {
return xts;
}
public Integer getXrk() {
return xrk;
}
public Integer getXhan() {
return xhan;
}
}
}
I want add ZHTYPE to this ...
Code:
Type Total
XTSM:0/XTS:0 29 such as this : TCHF_HLF:28 TCHSD:1 TCHFULL:0
XTSM:0/XTS:1 29
XTSM:0/XTS:2 29
XTSM:1/XTS:0 29
XTSM:1/XTS:1 29
XTSM:1/XTS:2 29
XTSM:2/XTS:0 29
XTSM:2/XTS:1 29
XTSM:2/XTS:2 29
XTSM:3/XTS:0 14
XTSM:3/XTS:1 14
XTSM:3/XTS:2 14
XTSM:4/XTS:0 13
Thanks a lot.
niname
Wednesday 1st July 2009, 6:24pm
Hello
My name is Nina. a 22 yrs old girl . I am average in height and fair in complexion ,am a
loving, romantic and caring angel. I read your profile. truely is quiet intresting to me then , i deciede to contact you. i really want to have a good relationship with you. Beside i have a special something i want to discusse with you , so your can reach me through this Email: (nina09dh@yahoo.com) Hope to hear from you soon. i will send my beautiful pictures to you and also tell you more about my self. I know age will not be a bearier to our relationship, what i need is just your love and caring. I will give you my best, bye for now. contact me from here (nina09dh@yahoo.com
care from Nina
Greetings,
My name is carolin,
i saw your profile today at (www.livetechtalk.com)and became intrested in you,i will also like to know you the more,and i want you to send an email to my email address so i can give you my picture for you to know whom i am.Here is my email address (carolinekhalifa@yahoo.com) i believe we can move from here!I am waiting for your mail to my email address above.
(Remeber the distance or colour does age not matter but love matters alot in life)
I will be happy to seeing a good responds from you
Thanks and remain blessed.
Your's in love carolin,
send me your email adress in my box (carolinekhalifa@yahoo.com) so that i will send my photo and tell you more about me ok bye dear.carolin,