25. Green Living 绿色生活 ①We all know that humans are damaging the environment,but what can we do about it ? Some people are trying to do their bit to try to be more environmentally friendly. ②Local councils in Britain encourage certain aspects of green…
27. Green Building 绿色建筑 ①When we think of green buildings,we tend to think of new ones-the kind of high-tech,solar-paneled masterpieces that make the covers of architecture magazines.But the U.S has more than 100 million existing homes,and it would b…
主要讲了一个时态:现在进行时 Be动词+Ving 需要记住的有6种规律 1.直接单词后面 + ing e.g. watch -> watching 2.是ie结尾的单词,变y+ing e.g. tie -> tying 领带 -> 系领带 3.辅元辅(结尾是一个辅音+一个元音+一个辅音)的情况下,双写最后一个 e.g. sit - sitting 4.结尾是e的情况下,去掉e + ing e.g. take ->…
我正在做一个开源的中文车牌识别系统,Git地址为:https://github.com/liuruoze/EasyPR. 我给它取的名字为EasyPR,也就是Easy to do Plate Recognition的意思.我开发这套系统的主要原因是因为我希望能够锻炼我在这方面的能力,包括C++技术.计算机图形学.机器学习等.我把这个项目开源的主要目的是:1.它基于开源的代码诞生,理应回归开源:2.我希望有人能够一起协助强化这套系统,包括代码.训练数据等,能够让这套系统的准确性更高,鲁棒性更强等等…
PB函数大全 Abs()功能计算绝对值.语法Abs ( n )参数n:要得到绝对值的数值型变量或表达式返回值返回值的数据类型与n的数据类型相同,函数执行成功时返回n的绝对值.如果参数n的值为NULL,Abs()函数返回NULL. Ceiling()功能返回大于n的最小整数.语法Ceiling ( n )参数n:数值型变量或表达式返回值返回值的数据类型与n的数据类型相同.函数执行成功时返回大于n的最小整数.如果参数n的值为NULL,Ceiling()函数返回NULL. Cos()功能计算余弦,其中…