搜档网
当前位置:搜档网 › 统计文本中单词的个数

统计文本中单词的个数

统计文本中单词的个数
统计文本中单词的个数

江西理工大学软件学院计算机类课程实验报告

课程名称:统计文本中单词个数班级:11软件会计4班

姓名:黄健

学号:11222122

江西理工大学软件学院

一、目录

1、目录--------------------------------------------------------------2

2、实验目的--------------------------------------------------------3

3、实验要求--------------------------------------------------------3

4、实验仪器设备与材料-----------------------------------------3

5、实验原理--------------------------------------------------------4

6、实验步骤--------------------------------------------------------5

7、实验原始记录--------------------------------------------------6

8、实验数据分析计算结果--------------------------------------10

9、实验心得体会--------------------------------------------------11

10、思考题----------------------------------------------------------12

二:实验目的:

一个文本可以看成是一个字符序列,在这个序列中,有效字符被空格分隔为一个个单词。设计出一种算法来去统计出一个文本中单词的个数。

三:实验要求:

1.被处理文本的内容可以由键盘读入

2.可以读取任意文本内容,包括英文、汉字等

3.设计算法统计文本中单词的个数

4.分析算法的时间性能

四:实验仪器设备和材料

参考书籍

电脑及其配件

Microsoft Visulai C++ 6.0

五:实验原理

设计一个计数器count 统计文本中单词的个数。在逐个读入和检查字符时,需要区分当前字符是否是空格。不是空格的字符一定是某个单词的一部分,空格的作用就是分隔单词。但即使当前字符不是空格,它是不是新词的开始还依赖于前一字符时候是空格,只有当前字符是单词的首字符时,才可以给计数器加1.因此,读取的字符有两种不同的状态:

(1)state =1 ,读入过程处在单词之外,如果遇到非空格字符,则是新词;

(2)state =0 ,读入过程处在单词内部,则不会遇到新词。

还需要设置一个变量表示读入字符的状态。

六:实验步骤

1.初始化计数器count = 0;

2.初始化读取字符的状态state = 1;

3.当文本未结束时,执行循环操作;

如果读入的字符是空格,则state = 1;count++

否则state = 0

4.输入一段文本

5.输出count,单词数目

七:实验原始记录

#include

int count_word(char *str);

void main()

{

char str1[];

int sum=0;

puts("\n please enter a string");

gets(str1);

sum=count_word(str1);

printf("there are %d words in this sentence",sum); }

int count_word(char *str)

{

int count,flag;

char *p;

count=0;

state=0;

p=str;

while(*p!='\0')

{

if(*p==' ')

flag=0;

else if(state==0)

{

state=1;

count++;

}

p++;

}

return count;

}

八:实验数据分析计算结果

运行程序

任意输出一段文本:what is your name

运行结果显示单词数目为4个

分析正确。

九:实验心得、体会

这次实验设计让我更加了解大一学到的 C 和这个学期学到的数据结构.课设题目要求不仅要求对课本知识有较深刻的了解, 同时要求程序设计者有较强的思维和动手能力和更加了解编程思想和编程技巧. 这次课程设计让我有一个深刻的体会,那就是细节决定成败,编程最需要的是严谨, 如何的严谨都不过分,往往检查了半天发现错误发生在某个括号,分号,引号,或者数据类型上。实验设计时, 也不

要怕遇到错误, 在实际操作过程中犯的一些错误还会有意外的收获, 感觉实验设计很有意思。了解到一些简单的软件就是这样简单的设计出来的,很有趣。在具体操作中这学期所学的数据结构的理论知识得到巩固, 达到实验设计的基本目的,也发现自己的不足之出,在以后的上机中应更加注意,同时体会到 C 语言具有的语句简洁,使用灵活,执行效率高等特点.发现上机的重要作用,特别算术表达式有了深刻的理解。

十:思考题

1.如果文本以文件形式存放,如何统计文本中单词的个数?

2.此程序要编程一个软件还可以编写出哪些功能?

统计学常用英语词汇

精心整理 统计学常用英语词汇Absolutedeviation,绝对离差 Absolutenumber,绝对数 Absoluteresiduals,绝对残差 Accelerationarray,加速度立体阵 AdditiveNoise,加性噪声 Additivity,可加性 Adjustedrate,调整率 Adjustedvalue,校正值 Admissibleerror,容许误差

Aggregation,聚集性 Alphafactoring,α因子法 Alternativehypothesis,备择假设 Amonggroups,组间 Amounts,总量 Analysisofcorrelation,相关分析 Arcing, Arcsinetransformation,反正弦变换 Area区域图 Areaunderthecurve,曲线面积 AREG,评估从一个时间点到下一个时间点回归相关时的误差ARIMA,季节和非季节性单变量模型的极大似然估计Arithmeticgridpaper,算术格纸

Arithmeticgridpaper,算术格纸Arithmeticmean,算术平均数Arrheniusrelation,艾恩尼斯关系Assessingfit,拟合的评估Associativelaws,结合律Asymmetricdistribution,非对称分布 Barchart,条形图 Bargraph,条形图 Baseperiod,基期 Bayes'theorem,Bayes定理 Bell-shapedcurve,钟形曲线

Bernoullidistribution,伯努力分布 Best-trimestimator,最好切尾估计量Bias,偏性 Binarylogisticregression,二元逻辑斯蒂回归Binomialdistribution,二项分布 Bisquare,双平方 Case-controlstudy,病例对照研究Categorical variable,分类变量Catenary,悬链线 Cauchydistribution,柯西分布 Cause-and-effectrelationship,因果关系Cell,单元

统计英文词汇

A abscissa横坐标 absence rate缺勤率 absolute number绝对数 absolute value绝对值 accident error偶然误差 accumulated frequency累积频数 alternative hypothesis备择假设 analysis of data分析资料 analysis of variance(ANOVA)方差分析 arith-log paper算术对数纸 arithmetic mean算术均数 assumed mean假定均数 arithmetic weighted mean加权算术均数asymmetry coefficient偏度系数 average平均数 average deviation平均差 B bar chart直条图、条图 bias偏性 binomial distribution二项分布 biometrics生物统计学 bivariate normal population双变量正态总体 C cartogram统计图 case fatality rate(or case mortality)病死率 census普查 chi-sguare(X2) test卡方检验 central tendency集中趋势 class interval组距 classification分组、分类 cluster sampling整群抽样 coefficient of correlation相关系数 coefficient of regression回归系数 coefficient of variability(or coefficieut of variation)变异系数 collection of data收集资料 column列(栏) combinative table组合表 combined standard deviation合并标准差 combined variance(or poolled variance)合并方差complete survey全面调查

统计词汇大全(中英文对照)

Absolute deviation, 绝对离差 Absolute number, 绝对数 Absolute residuals, 绝对残差 Acceleration array, 加速度立体阵 Acceleration in an arbitrary direction, 任意方向上的加速度Acceleration normal, 法向加速度 Acceleration space dimension, 加速度空间的维数Acceleration tangential, 切向加速度 Acceleration vector, 加速度向量 Acceptable hypothesis, 可接受假设 Accumulation, 累积 Accuracy, 准确度 Actual frequency, 实际频数 Adaptive estimator, 自适应估计量 Addition, 相加 Addition theorem, 加法定理 Additivity, 可加性 Adjusted rate, 调整率 Adjusted value, 校正值

Admissible error, 容许误差 Aggregation, 聚集性 Alternative hypothesis, 备择假设 Among groups, 组间 Amounts, 总量 Analysis of correlation, 相关分析 Analysis of covariance, 协方差分析 Analysis of regression, 回归分析 Analysis of time series, 时间序列分析 Analysis of variance, 方差分析 Angular transformation, 角转换 ANOVA (analysis of variance), 方差分析 ANOVA Models, 方差分析模型 Arcing, 弧/弧旋 Arcsine transformation, 反正弦变换 Area under the curve, 曲线面积 AREG , 评估从一个时间点到下一个时间点回归相关时的误差ARIMA, 季节和非季节性单变量模型的极大似然估计Arithmetic grid paper, 算术格纸 Arithmetic mean, 算术平均数 Arrhenius relation, 艾恩尼斯关系 Assessing fit, 拟合的评估

统计学英语词汇

统计学英语词汇 发布: 2008-10-08 23:42 | 作者: zhou_209 | 来源: 6sigma品质网 统计学的一些英语词汇,希望对大家有用. A abscissa 横坐标 absence rate 缺勤率 absolute number 绝对数 absolute value 绝对值 accident error 偶然误差 accumulated frequency 累积频数 alternative hypothesis 备择假设 analysis of data 分析资料 analysis of variance(ANOVA) 方差分析 arith-log paper 算术对数纸 arithmetic mean 算术均数 assumed mean 假定均数 arithmetic weighted mean 加权算术均数 asymmetry coefficient 偏度系数 average 平均数 average deviation 平均差 B bar chart 直条图、条图 bias 偏性 binomial distribution 二项分布 biometrics 生物统计学 bivariate normal population 双变量正态总体 C cartogram 统计图

case fatality rate(or case mortality) 病死率 census 普查 chi-sguare(X2) test 卡方检验 central tendency 集中趋势 class interval 组距 classification 分组、分类 cluster sampling 整群抽样 coefficient of correlation 相关系数 coefficient of regression 回归系数 coefficient of variability(or coefficieut of variation) 变异系数collection of data 收集资料 column 列(栏) combinative table 组合表 combined standard deviation 合并标准差 combined variance(or poolled variance) 合并方差complete survey 全面调查 completely correlation 完全相关 completely random design 完全随机设计 confidence interval 可信区间,置信区间 confidence level 可信水平,置信水平 confidence limit 可信限,置信限 constituent ratio 构成比,结构相对数 continuity 连续性 control 对照 control group 对照组 coordinate 坐标 correction for continuity 连续性校正 correction for grouping 归组校正 correction number 校正数 correction value 校正值 correlation 相关,联系 correlation analysis 相关分析 correlation coefficient 相关系数 critical value 临界值 cumulative frequency 累积频率

统计出现次数最多的3个单词

题目要求:使用c语言编程,统计出给定data.dat文件中的出现次数最多的 三个单词,以及这三个单词的出现的次数,计算程序运行的时间,结果写入result.dat中。(注:这里不区分单词大小写,如he与He当做是同一单词计数) 本程序使用二叉排序树方式将所有单词放入树中然后在其中查找相同单词,出现相同的则把它的出现次数加1,否则继续在左右子树中查找。最后使用数组将A[first],A[second],A[third]三个单词进行排序,并用这三个单词余剩余所有单词进行比较,不断更新,最后找到出现次数最多的三个单词,输出到文件中。 #include #include #include #include #include #define MAX 20 typedef struct BTNode { char *word; unsigned long count; struct BTNode *lchild; struct BTNode *rchild; }BTNode; struct words { char str[20]; //用来存放该单词 int num; }A[7500000]; struct words a; int k=0; int sum=0; void GetWord(FILE *fp,int lim,char word[])//获取一个单词 { char *w=word; char c; while(isspace(c=getc(fp))); //跳过空格 if(c!=EOF) c=tolower(c); *word++=c; if(!isalpha(c))//单词第一个不是字母,退出 {

统计学词汇中英文对照完整版

统计学词汇中英文对照完整版 Absolute deviation, 绝对离差 Absolute number, 绝对数 Absolute residuals, 绝对残差 Acceleration array, 加速度立体阵 Acceleration in an arbitrary direction, 任意方向上的加速度Acceleration normal, 法向加速度 Acceleration space dimension, 加速度空间的维数Acceleration tangential, 切向加速度 Acceleration vector, 加速度向量 Acceptable hypothesis, 可接受假设 Accumulation, 累积 Accuracy, 准确度 Actual frequency, 实际频数 Adaptive estimator, 自适应估计量 Addition, 相加 Addition theorem, 加法定理 Additive Noise, 加性噪声 Additivity, 可加性 Adjusted rate, 调整率 Adjusted value, 校正值 Admissible error, 容许误差 Aggregation, 聚集性 Alpha factoring,α因子法 Alternative hypothesis, 备择假设 Among groups, 组间 Amounts, 总量 Analysis of correlation, 相关分析 Analysis of covariance, 协方差分析 Analysis Of Effects, 效应分析 Analysis Of Variance, 方差分析 Analysis of regression, 回归分析 Analysis of time series, 时间序列分析 Analysis of variance, 方差分析 Angular transformation, 角转换 ANOVA (analysis of variance), 方差分析 ANOVA Models, 方差分析模型 ANOVA table and eta, 分组计算方差分析 Arcing, 弧/弧旋 Arcsine transformation, 反正弦变换 Area 区域图 Area under the curve, 曲线面积 AREG , 评估从一个时间点到下一个时间点回归相关时的误差

统计学术语中英文对照

统计学术语中英文对照Absolute deviation 绝对离差 Absolute number 绝对数 Absolute residuals 绝对残差 Acceleration array 加速度立体阵 Acceleration in an arbitrary direction 任意方向上的加速度Acceleration normal 法向加速度 Acceleration space dimension 加速度空间的维数 Acceleration tangential 切向加速度 Acceleration vector 加速度向量 Acceptable hypothesis 可接受假设 Accumulation 累积 Accuracy 准确度 Actual frequency 实际频数 Adaptive estimator 自适应估计量 Addition 相加

Addition theorem 加法定理 Additivity 可加性 Adjusted rate 调整率 Adjusted value 校正值 Admissible error 容许误差 Aggregation 聚集性 Alternative hypothesis 备择假设 Among groups 组间 Amounts 总量 Analysis of correlation 相关分析Analysis of covariance 协方差分析Analysis of regression 回归分析Analysis of time series 时间序列分析Analysis of variance 方差分析 Angular transformation 角转换 ANOVA (analysis of variance)方差分析

完整版统计学专业名词中英对照.doc

统计学专业名词·中英对照 我大学毕业已经多年,这些年来,越发感到外刊的重要性。读懂外刊要有不错的英语功底,同时,还需要掌握一定的专业词汇。掌握足够的专业词汇,在国内外期刊的阅读和写作中会游刃有余。 在此小结,按首字母顺序排列。这些词汇的来源,一是专业书籍,二是网上查找,再一个是比较重要的期刊。当然,这些仅是常用专业词汇的一部分,并且由于个人精力、文献查阅的限制,难免有不足和错误之处,希望读者批评指出。 A abscissa 横坐标 absence rate缺勤率 Absolute deviation 绝对离差 Absolute number 绝对数 absolute value 绝对值 Absolute residuals 绝对残差 accident error 偶然误差 Acceleration array 加速度立体阵 Acceleration in an arbitrary direction 任意方向上的加速度 Acceleration normal 法向加速度 Acceleration space dimension 加速度空间的维数 Acceleration tangential 切向加速度 Acceleration vector 加速度向量 Acceptable hypothesis 可接受假设 Accumulation 累积

Accumulated frequency 累积频数Accuracy 准确度 Actual frequency 实际频数Adaptive estimator 自适应估计量Addition相加 Addition theorem 加法定理Additive Noise 加性噪声Additivity可加性 Adjusted rate 调整率 Adjusted value 校正值Admissible error 容许误差Aggregation 聚集性 Alpha factoring因子α法Alternative hypothesis 备择假设Among groups 组间 Amounts 总量 Analysis of correlation 相关分析Analysis of covariance 协方差分析Analysis of data 分析资料Analysis Of Effects 效应分析Analysis Of Variance 方差分析Analysis of regression 回归分析

C语言统计文件中的字符数、单词数以及总行数

C语言统计文件中的字符数、单词数以及总行数 统计文件的字符数、单词数以及总行数,包括: 每行的字符数和单词数 文件的总字符数、总单词数以及总行数 注意: 空白字符(空格和tab缩进)不计入字符总数; 单词以空格为分隔; 不考虑一个单词在两行的情况; 限制每行的字符数不能超过1000。 代码如下 #include #include int *getCharNum(char *filename, int *totalNum); int main(){ char filename[30]; // totalNum[0]: 总行数totalNum[1]: 总字符数totalNum[2]: 总单词数 int totalNum[3] = {0, 0, 0}; printf("Input file name: "); scanf("%s", filename); if(getCharNum(filename, totalNum)){ printf("Total: %d lines, %d words, %d chars\n", totalNum[0], totalNum[2], totalNum[1]); }else{ printf("Error!\n"); } return 0; } /** * 统计文件的字符数、单词数、行数 * * @param filename 文件名 * @param totalNum 文件统计数据 * * @return 成功返回统计数据,否则返回NULL **/ int *getCharNum(char *filename, int *totalNum){ FILE *fp; // 指向文件的指针 char buffer[1003]; //缓冲区,存储读取到的每行的内容 int bufferLen; // 缓冲区中实际存储的内容的长度 int i; // 当前读到缓冲区的第i个字符 char c; // 读取到的字符

数学词汇中英对照

数学词汇中英对照 初等数学elementary mathematics 高等数学higher mathematics 现代数学modern mathematics 基础数学basic mathematics 应用数学applied mathematics 计算数学computational mathematics 复变函数论theory of functions of a complex variable 实变函数论theory of functions of a real variable 泛函分析functional analysis 数理逻辑mathematical logic 数理统计mathematical statistics 常微分方程ordinary differential equation 偏微分方程partial differential equation 数理方程equation of mathematical physics 代数拓扑学algebraic topology 集合论set theory 拓扑空间topological 概率论probability 随机过程stochastic process 李群Lie group 数论number theory 图论graph theory 编码理论coding theory 混沌理论chaotic theory

一般词汇 数学mathematics, maths(BrE), math(AmE) 公理axiom 定理theorem 计算calculation 运算operation 证明prove 假设hypothesis, hypotheses(pl.) 命题proposition

英汉对照统计学词汇

SPSS 专业技术词汇、短语的中英文对照索引

2:SPSS 专业技术词汇、短语的中英文对照索引 SPSS 迄今还没有完全汉化的版本。用户在操作时如能对菜单、对话框及输出结果中出现的英文词语的含义有所了解,无疑会有助于对各步骤的意义的理解。在这里我们编写了本书中所涉及的英文词语的索引,就是希望能对不太熟悉英文的用户有一定的帮助作用。 SPSS 中很多指令出于简洁的需要,都是用一两个单词代表。在这样的情况下这些单词的含义往往跟它们在普通语境下的含义有一定差别。在这种情况下,我们一般是先给出这些词语在普通情况下的含义,然后用右箭头(-->)表示在SPSS 一些特定的语境中表示的含义。 对话框中一些较长的词语的含义有时也要结合具体的操作步骤才能准确地理解,所以我们把这些词语也尽量列入本索引。索引按字母顺序排列,词组先按第一个单词定其顺序,第一个单词相同的词组再按第二、第三……个单词排序。 本书所显示的菜单、对话框的图中有一些指令和选项是在较高级的统计分 析中才会用到 的,而本书未作介绍。这些词语一般 不列入本索引。 对缩略语,本索引是在该词的后面用 (=……)的形式注出其全名。 % of cases 各类别所占百分比 1-tailed 单尾的 2 Independent Samples 两个独立样 本的检验 2 Related Samples 两个相关样本检 验 2-tailed 双尾的 3-D (=dimensional) 三维-->三维散点 图 A Above 高于 Absolute 绝对的-->绝对值 Add 加,添加 Add Cases 合并个案 Add cases from... 从……加个案 Add Variables 合并变量 Add variables from... 从……加变量 Adj.(=adjusted) standardized 调整后 的标准化残差 Aggregate 汇总-->分类汇总 Aggregate Data 对数据进行分类汇 总 Aggregate Function 汇总函数 Aggregate Variable 需要分类汇总的 变量 Agreement 协议 Align 对齐-->对齐方式 Alignment 对齐-->对齐方式 All 全部,所有的 All cases 所有个案 All categories equal 所有类别相等 All other values 所有其他值 All requested variables entered 所要 求变量全部引入 Alphabetic 按字母顺序的-->按字母 顺序列表 188 Alternative 另外的,备选的 Analysis by groups is off 分组分析未 开启 Analyze 分析-->统计分析 Analyze all cases, do not create groups 分析全部个案,不建立分组 Annotation 注释 ANOVA Table ANOVA 表

杭电1004统计单词最多的个数

Let the Balloon Rise Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 51003 Accepted Submission(s): 18283 Problem Description Contest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favorite time is guessing the most popular problem. When the contest is over, they will count the balloons of each color and find the result. This year, they decide to leave this lovely job to you. Input Input contains multiple test cases. Each test case starts with a number N (0 < N <= 1000) -- the total number of balloons distributed. The next N lines contain one color each. The color of a balloon is a string of up to 15 lower-case letters. A test case with N = 0 terminates the input and this test case is not to be processed. Output For each case, print the color of balloon for the most popular problem on a single line. It is guaranteed that there is a unique solution for each test case. Sample Input 5 green red blue red red 3 pink orange pink #include"stdio.h" #include"string.h" #define N 1111

撰写英文论文会用到的统计学词汇

众数(Mode) 普查(census) 指数(Index) 问卷(Questionnaire) 中位数(Median) 信度(Reliability) 百分比(Percentage) 母群体(Population) 信赖水准(Confidence level) 观察法(Observational Survey) 假设检定(Hypothesis Testing) 综合法(Integrated Survey) 卡方检定(Chi-square Test) 雪球抽样(Snowball Sampling) 差距量表(Interval Scale) 序列偏差(Series Bias) 类别量表(Nominal Scale) 次级资料(Secondary Data) 顺序量表(Ordinal Scale) 抽样架构(Sampling frame) 比率量表(Ratio Scale) 集群抽样(Cluster Sampling) 连检定法(Run Test) 便利抽样(Convenience Sampling) 符号检定(Sign Test) 抽样调查(Sampling Sur) 算术平均数(Arithmetic Mean) 非抽样误差(non-sampling error) 展示会法(Display Survey) 调查名词准确效度(Criterion-Related Validity) 元素(Element) 邮寄问卷法(Mail Interview) 样本(Sample) 信抽样误差(Sampling error) 效度(Validity) 封闭式问题(Close Question) 精确度(Precision) 电话访问法(Telephone Interview) 准确度(Validity) 随机抽样法(Random Sampling) 实验法(Experiment Survey)

统计用的英文单词

统计用的英文单词 decimal ['des?ml] adj. 十进位的,小数的n. 小数 align [??la?n] vt. 使成一线,使结盟;排整齐vi. 排列;成一条线 paste [pe?st] vt. 粘贴,张贴;以…覆盖于 tutorial [tju:?t?:ri?l] n. 个人辅导的;教程,辅导材料;使用说明书adj. 家庭教师的;指导教师的;辅导的;监护人的 string [str??]n. 绳子,带子;线丝,植物纤维;串;[计算机科学]字符串vt. 上弦,调弦;使排成一行或一系列;绑,系或用线挂起;延伸或扩展 gallery ['ɡ?l?r?] . 画廊,走廊;(教堂,议院等的)边座;旁听席;大批观众 sort cases 数据排序; 排序案件 std. deviation [计][WIN]标准偏差standard deviation variance [?ve?ri?ns] n.;<数>方差 S.E. mean 均值的标准误standard error skewness [sk'ju:nes] 偏斜 kurtosis [k?:'t??s?s] n. 峰度,峰态,峭度 dependent list 因变量列表 Levene’s Test for Equality of variances Levene's方差齐性检验sig. abbr. signetur (Latin=mark with directions) (拉丁语)方向标志signetur ['s?ɡn?t?:] [医](拉)标记,用法签

signature [?s?gn?t??(r)] n. 签名;署名;识别标志,鲜明特征;[医] 药的用法说明 df degree of freedom 自由度 std. Error Mean SEM 均数标准误【是描述均数抽样分布的离散程度及衡量均数抽样误差大小的尺度,反映的是样本均数之间的 变异。标准误用来衡量抽样误差。标准误越小,表明样本统计 量与总体参数的值越接近,样本对总体越有代表性,用样本统 计量推断总体参数的可靠度越大。因此,标准误是统计推断可 靠性的指标。】 One-way ANOV A 单变量-单因素方差分析 analysis of variance 方差分析ANOV A GLM Univariate 单变量多因素方差分析 GLM Multivariate 多变量多因素方差分析 Univariate [ju:n?'ve?r??t] adj. 单变量的,单变的 方差分析,多元回归,t检验都属于参数统计检验(parametric ),参数检验的前提是总体方差必须相同,如果不满足方差齐性检验,是不能进行方差分析,t检验,多元回归等参数检验。方差不齐的情况下我们可以做非参数检验(non-parametric),Tamhane's T2是非参数检验的一种,不是方差分析。除了Tamhane’s T2,在方差不齐的情况下可用的非参数检验还有,Wilcoxon Test, Friedman Test, Mann-whitney Test, Kruskal-Wallis test, 等等。

统计中英文对照表

统计学英文词汇表 Absolute deviation, 绝对离差 Absolute number, 绝对数 Absolute residuals, 绝对残差 Acceleration array, 加速度立体阵 Acceleration in an arbitrary direction, 任意方向上的加速度 Acceleration normal, 法向加速度 Acceleration space dimension, 加速度空间的维数 Acceleration tangential, 切向加速度 Acceleration vector, 加速度向量 Acceptable hypothesis, 可接受假设 Accumulation, 累积 Accuracy, 准确度 Actual frequency, 实际频数 Adaptive estimator, 自适应估计量 Addition, 相加 Addition theorem, 加法定理 Additivity, 可加性 Adjusted rate, 调整率 Adjusted value, 校正值 Admissible error, 容许误差 Aggregation, 聚集性 Alternative hypothesis, 备择假设 Among groups, 组间 Amounts, 总量 Analysis of correlation, 相关分析 Analysis of covariance, 协方差分析 Analysis of regression, 回归分析 Analysis of time series, 时间序列分析 Analysis of variance, 方差分析 Angular transformation, 角转换 ANOVA (analysis of variance), 方差分析 ANOVA Models, 方差分析模型 Arcing, 弧/弧旋 Arcsine transformation, 反正弦变换 Area under the curve, 曲线面积 AREG , 评估从一个时间点到下一个时间点回归相关时的误差 ARIMA, 季节和非季节性单变量模型的极大似然估计 Arithmetic grid paper, 算术格纸 Arithmetic mean, 算术平均数 Arrhenius relation, 艾恩尼斯关系

统计文本中单词的个数

江西理工大学软件学院 计算机类课程实验报告 课程名称: 统计文本中单词个数 班级: 11软件会计4班 姓名: 黄健 学号: 江西理工大学软件学院 一、目录 1、目录--—-——-—-—------—---——--——-----------——---——-—-------—-—-----—2 2、实验目得—-——-—--—-—---——---—----------------—--—-—-—------—---——3 3、实验要求—-------—------——-------——-----————-----——--—----—------3 4、实验仪器设备与材料-———--—-----------—----—-—---—--—----—---3 5、实验原理—--—-—-—-—-———---——--—--————-—---———-—-—-———---——--——---4 6、实验步骤———-—------—-—-——-------——-------—-------——--—-------———5 7、实验原始记录-----————--—----———-—--—--—-——

-—-------——-—--—---—6 8、实验数据分析计算结果—-—--—-------—----—--—------—--——-—-—-10 9、实验心得体会—-—-—---—-—-—--——-—-----—-------—--———--——-—--—-—-11 10、思考题-————---—-——---—---—-—---—-——----—--—————--—-—-—----—---——12 二:实验目得: 一个文本可以瞧成就是一个字符序列,在这个序列中,有效字符被空格分隔为一个个单词、设计出一种算法来去统计出一个文本中单词得个数。 三:实验要求: 1.被处理文本得内容可以由键盘读入 2.可以读取任意文本内容,包括英文、汉字等 3.设计算法统计文本中单词得个数 4.分析算法得时间性能 四:实验仪器设备与材料 参考书籍 电脑及其配件 Microsoft VisulaiC++6、0 五:实验原理 设计一个计数器count统计文本中单词得个数。在逐个读入与检查

SPSS统计分析最全中英文对照表

SPSS 专业技术词汇、短语的中英文对照索引 % of cases 各类别所占百分比 1-tailed 单尾的 2 Independent Samples 两个独立样本的检验 2 Related Samples 两个相关样本检验 2-tailed 双尾的 3-D (=dimensional) 三维-->三维散点图 A Above 高于 Absolute 绝对的-->绝对值 Add 加,添加 Add Cases 合并个案 Add cases from... 从……加个案 Add Variables 合并变量 Add variables from... 从……加变量 Adj.(=adjusted) standardized 调整后的标准化残差 Aggregate 汇总-->分类汇总 Aggregate Data 对数据进行分类汇总 Aggregate Function 汇总函数 Aggregate Variable 需要分类汇总的变量 Agreement 协议 Align 对齐-->对齐方式 Alignment 对齐-->对齐方式 All 全部,所有的 All cases 所有个案 All categories equal 所有类别相等 All other values 所有其他值 All requested variables entered 所要求变量全部引入 Alphabetic 按字母顺序的-->按字母顺序列表 Alternative 另外的,备选的 Analysis by groups is off 分组分析未开启 Analyze 分析-->统计分析 Analyze all cases, do not create groups 分析全部个案,不建立分组Annotation 注释 ANOV A Table ANOV A表 ANOV A table and eta (对分组变量)进行单因素方差分析并计算其η值Apply 应用 Apply Data Dictionary 应用数据字典 Apply Dictionary 应用数据字典 Approximately 大约 Approximately X% of all cases 从所有个案中随机选择约X%的个案

统计学英语词汇

https://www.sodocs.net/doc/a816422398.html, 统计学专业词汇英语翻译  大蚂蚱社区 https://www.sodocs.net/doc/a816422398.html, 声明:本资源整理来自网络,禁止商用! Abbe-Helmert criterion Abbe-Helmert准则 美、英、加标准(美军标准105D) ABC standard (MIL-STD-105D) 非常态曲线 abnormal curve 非常态性 abnormality 简易生命表 abridged life table 突出分布;突出分配 abrupt distribution 绝对连续性 absolute continuity 绝对离差 absolute deviation 绝对离势 absolute dispersion 绝对有效性 absolute efficiency 估计量的绝对有效性 absolute efficiency of estimator 绝对误差 absolute error 绝对次数 absolute frequency 绝对测度 absolute measure 绝对动差 absolute moment 绝对常态计分检定 absolute normal score test 绝对临界 absolute threshold 绝对变异 absolute variation

https://www.sodocs.net/doc/a816422398.html, 绝对不偏估计量 absolutely unbiased estimator 吸收界限 absorbing barrier 吸收状态 absorbing state 吸收系数 absorption coefficient 吸收分布 absorption distributions 吸收律 absorption law 加速因子 accelerated factor 加速寿命试验 accelerated life test 加速随机逼近 accelerated stochastic approximation 加速试验 accelerated test 乘幂加速近似 acceleration by powering 允收制程水准 acceptable process level 允收品质 acceptable quality 允收品质水准 acceptable quality level (AQL) 允收可靠度水准 acceptable reliability level (ARL) 允收;验收 acceptance 接受界限;允收界线 acceptance boundary 允收系数 acceptance coefficient 允收管制图 acceptance control chart 允收管制界限 acceptance control limit 接受准则;允收准则 acceptance criterion 允收误差 acceptance error

相关主题