不錯的文章 不過...要求挺嚴格的  .... 感覺自己沒到那個能力

 

 

立你斯 發表在 痞客邦 留言(0) 人氣()

linux系統程式設計-錯誤處理 errno

By  | 2013 年 01 月 10 日
文章標籤

立你斯 發表在 痞客邦 留言(0) 人氣()

 

#include <iostream>
#include <fstream>
#include <iconv.h>

立你斯 發表在 痞客邦 留言(0) 人氣()

A Bitmap Resize Algorithm

不錯的說明網站 
http://www.davdata.nl/math/bmresize.html

立你斯 發表在 痞客邦 留言(0) 人氣()

基本使用 

convert顧名思義就是對圖像進行轉化,它主要用來對圖像進行格式的轉化,同時還可以做縮放、剪切、模糊、反轉等操作。

  • 格式轉化

比如把 foo.jpg 轉化為 foo.png

文章標籤

立你斯 發表在 痞客邦 留言(0) 人氣()

立你斯 發表在 痞客邦 留言(0) 人氣()

轉自:http://wenku.baidu.com/view/01f99435f111f18583d05a47.html

GCC 常見錯誤解析
一、錯誤類型

文章標籤

立你斯 發表在 痞客邦 留言(0) 人氣()

warningdeprecated conversion from string constant to 'char *'解决方案

 

 

立你斯 發表在 痞客邦 留言(0) 人氣()

http://www.jollen.org/blog/2006/09/libiconv_1.html
 

libiconv: 字元集碼編轉換

jollen 發表於 September 27, 2006 11:10 PM

文章標籤

立你斯 發表在 痞客邦 留言(0) 人氣()

#include <math.h>


//在使用 OpenCL API 之前,和絕大部份所有其它的 API 一樣,都需要 include 相關的 header 檔案。

立你斯 發表在 痞客邦 留言(0) 人氣()