2007年3月14日 星期三
week2
關於S_tool我只有看他開始起步的help而已,
可以開啟bmp及gif檔,做資訊隱藏,
上次上課,讓我更了解什麼是gif檔,
我之前以為...gif只是會動的bmp檔...
對結構更是不了解,
老師講解過後有比較清楚。
可以開啟bmp及gif檔,做資訊隱藏,
上次上課,讓我更了解什麼是gif檔,
我之前以為...gif只是會動的bmp檔...
對結構更是不了解,
老師講解過後有比較清楚。
此外,
我自網路上下載下來的圖片,
在選項中只能選擇儲存成bmp或者jpg檔案格式,
我存成bmp之後,
使用小畫家將圖片變成gif檔案,
有時會出現以下對話框,
有時則不會出現,
我的樣本很少,
當沒出現對話框時,Co=256,Cr=256
若出現過,則Cr會變小,因為色彩資訊遺失了...
2007年3月7日 星期三
week1:什麼是資訊隱藏?
Q : 什麼是資訊隱藏?
A : In computer science, the principle of information hiding is the hiding of design decisions in a computer program that are most likely to change, thus protecting other parts of the program from change if the design decision is changed. Protecting a design decision involves providing a stable interface which shields the remainder of the program from the implementation (the details that are most likely to change). In modern programming languages, the principle of information hiding manifests itself in a number of ways, including encapsulation (given the separation of concerns) and polymorphism.
A : In computer science, the principle of information hiding is the hiding of design decisions in a computer program that are most likely to change, thus protecting other parts of the program from change if the design decision is changed. Protecting a design decision involves providing a stable interface which shields the remainder of the program from the implementation (the details that are most likely to change). In modern programming languages, the principle of information hiding manifests itself in a number of ways, including encapsulation (given the separation of concerns) and polymorphism.
訂閱:
文章 (Atom)