16x16点阵汉字库点阵显示程序,内含16x16的国标汉字库hzk16文件[root@jocksshow1616]#./a.out"中"//中0x01,0x00,//00000001000000000x01,0x00,//00000001000000000x01,0x04,//00000001000001000x7f,0xfe,//01111111111111100x41,0x04,//01000001000001000x41,0x04,//01000001000001000x41,0x04,//01000001000001000x41,0x04,//01000001000001000x7f,0xfc,//01111111111111000x41,0x04,//01000001000001000x01,0x00,//00000001000000000x01,0x00,//00000001000000000x01,0x00,//00000001000000000x01,0x00,//00000001000000000x01,0x00,//00000001000000000x01,0x00,//0000000100000000使用bash脚本输入1to108.txt文件中的全部汉字点阵bash#i=1;while[$i-le108];\doecho"//"$i;\sed-n-e"${i}p"1to108.txt\|xargs./a.out;i=$(($i+1));done\>dot_out.txt
1