Search:

Type: Posts; User: chkang0130

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    2,968

    String counter - jcsp

    public class stringP {


    public static void main(String[] args) {

    String name = "ATATATAGTATA";
    char pattern = "TATA";
    int occurs = 0;
  2. Replies
    9
    Views
    2,968

    Re: String counter

    i want to compare strings actually (TATA).
    im not sure how should i use indexOf method...:(
    can you apply that in my code?
  3. Replies
    9
    Views
    2,968

    String counter

    public class stringP {


    public static void main(String[] args) {

    String name = "ATATATAGTATA";
    char pattern = "TATA";
    int occurs = 0;
  4. Replies
    9
    Views
    2,968

    Re: jcsp

    i'm dealing with making method for count motif..

    i made one main class and one other class to count the strings...

    method of counting motif... that's problem... help!!!
  5. Replies
    9
    Views
    2,968

    jcsp

    1 Parallel motif counting of strings.

    Recently, there has been some interest in Computational Linguistics and Bioinformatics in counting motifs in strings. In particular, counting all of the...
Results 1 to 5 of 5