代码搜索结果
找到约 10,000 项符合
R 的代码
summaries.r
### summaries.R: print and summary methods.
### $Id: summaries.R 132 2007-08-24 09:21:05Z bhm $
## Print method for mvr objects:
print.mvr
msc.r
### msc.R: Multiplicative scatter/signal correction
###
### $Id: msc.R 2 2005-03-29 14:31:42Z $
msc
jackknife.r
### jackknife.R: Jackknife variance estimation of regression coefficients.
### $Id: jackknife.R 142 2007-10-01 13:10:25Z bhm $
## var.jack: Calculate jackknife variance (or covariance) estimates
var.
extract.r
### extract.R: Extraction functions
### $Id: extract.R 99 2006-10-04 10:54:35Z bhm $
## coef.mvr: Extract the base variable regression coefficients from
## an mvr object.
coef.mvr
mvr.r
### mvr.R: plsr/pcr modelling functions
###
### $Id: mvr.R 135 2007-09-06 08:50:04Z bhm $
###
### The top level user function. Implements a formula interface and calls the
### correct fit function to
cvsegments.r
### cvsegments.R: A utility function to generate segments for k-fold
### cross-validation.
### $Id: cvsegments.R 75 2006-07-17 21:05:34Z bhm $
cvsegments
stdize.r
### stdize.R: Standardization by centering and scaling
###
### $Id: stdize.R 89 2006-09-20 15:41:09Z bhm $
## This is a somewhat modified version of scale.default
stdize
crossval.r
### crossval.R: Genereral cross-validation function.
### $Id: crossval.R 142 2007-10-01 13:10:25Z bhm $
crossval
b(r).c
#include
/**********串口初始化***************/
void setcom(void)
{
TMOD = 0x21; //使用T1计数器
TL1 = 0xfd; //波特率为9600bps
TH1 = 0xfd;
SCON = 0x50; //串口模式1,允许接收SM1=1,REN=1