Displaying 20 results from an estimated 805 matches for "thesis".
2009 Dec 08
2
[LLVMdev] LLVM 2.6 cygwin build fails
....7, and I have the following errors with both GCC 3.4.4 and GCC 4.3.4
llvm[2]: Linking Release Loadable Module profile_rt.dll
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to
62fc1000
/cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36):
undefined reference to `_free'
/cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca):
undefined reference to `_m...
2011 Jul 13
1
Tukey HSD with repeated measure ANOVA
Hi,
I need to determinate HSD value from a matrix like that
Thesis Days A1
Cx 0 66.07
Cx 0 60.24
Cx 0 42.86
Tw 0 66.07
Tw 0 60.24
Tw 0 42.86
Aa 0 66.07
Aa 0 60.24
Aa 0 42.86
Qe 0 66.07
Qe 0 60.24
Qe 0 42.86
Cx 56 310.86
Cx 56 223.17
Cx 56 186.77
Tw 56 149.42
Tw 56 127.75
Tw 56 138.59
Aa 56 130.24
Aa 56 214.83
Aa 56 137.95
Qe 56 186.64
Qe 56 189.09
Qe 56 187.87...
2011 Jan 14
4
test
Hi, i have that table
Thesis Day A B C
1 0 83.43 90.15 22.97
1 0 85.50 94.97 16.62
1 0 83.36 95.38 20.70
1 0 84.47 92.16 23.58
1 0 83.98 95.33 19.39
1 0 82.86 93.78 24.55
1 0 83.39 92.67 19.56
1 0 85.17 95.24 17.95
1 0 81.62 93.32 28.49
1 0 82.99 92.85 19.73
1 0 81.11 95.67 27.20
1 0 83.39 94.69 16.51
1 0 79.56 89.87 30.39
1 0...
2010 Feb 18
1
[LLVMdev] Master's thesis: Retargetable Compiler Backend for Transport Triggered Architectures
Hi all,
I think this master's thesis from our group could be of
interest. It describes the "bridge" between the LLVM codegen
and our custom TTA codegen in TCE: a runtime retargetable architecture
description file driven LLVM compiler backend. The thesis might be
useful also for people implementing backends for LLVM in genera...
2010 Sep 30
1
please help me....
? recently used laq packages
author of this package is jan Ulbricht..
and I must read jan ulbricht's Ph.D thesis
"variable selection in generalized linear models"
but I didn't find this thesis on line and there is any method to view this
thesis??
If anybody has this thesis file,please send to me...
I must this guy's Ph.D. thesis...
I searched LMU online library..but this thesis did not exist...
2008 Oct 27
2
Wine post graduation thesis
Hello,
Im writing my post graduation thesis in
SYSTEMS INTEROPERABILITY
and im talking about M$ wine and crossover. Can anyone pointout some good literature to begin my work.
I want to talk about what needs to be done in M$ programing enviorment so that everything will run smothly in wine.
thanks
2008 Feb 27
2
[LLVMdev] llvm-gcc and mips
I tried to cross-compile llvm-gcc for mips, but it crashes somewhere
in the build process:
/home/kevin/Documents/School/2eLIC/Thesis/work/build/llvmgcc-mips/./gcc/xgcc
-B/home/kevin/Documents/School/2eLIC/Thesis/work/build/llvmgcc-mips/./gcc/
-B/home/kevin/Documents/School/2eLIC/Thesis/work/build/llvmgcc-mips/../../install/llvmgcc-mips/mips-unknown-linux-gnu/bin/
-B/home/kevin/Documents/School/2eLIC/Thesis/work/build/llvmgcc-mip...
2007 Feb 14
2
[LLVMdev] Software Pipelineing
...the new backends. The good news is that
> it might
> even be easier to implement now then when I did my work :)
that's certainly true. there is a version of SMS in the 1.6 release.
is this
a good starting point to look at or is there a more mature version in
the cvs?
apart from your thesis and the online docs, is there further
documentation that
might be helpful?
cheers,
-
dietmar
2015 Jun 15
2
[LLVMdev] Expressing ambiguous points-to info in AliasAnalysis::alias(...) results?
...> On Mon, Jun 15, 2015 at 10:33 AM, Christian Convey
> <christian.convey at gmail.com> wrote:
> > On Mon, Jun 15, 2015 at 11:02 AM, Daniel Berlin <dberlin at dberlin.org>
> wrote:
> Which paper are you using?
>
I'm mostly going from Robert Wilson's 1997 phd thesis, although I'm pretty
sure I've seen a lot of the same ideas elsewhere as well.
> IE we propagate the various "unknown/points-to-anything/etc" flags as
>
fast as possible, to the exclusion of discovering other points-to
> sets.
>
> This is because once something po...
2012 Apr 14
2
master thesis
Hi,
For my master thesis I have 24 micro-plots on which I did measurements during 3 months.
The measurements were:
- Rainfall and runoff events throughout 3monts (runoff being dependant on the rainfall, a coefficient (%) has been made per rainfall event and per 3 months)
- Soil texture (3 different textures were differe...
2005 Oct 03
1
Bachelor's Thesis on Ruby on Rails
Hey guys,
Does anyone has an idea for what one can do for a bachelor''s thesis on Ruby
on Rails? Possibly focusing on design patterns/benchmarking it against J2EE
and stuff like this?
Will be eternally grateful if anyone can contribute any idea!
Regards
Steve
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.g...
2008 Feb 28
2
[LLVMdev] llvm-gcc and mips
...>
> make -k install will install a mips cross compiler for you, I believe.
>
> If you don't want to install it, you can run it as cd gcc && ./xgcc -
> B./ t.c.
Thanks for your help. I tried your first suggestion, but it doesn't work:
/home/kevin/Documents/School/Thesis/work/install/llvmgcc-mips/bin/llvm-gcc
-nostdlib -nostdinc
-I/home/kevin/Documents/School/Thesis/work/install/psptoolchain/psp/include
-I/home/kevin/Documents/School/Thesis/work/install/psptoolchain/lib/gcc/psp/4.1.0/include
-c -emit-llvm -Wall \
-D_PSP_FW_VERSION=150 -DPSP=1 -D__ps...
2004 Oct 19
2
new intrusion detection system
Hello to all,
I have implemented a new type of intrusion detection system for my Master
thesis. I would like to announce this information, in case anyone would be
interested in this research.
The IDS system is designed as a kernel module for FreeBSD 5.2. It is inspired
by the SpamAssassin program, which detects spam by applying a set of tests to
every email message and counting a sum of...
2009 Dec 12
4
[LLVMdev] Problem running 2.6 test-suite on cygwin
After following all steps from
http://llvm.org/docs/TestingGuide.html#testsuiterun, I've got this:
make[1]: Entering directory
`/cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/projects/test-suite/SingleSource'
make[2]: Entering directory
`/cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/projects/test-suite/SingleSource/UnitTests'
make[3]: Entering directory
`/cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/projects/test-suite/SingleS...
2010 Jan 05
2
[LLVMdev] libcalls test fails to run
This is what I get while trying to run 'make TEST=libcalls' in the top dir of
test-suite:
make[1]: Entering directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource'
make[2]: Entering directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource/UnitTests'
make[3]: Entering directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource/UnitTests/Vector'
make[4]: Entering directory `/home/grego...
2005 Aug 04
1
Help : Installation of Office XP with Wine May 2005
Dear all Wine-users,
I'm last-year student of Hanoi University of Technology in Vietnam.
My graduate thesis has important part relate to Wine and installation of Windows applications in Linux via Wine. I have completed all part of my thesis except Wine related part.
I installed Office XP with Wine May 2005 and it always failed. Before installed Office, I had installed Dcom98.exe , InstMsi.exe, IE6 (Alt...
2003 Sep 07
3
thesis project dealing with Vorbis
This is a heads up to let you know of my plans to work on a senior
thesis project dealing with editing Vorbis losslessly in Audacity. You
can find more information about my plans and what I'm up to here:
http://www.reverberate.org/computers/thesis/
"vcut" from vorbis-tools will be an excellent starting point for me. I
notice that it's marked "e...
2009 Jan 19
3
[somewhat OT] seeking ideas/input for my thesis
Hello VoIP guys
Sorry for being somewhat off-topic. At the moment I am studying
informatics in the seventh semester and I need to start thinking about
my thesis. As I am very interested in VoIP technologies I thought about
picking this as my main topic. So far I have only little experience in
this area. I have been fiddling around with siproxd and pfSense and have
red the one or the other packet dump containing SIP and RTP traffic, had
a look into codecs,...
2010 May 11
1
[LLVMdev] Master Thesis about Profiling in LLVM
Hi all!
I recently finished my master studies with the thesis' title being
"Efficient Profiling in the LLVM Compiler Infrastructure". For anyone
interested it can be downloaded at
http://astifter.com/storage/diplomarbeit.pdf. I wanted to thank all of
you who helped me with suggestions, reviews and comments about LLVM
and related topics.
As disc...
2007 Jul 21
0
Support my bachelor thesis: Efficient Web Dev with RoR
Hi all,
my name is Stefan Kuehrer and I''m a student at the University of Applied
Sciences Technikum in Vienna, Austria.
Currently I''m writing my bachelor thesis which is about efficient web
development by using Ruby On Rails.
In order to be able to present any result I would need to ask you for
your help:
1. The easy one: take part at my online survey
http://railssurvey.internship-search.com
2. Here I need more than five minutes of your time:
I would ask...