摘要: void CReadrawFileDlg::OnBnClickedButton2(){ // TODO: 在此添加控件通知处理程序代码 FILE *billImage; int imageHeight=188; int imageWidth=448; unsigned char billPixel[188][448]; unsigned char pixels[84224]; if((billImage=fopen("E:\\temp.raw", "rb"))==NULL) { //cout<<"cannot open file\. 阅读全文
posted @ 2012-04-05 23:54 帕拉美 阅读(1297) 评论(0) 推荐(0)