• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Quentin Yo

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

11 2012 档案

 
jpegEncode
摘要:1 #include "Windows.h" 2 #include <stdio.h> 3 #include <iostream.h> 4 #include <fstream.h> 5 #include <stdlib.h> 6 #include <math.h> 7 #include <string.h> 8 9 int OUTBYTES=0; 10 11 //读入和存储bmp文件 12 unsigned char *pBmpBuf;//读入图像数据的指针 13 int bmpWidth; 14 in 阅读全文
posted @ 2012-11-13 00:22 QuentinYo