?? make_conv1o2_test
字號:
#!/bin/sh# TESTING is general testing flag.# WCDMA_DEBUG_OUTPUT is a debug flag used in convolutional decoder.echo "gcc -g -o conv1o2_test -DTESTING -DWCDMA_DEBUG_OUTPUT test_conv1o2.c chcoding.c chdecoding.c convenc.c convdec.c interleaver.c mealy.c metrics.c utility.c conversions.c bitroutines.c -lm"gcc -g -o conv1o2_test -DTESTING test_conv1o2.c chcoding.c chdecoding.c convenc.c convdec.c interleaver.c mealy.c metrics.c utility.c conversions.c bitroutines.c -lm
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -