search for: td1

Displaying 5 results from an estimated 5 matches for "td1".

Did you mean: td
2001 Sep 12
0
AES update..
...: 0); - } - - log_tab[1] = 0; p = 1; - - for(i = 0; i < 10; ++i) { - rco_tab[i] = p; +/* +Te0[x] = S [x].[02, 01, 01, 03]; +Te1[x] = S [x].[03, 02, 01, 01]; +Te2[x] = S [x].[01, 03, 02, 01]; +Te3[x] = S [x].[01, 01, 03, 02]; +Te4[x] = S [x].[01, 01, 01, 01]; + +Td0[x] = Si[x].[0e, 09, 0d, 0b]; +Td1[x] = Si[x].[0b, 0e, 09, 0d]; +Td2[x] = Si[x].[0d, 0b, 0e, 09]; +Td3[x] = Si[x].[09, 0d, 0b, 0e]; +Td4[x] = Si[x].[01, 01, 01, 01]; +*/ - p = (p << 1) ^ (p & 0x80 ? 0x1b : 0); +static const u32 Te0[256] = { + 0xc66363a5U, 0xf87c7c84U, 0xee777799U, 0xf67b7b8dU, + 0xfff2f20dU, 0xd66b...
2003 May 19
2
To update() or not to update()?
Hi, Suppose I have: # Fit a base model d1.ph <- coxph(Surv(start, stop, event)~ ejec + diavol + score + smoking + beta + surg.done, data = data.frame(foo)) summary(update(d1.ph, . ~ . + td1)) summary(update(d1.ph, . ~ . + td2)) As I have many columns in my data frame, foo, called td's. e.g. td1, td2, td3, .... And I'd like to add one column each time. What is the recommended way to do this? Whether I should do what I did above, or should I do something like: td1.p...
2010 Aug 26
3
Passing data to aov
...env = parent.frame()) # str(form) # looks correct to me attach(mylist) if (length(pcs) > 1) out <- manova(formula = form, ...) if (length(pcs) == 1) out <- aov(formula = form, ...) print(summary(out)) detach(mylist) invisible(out) } # test data td1 <- matrix(rnorm(50), ncol = 5) # like PCA scores td2 <- list( f1 = as.factor(sample(c("A", "B"), 10, replace = TRUE)), f2 = as.factor(sample(c("C", "D"), 10, replace = TRUE))) # test call hypTestScores(mylist = td2, score.matrix = td1, fac...
2007 May 15
1
Effect.dropout and Too Much Recursion Error
...9;'formName''); form.request(); form.request({ onLoading: notice.update("saving data .. ..."), onComplete: function(transport){ notice.update("Form data saved..."); var newID = transport.responseText; newRow = Builder.node(''tr''); td1 = Builder.node(''td'',staffName); td2 = Builder.node(''td'', [Builder.node(''a'', {href: ''#'',onclick:"deleteUser(''"+newID+"'')"}, ''delete'')]); newRow.appendChild(td1); newRow....
2007 Nov 20
4
onkeyup issue while you create new element
Hi guys, I am new to prototype as a result the following is a simple question please help me out as i have stucked on this for 2 hours (searching, trying, googling and etc) var td6Input = td6.appendChild(new Element(''input'', {size: "2", maxLength: "2", name: "txtDateOfServDay"+seq, id: "txtDateOfServDay"+seq, onkeyup: