摘要: #include #include struct tong{ int cunchu[10]; int youbiao; }; void jisuh(int *head,int max){ int i=0,k,j,zhong,jian,b10=1,m; struct tong shuzu[10]; for(m=0;m<3;m++){//3趟排序 j=0;b10*=10; ... 阅读全文
posted @ 2016-04-09 11:43 xhyxhy 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 在显存中显示数据,如果是字符直接复制过去,如果是数值,需要先转换成字符,再复制到显卡中 显卡工作:将存储在显卡里的数据按ascii解码显示 阅读全文
posted @ 2016-04-09 10:35 xhyxhy 阅读(140) 评论(0) 推荐(0) 编辑