Displaying 20 results from an estimated 40 matches for "xian".
Did you mean:
ian
2012 May 17
1
Job opportunity in Beijing, China at Xian-Janssen Pharmaceutical Ltd
The Quantitative Decision Strategies group at Janssen Research & Development, Johnson & Johnson, is looking for a candidate to represent QDS in Beijing, China in the subsidiary company of Xian-Janssen Pharmacetical Ltd. The basic requirements for this candidate are 1) 3+ years experience in a quantitative field, but not necessarily pharmaceutical; 2) PhD in statistics or related field preferred but not absolutely necessary; 3) speak fluent Chinese and English but willing to be located in...
2011 May 04
2
create a folder with mode '0777'
...r
Sys.chmod('test/sub',mode='0777')
The folder 'test' is: drwxr-xr-x
and the sub folder 'sub' is: drwxrwxrwx
The question is how to generate a folder and sub folders, with every
folder being drwxrwxrwx ?
I am using a linux/redhat system.
Thank you for your help.
Xian
2018 Mar 01
2
[GSOC 2018] Implement a single updater class for Dominators
...h China University
of Technology.
I have been using clang compiler and related tools since I started
studying C++ and I would like to work on LLVM in this year’s GSoC. I
am interested in “Implement a single updater class for Dominators”.
[1] I have achieved a bronze medal in the 2017 ACM-ICPC Asia Xian
Regional Contest [2] (being a member of the team “Charizard”) thus I
think I have some knowledge on basic tree/graph algorithms and data
structures.
I have gone through most of the LLVM Kaleidoscope tutorial and I have
watched the video of the presentation “Dominator Trees and incremental
updates...
2004 Feb 22
1
For loop help
hello,
I would like to do a for loop for matrix:
Xm Xm-1 ...... X1
Xm+1 Xm ...... X2
.......................................
.....................................
Xn Xn-1 ...... Xn-m+1
How can I do it in R?
Thanks!!!
---------------------------------
[[alternative HTML version deleted]]
2018 Mar 01
0
[GSOC 2018] Implement a single updater class for Dominators
...h China University
of Technology.
I have been using clang compiler and related tools since I started
studying C++ and I would like to work on LLVM in this year’s GSoC. I
am interested in “Implement a single updater class for Dominators”.
[1] I have achieved a bronze medal in the 2017 ACM-ICPC Asia Xian
Regional Contest [2] (being a member of the team “Charizard”) thus I
think I have some knowledge on basic tree/graph algorithms and data
structures.
I have gone through most of the LLVM Kaleidoscope tutorial and I have
watched the video of the presentation “Dominator Trees and incremental
updates...
2018 Mar 02
0
[GSOC 2018] Implement a single updater class for Dominators
...chnology.
>
> I have been using clang compiler and related tools since I started
> studying C++ and I would like to work on LLVM in this year’s GSoC. I
> am interested in “Implement a single updater class for Dominators”.
> [1] I have achieved a bronze medal in the 2017 ACM-ICPC Asia Xian
> Regional Contest [2] (being a member of the team “Charizard”) thus I
> think I have some knowledge on basic tree/graph algorithms and data
> structures.
>
> I have gone through most of the LLVM Kaleidoscope tutorial and I have
> watched the video of the presentation “Dominator T...
2018 Mar 12
2
[GSOC 2018] Implement a single updater class for Dominators
...gt;> I have been using clang compiler and related tools since I started
>> studying C++ and I would like to work on LLVM in this year’s GSoC. I
>> am interested in “Implement a single updater class for Dominators”.
>> [1] I have achieved a bronze medal in the 2017 ACM-ICPC Asia Xian
>> Regional Contest [2] (being a member of the team “Charizard”) thus I
>> think I have some knowledge on basic tree/graph algorithms and data
>> structures.
>>
>> I have gone through most of the LLVM Kaleidoscope tutorial and I have
>> watched the video of the p...
2018 Mar 21
2
[GSOC 2018] Implement a single updater class for Dominators
...lang compiler and related tools since I started
>> >> studying C++ and I would like to work on LLVM in this year’s GSoC. I
>> >> am interested in “Implement a single updater class for Dominators”.
>> >> [1] I have achieved a bronze medal in the 2017 ACM-ICPC Asia Xian
>> >> Regional Contest [2] (being a member of the team “Charizard”) thus I
>> >> think I have some knowledge on basic tree/graph algorithms and data
>> >> structures.
>> >>
>> >> I have gone through most of the LLVM Kaleidoscope tutorial a...
2018 Mar 14
0
[GSOC 2018] Implement a single updater class for Dominators
...been using clang compiler and related tools since I started
> >> studying C++ and I would like to work on LLVM in this year’s GSoC. I
> >> am interested in “Implement a single updater class for Dominators”.
> >> [1] I have achieved a bronze medal in the 2017 ACM-ICPC Asia Xian
> >> Regional Contest [2] (being a member of the team “Charizard”) thus I
> >> think I have some knowledge on basic tree/graph algorithms and data
> >> structures.
> >>
> >> I have gone through most of the LLVM Kaleidoscope tutorial and I have
> >&...
2018 Mar 22
0
[GSOC 2018] Implement a single updater class for Dominators
...nd related tools since I started
> >> >> studying C++ and I would like to work on LLVM in this year’s GSoC. I
> >> >> am interested in “Implement a single updater class for Dominators”.
> >> >> [1] I have achieved a bronze medal in the 2017 ACM-ICPC Asia Xian
> >> >> Regional Contest [2] (being a member of the team “Charizard”) thus I
> >> >> think I have some knowledge on basic tree/graph algorithms and data
> >> >> structures.
> >> >>
> >> >> I have gone through most of the LLV...
2018 Mar 22
1
[GSOC 2018] Implement a single updater class for Dominators
...ools since I started
>> >> >> studying C++ and I would like to work on LLVM in this year’s GSoC. I
>> >> >> am interested in “Implement a single updater class for Dominators”.
>> >> >> [1] I have achieved a bronze medal in the 2017 ACM-ICPC Asia Xian
>> >> >> Regional Contest [2] (being a member of the team “Charizard”) thus I
>> >> >> think I have some knowledge on basic tree/graph algorithms and data
>> >> >> structures.
>> >> >>
>> >> >> I have gone thr...
2004 Feb 22
1
a simple question about a matrix
suppose x is a matrix.
how to define ||x|| in R?
thank you!
---------------------------------
[[alternative HTML version deleted]]
2004 Feb 26
2
return value in function
suppose I have a function example:
getMatrix <- function(a,b){
A1<-diag(1,2,2)
}
If I want to get the both the A1 and dim(A1) from the function, Can I do
return(A1,dim(A1)) inside the function ? And how can I access A1 and dim(A1) later on?
---------------------------------
[[alternative HTML version deleted]]
2004 Mar 10
1
plot date
I was trying to plot date time vs numeric values.
Number of My date value are about 4000, It is continuous time series, 3 days, the interveal is 5 minutes, (2002-09-22 12:35:00 pm to 2002-09-22 3:40:00 pm) How can i plot it in R?
I tried the regular way:
formattime <- strptime(time, format= "%d-%b-%y %I:%M %p")
plot(formattime, outNum)
However the x axes doen't give me the
2004 Nov 05
2
graphics site
About six months ago there was a reference to a site (in french) that
did a spectacular job of demonstrating R's graphical capabilities.
My bookmarks were recently wiped and I cannot find this site despite my
best googling.
Anyone have the address which I have done a miserable job describing?
Thanks.
Michaell
2010 Mar 11
2
cluster analysis labels for dendrogram
Hi,
I am clustering data based on three numeric variables. I have a fourth
variable that is categorical (site) which I would like to use to label the
leaves of my dendrogram, so I can see how the different sites are grouped
throughout the tree, but I do NOT want to use this variable in the cluster
analysis itself. Is there any way I can do this?
Thanks,
Samantha
--
View this message in
2004 Oct 21
2
an introduction to R in french
Hello wizaRds !
I am looking for a french and recent version of "An introduction to R".
Does anybody know where i could find on of these.
Thanks.
--
Romain Fran??ois
25, avenue Guy Moquet
94 400 Vitry sur seine
FRANCE
_______________________
_______________________
francoisromain at free.fr
01 46 80 65 60
06 18 39 14 69
2014 Mar 26
0
Call for Participation: IEEE/ACM CCGrid 2014 in Chicago May 26-29 -- Early Bird Registration due April 15th
...will provide you with
a valuable opportunity to share ideas, communicate, learn, and network.
We wish everyone a successful, stimulating, and rewarding meeting and
look forward to seeing you again at future CCGrid conferences.
Ian Foster (University of Chicago and Argonne National Laboratory)
Xian-He Sun (Illinois Institute of Technology)
--
=================================================================
Ioan Raicu, Ph.D.
Assistant Professor, Illinois Institute of Technology (IIT)
Guest Research Faculty, Argonne National Laboratory (ANL)
==================================================...
2014 Mar 26
0
Call for Participation: IEEE/ACM CCGrid 2014 in Chicago May 26-29 -- Early Bird Registration due April 15th
...will provide you with
a valuable opportunity to share ideas, communicate, learn, and network.
We wish everyone a successful, stimulating, and rewarding meeting and
look forward to seeing you again at future CCGrid conferences.
Ian Foster (University of Chicago and Argonne National Laboratory)
Xian-He Sun (Illinois Institute of Technology)
--
=================================================================
Ioan Raicu, Ph.D.
Assistant Professor, Illinois Institute of Technology (IIT)
Guest Research Faculty, Argonne National Laboratory (ANL)
==================================================...
2012 Aug 02
0
CFP: 5th Workshop on Many-Task Computing on Grids and Supercomputers (MTAGS) 2012 -- at IEEE/ACM Supercomputing 2012
...c Science and Technology
of China
Steering Committee
* David Abramson, Monash University, Australia
* Jack Dongara, University of Tennessee, USA
* Geoffrey Fox, Indiana University, USA
* Manish Parashar, Rutgers University, USA
* Marc Snir, University of Illinois at Urbana Champaign, USA
* Xian-He Sun, Illinois Institute of Technology, USA
* Weimin Zheng, Tsinghua University, China
Publicity Chair (mtags12-publicity at datasys.cs.iit.edu)
* Zhao Zhang, University of Chicago, USA
Program Committee Chair (mtags12-pc-chair at datasys.cs.iit.edu)
* Justin Wozniak, Argonne National Labo...