CNCB数据上传
CNCB(China National Center for Bioinformation,国家生物信息中心)
一、官方网址
官网界面
[图片上传失败...(image-411eb2-1650471902798)]
二、注册用户
点击Login,进入注册界面,如果你找不到,那么直接进入这个网址:
Li, Chen, et al. "SimCTC: A Simple Contrast Learning Method of Text Clustering (Student Abstract)." Proceedings of the AAAI Conference on Artificial Intelligence. Vol. 36. No. 11. 2022.
摘要导读
本文提出了一种
listOf()表示一个不可变的集合,比如val list = listOf("java","kotlin"),只能读取,不能添加,修改或者删除操作
mutableListOf()表示一个可变的集合
表示
mapOf()跟mutableMapOf()与前面的同理,例如创建map集合的方式
val map = mapOf("map" to 1,"map1" to 2),表示往map集合里面添加key