Search:

Type: Posts; User: chkang0130

Search: Search took 0.12 seconds.

  1. Replies
    9
    Views
    2,965

    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,965

    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,965

    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,965

    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,965

    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...
  6. Thread: hi

    by chkang0130
    Replies
    5
    Views
    1,289

    hi

    hi
    i hope we share useful information on this forum

    cheers!
Results 1 to 6 of 6