10 2021 档案

摘要:5G/NR/LTE:Codeword, Layer, precoding 阅读全文
posted @ 2021-10-29 01:03 lvmxh 阅读(115) 评论(0) 推荐(0)
摘要:1. create a run.sh #!/bin/sh get_cpu_list(){ cpus=$(cat /sys/fs/cgroup/cpuset/cpuset.cpus) cpu_l="" for i in $(echo $cpus | tr , " "); do # if [[ $i = 阅读全文
posted @ 2021-10-22 00:05 lvmxh 阅读(57) 评论(0) 推荐(0)