search for: ece

Displaying 20 results from an estimated 283 matches for "ece".

2010 Nov 13
1
barplot3d cutting off labels
...), rows=7, theta = 55, phi = 22, expand=0.9, col.lab=c("GWTD < 1","1 <= GWTD < 2","2 <= GWTD < 3","3 <= GWTD < 4","4 <= GWTD < 5","5 <= GWTD < 6","GWTD > 6"), row.lab=c("GW ECe < 1","1 <= GW ECe < 2","2 <= GW ECe < 3","3 <= GW ECe < 4","4 <= GW ECe < 5","5 <= GW ECe < 6","GW ECe > 6"), col.bar=c("#FF6633","#FFFF33","#99CCFF","#9933FF...
2010 Mar 20
2
different forms of nls recommendations
...llo, Using this data: http://n4.nabble.com/file/n1676330/US_Final_Values.txt US_Final_Values.txt and the following code i got the image at the end of this message: US.final.values<-read.table("c:/tmp/US_Final_Values.txt",header=T,sep=" ") US.nls.1<-nls(US.final.values$ECe~a*US.final.values$WTD^b+c,data=US.final.values,start=list(a=2.75,b=-0.95,c=0.731),trace=TRUE) f.US1<-function(x){coef(US.nls.1)["a"]*x^coef(US.nls.1)["b"]+coef(US.nls.1)["c"]} xvals.US1<-seq(min(US.final.values$WTD),max(US.final.values$WTD),length.out=75) yvals.U...
2014 May 07
1
[Bug 928] New: ECN: --ecn-tcp-ece and --ecn-ip-ect is not supported
https://bugzilla.netfilter.org/show_bug.cgi?id=928 Summary: ECN: --ecn-tcp-ece and --ecn-ip-ect is not supported Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft AssignedTo: pablo at netfilter.org...
2004 Apr 14
0
FYI re: "FreeBSD ECE flag ipfw protection bypass"
Several people have noticed that SecuriTeam.com is reporting a "FreeBSD ECE flag ipfw protection bypass" exploit. In an effort to save time, let me say this publicly: SecuriTeam.com is three years out of date. This problem was fixed in FreeBSD 3.5-STABLE and 4.2-STABLE in January 2001, and reported in Security Advisory FreeBSD-SA-01:08. Colin Percival
2000 Aug 15
1
Defective pointer to tech report (PR#634)
Full_Name: Rod Montgomery Version: 1.1.0 OS: Windows-95 Submission from: (NULL) (38.26.56.3) File R-1.1.0/src/appl/lbfgsb.c -- Comment in code says two papers describing underlying math are in ftp://ece.nwu.edu/pub/lbfgs/lbfgs_bcm/ but that directory seems not to exist. (Actually, the comment does not give a URL - it just says to look in that directory on that FTP server.) Paper [1] does exist in ftp://ece.nwu.edu/pub/nocedal/papers/sisc95.ps Nocedal's bibliography page for L-BGFS-B is htt...
2008 Aug 26
2
awkward behavior with densityplot function
Hi, I have the following script: ---- t.R --- grafica <- function() { v <- read.csv('preprocessed/komolongma.ece.uprm.edu.active',sep=',') x <- as.ts(v$active) bitmap(file="output.png") densityplot(~x,col='blue',main='Density Plot') dev.off() } grafica() ---- t.R --- When I "sourced" it from R prompt, it quietly runs. However the "output.pn...
2000 May 08
3
eigen broken on AIX with R-devel? (PR#537)
...ion below-- Version: platform = powerpc-ibm-aix4.3.2.0 arch = powerpc os = aix4.3.2.0 system = powerpc, aix4.3.2.0 status = Under development (unstable) major = 1 minor = 1.0 year = 2000 month = May day = 3 language = R Search Path: .GlobalEnv, Autoloads, package:base -- mailto:tov@ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "...
2016 Jan 20
4
Executing OpenMP 4.0 code on Nvidia's GPU
Hi Arpith, That is exactly what it is :). My bad, I thought I copied over the libraries to where LIBRARY_PATH pointing but apparently it was copied to a wrong destination. Thanks a lot. On Wed, Jan 20, 2016 at 4:51 AM, Arpith C Jacob <acjacob at us.ibm.com> wrote: > Hi Ahmed, > > nvlink is unable to find the GPU OMP runtime library in its path. Does > LIBRARY_PATH point to
2005 Jul 16
1
xfig device - depth
...anon -- ************************************************* Thomas Zanon 2116 Hamerschlag Hall Department of Electrical and Computer Engineering Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA 15213-3890 phone office: (412) 268-6638 fax: (412) 268-3204 email+UID: zanon at ece.cmu.edu homepage: http://www.ece.cmu.edu/~zanon ************************************************* -- No virus found in this outgoing message. Checked by AVG Anti-Virus.
2008 Mar 20
1
[LLVMdev] LLVM error: "Bitcode stream should be a multiple of 4 bytes in length" (fwd)
Do you know why I might be getting this error? [dconnors at eces-shell Hello]$ llvm-gcc -O3 -emit-llvm hello.c -c -o hello.bc [dconnors at eces-shell Hello]$ llc hello.bc -o hello.s llc: bitcode didn't read correctly. Reason: Bitcode stream should be a multiple of 4 bytes in length I am using: LLVM-GCC 4.2 Front End Binaries for Red Hat Enterprise Linux4/...
2019 Jul 06
2
Seeking suggestions about interfacing of LLVM DataFlowSanitizer library with KLEE in C code.
Dear Developers, I am a Master's student at the ECE department of the University of Florida, USA.​​ For my research project, supervised by Prof. Mark Tehranipoor<http://tehranipoor.ece.ufl.edu/> and Prof. Farimah Farahmandi<http://farimah.ece.ufl.edu/>, I need to use Clang LLVM DataflowSanitizer library in KLEE. However, I have faced so...
2000 Mar 07
4
Error compiling R on RS6000 (PR#475)
Full_Name: Paul Gutwin Version: R-1.0.0 OS: AIX 4.2.1 Submission from: (NULL) (198.133.22.67) R-1.0.0 fails to compile. I'm using the config.cache file from a successful compliation of R-0.65.0 (prob #290, fixed thanks to Thomas Vogels @ CMU). Compiling R-1.0.0 fails with the following error messages: make Target "R" is up to date. gcc -I. -I../include -I../../src/include
2008 Sep 08
2
(no subject)
...picting a pass or fail. The other two are X and Y coordinates. Is there a good way I can represent this data in a chart/plot form other than using a 3d histogram? If I need to use the histogram, should I base my chart off the example contained in the RGL package? Thanks a lot. -- Jason Thibodeau ECE Dept., University of Connecticut 371 Fairfield Way, Storrs, CT 06269 Phone: 860-486-5274 , Fax: 860-486-2447 Email: jpt03002@engr.uconn.edu URL: www.engr.uconn.edu/~jpt03002 [[alternative HTML version deleted]]
2013 Oct 09
1
Version of L-BFGS-B used in optim etc
Hi. I just noticed the paper by Morales and Nocedal Remark on "Algorithm 778: L-BFGS-B: Fortran Subroutines for Large-Scale Bound Constrained Optimization". TOMS 2011; 38(1): 7 http://www.ece.northwestern.edu/~morales/PSfiles/acm-remark.pdf which describes a couple of improvements (speed and accuracy) to the original Netlib code which AFAICT is that still used by optim() via f2c. Updated code is under http://www.ece.northwestern.edu/~nocedal/lbfgsb.html released under the New BSD...
2015 Apr 08
5
[LLVMdev] CUDA front-end (CUDA to LLVM IR)
Hi, I wanted to ask whether there is ongoing effort (or an already established tool) that enables to convert CUDA kernels (that uses CUDA specific intrinsics, e.g., threadId.x, __syncthreads(), ...) to LLVM IR. I am aware that I can do this for OpenCL with the help of libclc but I can not find something similar for CUDA. Thanks -------------- next part -------------- An HTML attachment was
2013 Mar 03
6
[LLVMdev] AESOP autoparallelizing compiler
...ke to inform the community that we're releasing a version of our research compiler, "AESOP", developed at UMD using LLVM. AESOP is a distance-vector-based autoparallelizing compiler for shared-memory machines. The source code and some further information is available at http://aesop.ece.umd.edu The main components of the released implementation are loop memory dependence analysis and parallel code generation using calls to POSIX threads. Since we currently have only a 2-person development team, we are still on LLVM 3.0, and some of the code could use some cleanup. Still, we hope...
2010 Oct 26
2
Opensource Websearch Engine Project
Hi, I'm Pierre-Louis Dehapiot from Paris, France. I am studying computing programming at the ECE (a french school) and this year, the topic of my project is "google and indexing". To summarize, it deals with creating my own google in only one year :p ! I saw that you made yourself an opensource websearch engine written in C (Xapian). I already made the php/CSS interface for my own pr...
2010 Oct 26
2
Opensource Websearch Engine Project
Hi, I'm Pierre-Louis Dehapiot from Paris, France. I am studying computing programming at the ECE (a french school) and this year, the topic of my project is "google and indexing". To summarize, it deals with creating my own google in only one year :p ! I saw that you made yourself an opensource websearch engine written in C (Xapian). I already made the php/CSS interface for my own pr...
2000 Mar 18
3
AIX fails on startup with R-1.0.0
...s hard to debug. A temporary fix is to remove the _first_ use of -lc from the linker command line. This will affect the way the export symbols are defined. Not sure yet whether this matters. Why does this bug only show up on AIX? Is this some weird posix trap? Thanks, -tom -- mailto:tov@ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "b...
2001 Sep 07
2
Why does substr<- truncate and not replace...
...R> x [1] "axydef" R> substr(x,2,3) <- "w" #ko R> x [1] "aw" hmm, I would have expected "awdef". Am I reading the docs wrong? (Or am I just blinded to expect this string because that's what Perl would do?) Thanks! -tom -- mailto:tov at ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "bo...