kotlin
* Kotlin 程序文件以 .kt 结尾
函数定义
fun sum ( a : int , b : int ):int{
return ab
}
fun为函数定义关键字
表达式 fun sum(a: Int, b: Int) a b
无返回值 :unit
public类型必须有返回值类型,unit可以省略 …
1.inproceeding
必须包含的字段:title、author、booktitle、pages、year
inproceedings{ResNet,title{Deep residual learning for image recognition},author{He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},booktitle{Proceedings of the IE…