search for: bnd

Displaying 17 results from an estimated 17 matches for "bnd".

Did you mean: and
2012 Jun 02
2
Double-buffering problem, this time with an example.
...mbols should illustrate the problem in a windows environment. windows() radius <- 8 n <- 6 ang <- seq(0,2*pi,length=n+1)[-(n+1)] ca <- cos(ang) sa <- sin(ang) size <- c(.1, .3, .5, .7, .9, 1) colors <- rainbow(length(size)) for (i in 1:1000){ radius <- radius*.998 bnd <- (radius+1)* c(-1, 1) cenX <- radius*ca cenY <- radius*sa symbols(cenX, cenY, circles = size, xlim=bnd, ylim=bnd, bg=colors) } I have not isolated the version when the flashing started but it somewhere between 2.11.1 and 2.14.1. I did some searching on double-buffe...
2002 Mar 12
1
RArcInfo Package, get.bnddata()
I am having trouble using get.bnddata() in the RArcInfo package. I installed the version 0.2 binary of the package for Windows and am using R 1.4.1 on Windows NT 4.0. I have had no problems importing and plotting arc data with get.arcdata() and plotarc(). plotpal() also works fine. I've been able to use get.arcdata(), get.l...
2012 Oct 16
2
Penalty function constrained optimization
...t;-function(f){ F <- q*f Z <- M+sum(F) S <- exp(-Z) Catch<- N*F/Z*(1-S) Tot.Catch <- sum(Catch) NR<-array(0,dim=c(nfleets)) NR<-Price*Catch - f*cost d.NR<-array(0,dim=c(nfleets)) d.NR<- N*q/Z*(1-S-F/Z+F/Z*S+F*S)*Price-cost +1000*(max(0,f-9))^2 return(sum(d.NR*d.NR))} zero.bnd <- rep.int(0, length(f)) opt.eff <- optim( init.eff, obj, method="L-BFGS-B", lower=zero.bnd ) *** However, now I am trying to add another dimension to the problem: areas. Does anybody have any suggestions regarding how to implement the penalty function so it works over all area...
2013 Jan 27
1
lapply and SpatialGridDataFrame error
Hi all, I have a set of 54 files that I need to convert from ASCII grid format to .shp files to .bnd files for BayesX. I have the following R code to operate on those files: library(maptools) library(Grid2Polygons) library(BayesX) library(BayesXsrc) library(R2BayesX) readfunct <- function(x) { u <- readAsciiGrid(x) } modfilesmore <- paste0("MaxFloodDepth_", 1:54, ".txt&...
2017 Mar 21
1
Incompatible change in R-devel
...example of what can go wrong, x86_64 Linux; > library(mgcv, lib = "/usr/local/lib64/R/library") # R 3.3.3 Loading required package: nlme This is mgcv 1.8-17. For overview type 'help("mgcv-package")'. > mgcv:::in.out ... um <- .C(C_in_out, bx = as.double(bnd[, 1]), by = as.double(bnd[, ... > mgcv:::C_in_out Error in get(name, envir = asNamespace(pkg), inherits = FALSE) : object 'C_in_out' not found (the last message being found in testing a package which called mgcv). -- Brian D. Ripley, ripley at stats.ox.ac.uk Emeri...
2007 Nov 30
0
How to Compute envelope of Khat in Splancs Package
Howdy Gurus I am try to compute envelope of Khat from simulations of complete spatial randomness using R package of "Splancs." I got the following error: > UL.khat <- Kenv.csr(length(X_coord), bnd, nsim=100, s) Doing simulation 1 Error in runif(n, min, max) : invalid arguments In addition: Warning message: NAs introduced by coercion I think that I have a problem with "poly." How can I correct "poly"? There is a decription about "poly" like bnd. ----------...
2002 Oct 02
6
help to make a map on R
Hi all, I need a little help for construct an state's map on R. The first problem is to get the data. I have a datafile of longitude and latitude in the follow format: trajectory latitude longtude T -22.045618 -51.287056 T -22.067078 -51.265888 T -22.067039 -51.207249 T -22.059690 -48.089695 T -22.075529 -48.074608 T -22.072460 -48.044472 T -22.062767 -48.298473 T -22.077349
2015 Dec 17
1
How can I change the localSID for a SAMBA Server?
Hi Marc, I tried using Samba version 4.3 without much success. I still was not able to control what the local sid of the machine was. To install 4.3 on Ubuntu 14.04 LTS I needed to use the following ppa: https://launchpad.net/~bnd-acc/+archive/ubuntu/samba43 I also tried changing to the smb.conf to "SERVER ROLE = CLASSIC PRIMARY DOMAIN CONTROLLER on my 4.1.6 and 4.3 version. This also did not help me control what the local sid was. I feel like I'm some important fundamental elements of how the domain sid, and loca...
2002 May 09
2
truncated normal
Does anyone know of an R-function that will generate an observation from a truncated normal (left or right) with a mu and sigma2? Any correspondence would be greatly appreciated. Best regards, Scott Summerill FAA ACB-330 SIGNAL Corp. 609-485-6377 scott.ctr.summerill at tc.faa.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2017 Mar 21
2
Incompatible change in R-devel
As of today's commit r72375 all packages with native-routine registration of C or Fortran routines need to be reinstalled in R-devel (and that include some of the recommended packages in R itself which will not be reinstalled via make dependencies, so we advise a clean rebuild of R). We try to avoid such things, but now is a least bad time (before binary packages for pre-3.4.0 are built
2013 Sep 10
0
[LLVMdev] Intel Memory Protection Extensions (and types question)
Hi Kevin, Can you explain what kind of abstraction/support do you plan to implement over the MP instructions ? I imagine that you plan to add a few intrinsics, right ? I imagine that you don’t need the register allocator to allocate the BND registers or anything fancy like that. In that case the registers can be an immediate in the intrinsic. Maybe you can start by presenting the kind of intrinsics that you want to implement. Thanks, Nadav On Sep 9, 2013, at 2:00 PM, Schoedel, Kevin P <kevin.p.schoedel at intel.com> wrote:...
2015 Dec 15
5
How can I change the localSID for a SAMBA Server?
Hi Marc, We are running Samba Version 4.1.6-Ubuntu on Ubuntu 14.04 LTS. Is there any other specific information you need? Thanks, Byron -- *Byron Bogaert* *IT System Administrator* Wikimedia Foundation Imagine a world in which every single human being can freely share in the sum of all knowledge. Help us make it a reality! https://donate.wikimedia.org On Tue, Dec 15, 2015 at 12:53 PM, Marc
2013 Sep 09
2
[LLVMdev] Intel Memory Protection Extensions (and types question)
...components then you can use i128, or even <2 > x i64>. We have put some effort into trying to use i128 or v2i64, but it seems that post instruction selection LLVM is incredibly keen on putting values of those types in their 'correct' register class (e.g. XMM) in preference to the BNDx bounds registers. I haven't found any workaround for that, and adding an MVT code (where there is already precedent for oddballs like x86mmx and ppc_f128) seems to be low impact compared to any change to general register handling. As well, BNDx register contents do not really match the semant...
2007 Oct 03
9
WxRuby Newbie Application Hanging
I have a WxRuby application that takes a few inputs from the user and uses that information to search through a large file for matches. The application works very well, with one exception. If I click anywhere in the frame while the application is searching through the long file, the application hangs. Has anyone experienced anything similar to this? Any suggestions on how I can fix this? Thanks
1999 Dec 16
4
ANNOUNCE: openssh-1.2.1pre18
...ren_Hall at progressive.com 19991214 - OpenBSD CVS Changes - [canohost.c] fix get_remote_port() and friends for sshd -i; Holger.Trapp at Informatik.TU-Chemnitz.DE - [mpaux.c] make code simpler. no need for memcpy. niels@ ok - [pty.c] namebuflen not sizeof namebuflen; bnd at ep-ag.com via djm at mindrot.org fix proto; markus - [ssh.1] typo; mark.baushke at solipsa.com - [channels.c ssh.c ssh.h sshd.c] type conflict for 'extern Type *options' in channels.c; dot at dotat.at - [sshconnect.c] move checking of hostkey into own functi...
2002 Nov 21
0
Re: RArcInfo question(basic=T, newbie=T, annoying=T)
...t; attach(d) > plotpal(arc, pal) > newarc<-thinlines(arc,.05) > plotpal(newarc, pal) > get.tablenames("info/") TableName InfoFile NFields RecSize NRecords External 1 TR13.AAT ARC0001 1 38 16723 TRUE 2 TR13.BND ARC0002 1 32 1 FALSE 3 TR13.PAT ARC0003 1 178 1625 FALSE 4 TR13.TIC ARC0004 1 20 4 FALSE > aat<-get.tabledata("info/", "TR13.AAT") > nam...
2018 Jun 30
2
Using BuildMI to insert Intel MPX instruction BNDCU failed
Hello everyone, I'm a newbie of llvm. I'm trying to insert Intel MPX instruction BNDCU with BuildMI. I add my machinefunctionpass at addPreEmitPass2. Here is the code of insertion: BuildMI(MBB, MI, DL, TII->get(X86::BNDCU64rr)).addReg(X86::BND2, RegState::Define).addReg(X86::R10); And here is to stack track when I compiler program with modified llc: /home/shenyouren/workspace...