search for: stucture

Displaying 20 results from an estimated 43 matches for "stucture".

Did you mean: structure
2007 May 18
1
[LLVMdev] how to dump data stuctures of llvm in llvm-gcc
Hi All, Can any one please tell me the option in llvm-gcc to dump data structures of llvm and llvm IR. Thanks and regards, Manish
2003 Apr 07
2
Is it possible to have data stuctures like in C ?
I'am a very fresh R user and I'd like to know how I could create such structures. I saw R was objects-oriented but I can not find any doccumentation on about how to build my hown ojects. Thanks.
2006 Jun 29
2
zero.print in print.table after adding margins
...6 2 1 0 0 1 0 0 0 2 3 0 0 0 0 0 0 2 2 4 1 0 0 0 0 1 0 2 5 1 0 1 0 0 1 0 3 6 0 1 0 1 0 0 0 2 7 0 0 1 0 1 1 0 3 Sum 4 3 4 2 1 4 2 20 Is this a facility of print.table? The attributes() of tt and tx have identical stucture. Best, Bendix ---------------------- Bendix Carstensen Senior Statistician Steno Diabetes Center Niels Steensens Vej 2 DK-2820 Gentofte Denmark tel: +45 44 43 87 38 mob: +45 30 75 87 38 fax: +45 44 43 07 06 bxc at steno.dk www.biostat.ku.dk/~bxc
2006 Jun 29
2
zero.print in print.table after adding margins
...6 2 1 0 0 1 0 0 0 2 3 0 0 0 0 0 0 2 2 4 1 0 0 0 0 1 0 2 5 1 0 1 0 0 1 0 3 6 0 1 0 1 0 0 0 2 7 0 0 1 0 1 1 0 3 Sum 4 3 4 2 1 4 2 20 Is this a facility of print.table? The attributes() of tt and tx have identical stucture. Best, Bendix ---------------------- Bendix Carstensen Senior Statistician Steno Diabetes Center Niels Steensens Vej 2 DK-2820 Gentofte Denmark tel: +45 44 43 87 38 mob: +45 30 75 87 38 fax: +45 44 43 07 06 bxc at steno.dk www.biostat.ku.dk/~bxc
2005 Jan 10
1
Could anyone explain the slot and bucket concept in SFQ to me?
Dear all, I''m reading codes in sch_sqf.c in kernel 2.4 of Linux. I find I messed up with the concept of slot, bucket and hash tables. Could anyone explain the data stucture of the hash tables a little to me. Thanks very much. Best, Franklin BTW: I can not understand why the number of entries of dep[SFQ_DEPTH*] should be twice:( _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc H...
2013 Feb 28
1
[PATCH] x86/mm: fix invalid unlinking of nested p2m tables
Commit 90805dc (c/s 26387:4056e5a3d815) ("EPT: Make ept data stucture or operations neutral") makes nested p2m tables be unlinked from the host p2m table before their destruction (in p2m_teardown_nestedp2m). However, by this time the host p2m table has already been torn down, leading to a possible race condition where another allocation between the two kinds of...
2003 Nov 17
3
S Programming
...m thinking of writing my own functions in s-plus (or in R). I just know how to work with S-plus / R built-in functions. Therefore, I'm a beginner in S programming. I am looking for some on-line documentation that is well written about "Programming in S language" where control stuctures / loops / vectorization and necessery sequences of S programming are presented in an organized form. Any comment / suggestion / idea / web-link / replies will be gladly accepted. Thanks for your time. _______________________ Mohammad Ehsanul Karim <wildscop at yahoo.com> Institut...
2013 Feb 22
1
[LLVMdev] testing instruction selection
...with the PQCC (Production Quality Compiler Compiler ) project at Carnegie Mellon. Intermetrics where I worked had a commercial version of this and later Tartan Laboratories. http://en.wikipedia.org/wiki/PQCC Any phase of the compiler had an ascii representation that could be parsed into binary stuctures and then submitted to that phase and optionally propagated to later phases. You could also save off the state of any phase in ascii too. So you could write test cases for optimizations and code generation that were reproducible and such. In those days they used various YAML ancient precursors...
2013 Feb 20
1
type 3 aov for repeated measures
Hi, I know this question has been asked before but I have not seen an answer pertaining to repeated measures anovas. I got a simple data set with two factors: block (3 levels) and prime (2 levels). The dataset (expData) are stuctured so one column (block) states which block a trial is in and one column (prime) states which prime was used in the trial, another column (RT) states reation time for that trial and finally a column (subject) states subject number (there are 10 trials in each condition and 30 subjects so the dataset...
2004 Jul 24
3
Population simulation.
Hello, can anyone tell me if R has any special function for simulating the structure of human populations? Something like the genetic algorithm? I need to simulate a sample of a population with a specific structure. Is there something on R that can help me? Thanks to everyone. __________________________________________________________
2007 Sep 05
1
Question about making array dataset inside a package
...; arraydat=read.table("array.txt", header=TRUE) This will give me a 2 rows by (2*k) columns two-dimension data set, and lost all level (or depth) structure for the purpose of our R function. The header is messed too. I appreciate if any expert can tell me how to include/save array stucture in dataset in R, and also how to read it into R to preserve the header and array structure. Thank you for your time.
2011 Nov 08
1
How to handle empty arguments
Dear all, I am having a data stucture that contains Products and Time Stamps,   I have made also two lists ProductList=list(c('Example1','Example2'...) TimeStamp=list(c("1990-02-03 12:57:60"),c("1990-02-03 12:57:60"),   then I have made few functions that call each other   do_analysis_for_all the dat...
2006 May 31
2
Rails Bug when loading required files for API?
...ices code plus some ''similar'' postings to this list, so I believe this may be a bug in Rails. But I''m failry new to RoR, so maybe I''m doing something wrong. I''ll explain: I have a WS API defined, communicating with a remote system that expects a stucture: When defined like this (all definitions in one file) it all works fine: /app/apis/myws_api.rb ---------- class SoapResponse < ActionWebService::Struct member :id, :int member :title, :string end class MyApi < ActionWebService::API::Base api_method :find_products_by_category, :e...
2013 Feb 22
2
[LLVMdev] testing instruction selection
It's kind of troubling that you can't create test cases that start with DAG as opposed to bitcode .ll. It's very tedious sometimes to go through and make sure that you have really tested all your patterns and sometimes the compiler changes and it stops generating those patterns but may resume generating them later. So if you make a change at a time when it's not generating
2013 Feb 22
0
[LLVMdev] testing instruction selection
Do you have any suggestions about how to address this? -- Sean Silva
2010 Aug 03
0
Multilevel GEE (2 nested clusters)
...and individuals. Now I want to compare it with a population average (marginal) model using GEE. I have looked at the geepack library but I'm unsure if it is possible to use it in my case where I have the additional household clustering. I am willing to assume an exchangable working correlation stucture inside households, similarly for invidividuals over waves and otherwise independence. Can such a thing be done with the packages available? Thanks in advance, Andreas Jensen
2003 Jan 16
0
msdfs samba client - Linux CIFS Client
Hello, my company recently changed the stucture of some shares (Win2000). Since then, we are not able to access these shares from Linux/Solaris anymore. I tried smbmount and smbclient and can access the top-level directory of the share and see the directory structure, but I can't see any data inside these directories. A few days ago, someo...
2006 May 09
1
>4gb file corruption from NT4 to Samba
Hi, sorry if this question has been asked before, I searched the archives and discovered the same question but no replies to it. Basically, I'm trying to transfer large files from a Windows NT4 machine to samba (version 3.0.20b, SuSE 10.0, reiserfs) and after 4GB the file gets filled with zeros. No such corruption occurs when transferring from Windows 2000. Does anyone know whether this
2006 Feb 20
4
how to set a simple application in Apache?
I am not familar with the RoR site stucture on Apache. I did this but.it doen''t work. I only want to output a word on a page with RoR. I did this 1. >cd public_html (enter web root) 2. >rails sayhello 3. >cd sayhello 4. >cd app 5. >cd controller (enter controller folder) 6. edit application.rb def hello end...
2016 Jul 25
2
[Bug 12036] New: Multiple --link-dest, --copy-dest, or --compare-dest flags produce incorrect behavior
...eated attachment 12288 --> https://bugzilla.samba.org/attachment.cgi?id=12288&action=edit reproduction We have observed what seems like incorrect behavior when using a command like this: rsync -avc --link-dest=../copy_dest/good --link-dest=../copy_dest/bad src/ dest with a directory stucture that looks like this: . ├── copy_dest │   ├── bad │   │   └── file # contains different content from src, but same attributes (e.g. mtime) │   └── good │   └── file # contains same content as src, but different attributes (e.g. mtime) └── src └──...