一. 数据的计量尺度(Levels of Measurement) 一般认为,数据是对客观现象计量的结果.按照对事物计量的精确程度,可将所采用的计量尺度由低级到高级分为四个层次: 1.定类尺度(Nominal Level /列名尺度):按照事物的某种属性对其进行平行的分类或分组.例:人口的性别(男.女):企业的所有制性质(国有.集体.私营等) n 计量层次最低 n 对事物进行平行的分类 n 各类别可以指定数字代码表示 n 具有=或¹的数学特性 n 数据表现为“类别” l 定类尺度只测…
You can download this project from https://github.com/lionzheng10/LaserMeasurement The laser measurement project is come from Udacity Nano degree course "self driving car" term2, Lesson5. Introduction Imagine you are in a car equipped with senso…
这篇BLOG是我很早以前写的,因为现在搬移到CNBLOGS了,经过整理后重新发出来. 工作之前的几年一直都在搞计算机安全/病毒相关的东西(纯学习,不作恶),其中PE文件格式是必须知识.有些PE文件,比如驱动,系统会在加载时对checksum进行校验,确保驱动文件的完整性.关于PE文件如何校验,网上有很多资料可以学习,这里有一篇文章<An Analysis of the Windows PE Checksum Algorithm>是对WINDOWS API CheckSumMappedFile…
Sept. 10, 2015 Study again the back tracking algorithm using recursive solution, rat in maze, a classical problem. Made a few of mistakes through the practice, one is how to use two dimension array, another one is that "not all return path returns va…