search for: abab

Displaying 20 results from an estimated 23 matches for "abab".

Did you mean: aaab
2007 Oct 10
4
gregexpr (PR#9965)
Full_Name: Peter Dolan Version: 2.5.1 OS: Windows Submission from: (NULL) (128.193.227.43) gregexpr does not find all matching substrings if the substrings overlap: > gregexpr("abab","ababab") [[1]] [1] 1 attr(,"match.length") [1] 4 It does work correctly in Version 2.3.1 under linux.
2008 Nov 17
2
[LLVMdev] Does current LLVM target-independent code generator supports my strange chip?
...there are total 96-bit in 'one' register. You can store a 24-bit integer or a s7.16 floating-point data into each channel. You can name each channel 'a', 'b', 'c', 'd'. Here is an example of the operation in this H/W platform: ADD R3.ab, R1.abab, R2.bbaa it means Add 'abab' channel of R1 and 'bbaa' channel of R2, and put the result into the 'ab' channel of R3. It's complicate. Imagine a non-existed temp register named 'Rt1', the content of its 'a','b','c','d'...
2008 Nov 20
4
[LLVMdev] Does current LLVM target-independent code generator supports my strange chip?
...You can store a 24-bit integer or a s7.16 floating-point data into   > > each channel. > > You can name each channel 'a', 'b', 'c', 'd'. > > > Here is an example of the operation in this H/W platform: > > >             ADD      R3.ab, R1.abab, R2.bbaa > > > it means > > >            Add 'abab' channel of R1 and 'bbaa' channel of R2, and   > > put the result into the 'ab' channel of R3. > > > It's complicate. > > Imagine a non-existed temp register named 'Rt1', th...
2008 Nov 18
0
[LLVMdev] Does current LLVM target-independent code generator supports my strange chip?
...#39; register. > You can store a 24-bit integer or a s7.16 floating-point data into > each channel. > You can name each channel 'a', 'b', 'c', 'd'. > > Here is an example of the operation in this H/W platform: > > ADD R3.ab, R1.abab, R2.bbaa > > it means > > Add 'abab' channel of R1 and 'bbaa' channel of R2, and > put the result into the 'ab' channel of R3. > > It's complicate. > Imagine a non-existed temp register named 'Rt1', the content of its > &...
2013 Apr 19
1
Sequence analysis
Hiya, I am trying to look at the similarities between a number of sequences, for example i am trying to see how similar "ababbbassdaa" is to "addffggssbbsbbs" I was wondering is the some way for me to see how similar they are in terms of, for example, number of a's, number of b's, how often a and ab are consecutive, how often abab is together etc. Any advice would be really useful......any kind of s...
2007 Oct 03
1
Making a table: collapsing across sub-strings
...I want to count how often each of this strings appears in this set. This is not very difficult and can be done as: TB<-table(my_set) plot(TB) However, I also want to collapse across sub-strings. This is, I want a sub-string ss of string S to be counted as an occurrence of string S. So, 'abab' should be included in the count of 'ababaaa' and should not be listed as a separate entry in the frequency table. Does somebody has a pointer to a way to do this? I have been checking out the CRAN packages for handling DNA sequences, but this has not really brought me closer to a solu...
2008 Nov 21
0
[LLVMdev] Does current LLVM target-independent code generator supports my strange chip?
...-bit integer or a s7.16 floating-point data into >>> each channel. >>> You can name each channel 'a', 'b', 'c', 'd'. >> >>> Here is an example of the operation in this H/W platform: >> >>> ADD R3.ab, R1.abab, R2.bbaa >> >>> it means >> >>> Add 'abab' channel of R1 and 'bbaa' channel of R2, and >>> put the result into the 'ab' channel of R3. >> >>> It's complicate. >>> Imagine a non-existed temp registe...
2008 Nov 20
0
[LLVMdev] Does current LLVM target-independent code generator supports my strange chip?
...-bit integer or a s7.16 floating-point data into >>> each channel. >>> You can name each channel 'a', 'b', 'c', 'd'. >> >>> Here is an example of the operation in this H/W platform: >> >>> ADD R3.ab, R1.abab, R2.bbaa >> >>> it means >> >>> Add 'abab' channel of R1 and 'bbaa' channel of R2, and >>> put the result into the 'ab' channel of R3. >> >>> It's complicate. >>> Imagine a non-existed temp registe...
2014 Nov 23
2
R string comparisons may vary with platform (plain text)
...SoftVersion() reports that. > In general, collation is a minefield: Some languages have the same letters in different order (e.g. Estonian with Z between S and T); accented characters sort with the unaccented counterpart in some languages but as separate characters in others; some locales sort ABab, others AaBb, yet others aAbB; sometimes punctuation is ignored, sometimes not; sometimes multiple characters count as one, etc. > As ?Comparison has long said. -- Brian D. Ripley, ripley at stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford 1 South...
2009 Jun 06
1
Rpad - avoid removal of manually created html-tags in R chunk
...gt;A</th><th>B</th></tr><td>a</td><td>b</td></table>" </pre> </body> </html> If I run Rpad("index.html") in the local server mode and when I turn to my Rgui, then the object "x" looks like "ABab", i.e. all my html-tags are removed within the R-chunk. I know that I can avoid this with nested "HtmlTree"s, e.g. H("table", H("tr", H("th", "A"), H("th", "B")), H("tr", H("td", "a"), H(&qu...
2008 Nov 22
2
[LLVMdev] Does current LLVM target-independent code generator supports my strange chip?
...or a s7.16 floating-point data into > >>> each channel. > >>> You can name each channel 'a', 'b', 'c', 'd'. > > >>> Here is an example of the operation in this H/W platform: > > >>>             ADD      R3.ab, R1.abab, R2.bbaa > > >>> it means > > >>>            Add 'abab' channel of R1 and 'bbaa' channel of R2, and > >>> put the result into the 'ab' channel of R3. > > >>> It's complicate. > >>> Imagine a non-existed...
2014 Nov 23
2
R string comparisons may vary with platform (plain text)
On Sat, Nov 22, 2014 at 12:42 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 22/11/2014, 2:59 PM, Stuart Ambler wrote: >> A colleague?s R program behaved differently when I ran it, and we thought >> we traced it probably to different results from string comparisons as >> below, with different R versions. However the platforms also differed. A >>
2008 Nov 22
2
[LLVMdev] Does current LLVM target-independent code generator supports my strange chip?
...or a s7.16 floating-point data into > >>> each channel. > >>> You can name each channel 'a', 'b', 'c', 'd'. > > >>> Here is an example of the operation in this H/W platform: > > >>>             ADD      R3.ab, R1.abab, R2.bbaa > > >>> it means > > >>>            Add 'abab' channel of R1 and 'bbaa' channel of R2, and > >>> put the result into the 'ab' channel of R3. > > >>> It's complicate. > >>> Imagine a non-existed...
2008 Nov 24
0
[LLVMdev] Does current LLVM target-independent code generator supports my strange chip?
...-point data into >>>>> each channel. >>>>> You can name each channel 'a', 'b', 'c', 'd'. >> >>>>> Here is an example of the operation in this H/W platform: >> >>>>> ADD R3.ab, R1.abab, R2.bbaa >> >>>>> it means >> >>>>> Add 'abab' channel of R1 and 'bbaa' channel of R2, and >>>>> put the result into the 'ab' channel of R3. >> >>>>> It's complicate. >>>&gt...
2008 Nov 22
0
[LLVMdev] Does current LLVM target-independent code generator supports my strange chip?
...-point data into >>>>> each channel. >>>>> You can name each channel 'a', 'b', 'c', 'd'. >> >>>>> Here is an example of the operation in this H/W platform: >> >>>>> ADD R3.ab, R1.abab, R2.bbaa >> >>>>> it means >> >>>>> Add 'abab' channel of R1 and 'bbaa' channel of R2, and >>>>> put the result into the 'ab' channel of R3. >> >>>>> It's complicate. >>>&gt...
2014 Nov 23
0
R string comparisons may vary with platform (plain text)
...the Unicode Collation Algorithm. In general, collation is a minefield: Some languages have the same letters in different order (e.g. Estonian with Z between S and T); accented characters sort with the unaccented counterpart in some languages but as separate characters in others; some locales sort ABab, others AaBb, yet others aAbB; sometimes punctuation is ignored, sometimes not; sometimes multiple characters count as one, etc. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd.mes at cbs....
2011 Jan 22
2
Re: Super Meat Boy Crash on startup
...right it's an DirectX issue and it's easy to fix. If you install the stand alone version you have to update DirectX. I had the same Problem under Windows. You can download the DirectX 9c Update here: http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=3b170b25-abab-4bc3-ae91-50ceb6d8fa8d
2011 Dec 09
1
apply on function with vector as result
Hi, a have some code like myfunc <- function(x) { ...; return c(a,b) } ys <- sapply(0:100,myfunc) so I get something like c(c(a1,b1),c(a2,b2),...) But now I need the "as" and "bs" in one vector as <- apply(ys, function(c(a,b)) a) bs <- apply(ys, function(c(a,b)) b) Can you help me with the correct syntax, instead of my pseudo code? thx Christof
2008 Nov 24
2
[LLVMdev] Does current LLVM target-independent code generator supports my strange chip?
...into > >>>>> each channel. > >>>>> You can name each channel 'a', 'b', 'c', 'd'. > > >>>>> Here is an example of the operation in this H/W platform: > > >>>>>             ADD      R3.ab, R1.abab, R2.bbaa > > >>>>> it means > > >>>>>            Add 'abab' channel of R1 and 'bbaa' channel of R2, and > >>>>> put the result into the 'ab' channel of R3. > > >>>>> It's complicate. > &g...
2014 Nov 23
0
R string comparisons may vary with platform (plain text)
...gt;> In general, collation is a minefield: Some languages have the same letters in >> different order (e.g. Estonian with Z between S and T); accented characters >> sort with the unaccented counterpart in some languages but as separate >> characters in others; some locales sort ABab, others AaBb, yet others aAbB; >> sometimes punctuation is ignored, sometimes not; sometimes multiple characters >> count as one, etc. >> > As ?Comparison has long said. > > -- Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box...