Displaying 6 results from an estimated 6 matches for "addlist".
Did you mean:
add_list
2016 Apr 27
3
Same sum, different sets of integers
Hi,
Do you have ideas, how to find all those different combinations of
integers (>0) that produce as a sum, a certain integer.
i.e.: if that sum is
3, the possibilities are c(1,1,1), c(1,2), c(2,1)
4, the possibilities are
c(1,1,1,1),c(1,1,2),c(1,2,1),c(2,1,1),c(2,2),c(1,3),c(3,1)
etc.
Best regards,
Atte Tenkanen
2003 Aug 21
2
efficiency and memory use of S4 data objects
...ving a data
object a formal class definition and using extractor and assignment
functions may increase both memory usage and the time taken by simple
numeric operations by several fold.
Here is a test function which uses a list representation to add 1 to the
elements of a long numeric vector:
addlist <- function(len,iter) {
object <- list(x=rnorm(len))
for (i in 1:iter) object$x <- object$x+1
object
}
Typical times on my machine are:
> system.time(a <- addlist(10^6,10))
[1] 2.91 0.00 2.96 NA NA
> system.time(addlist(10^7,10))
[1] 28.03 0.44 28.65 NA...
2013 Jun 25
0
Syslinux 6.00 released
...itvesa.o sys/vesa/drawtxt.o sys/vesa/background.o sys/vesa/alphatbl.o sys/vesa/screencpy.o sys/vesa/fmtpixel.o syslinux/reboot.o syslinux/keyboard.o syslinux/version.o syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o syslinux/pxe_dns.o syslinux/video/fontquery.o syslinux/video/reportmode.o syslinux/addlist.o syslinux/freelist.o syslinux/memmap.o syslinux/movebits.o syslinux/shuffle.o syslinux/shuffle_pm.o syslinux/shuffle_rm.o syslinux/zonelist.o syslinux/dump_mmap.o syslinux/dump_movelist.o syslinux/run_default.o syslinux/run_command.o syslinux/cleanup.o syslinux/localboot.o syslinux/runimage.o sysl...
2006 Apr 11
1
IE Sortable Style Problem
...Sorting divs</h2><p>Sorting isn''t just for lists. Here we''re sorting divs - some of them even have some complex markup inside them including styling,links, tables, and form elements. In order to style elements other than lists, we need to pass a third argument to the addList functionthat tells scriptaculous which elements should be draggable.</p><div id="divContainer"> <div id="div_1">This is the first div</div>
<div id="div_2">This is the second div</div> <div id="div_3">This is the thi...
2013 Jun 25
4
Syslinux 6.00 released
On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote:
> Thanks - now it crashes later ...
What crash are you seeing?
> I don't have the ia64 files which are needed for a complete binary. But
> maybe that's only my special problem.
You shouldn't need ia64 files to build ia32 and x86-64 versions of
gnu-efi or Syslinux.
--
Matt Fleming, Intel Open Source Technology Center
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and