2012年10月24日 星期三

iBooks 3 和 iBook Author 2.0 同步更新

在 Apple 產品發表會上,Apple 除更新了旗下一系列產品線外,亦為使用者和內容開發者分別推出 iBooks 3 和 iBook Author 2.0,即日起已可在 App Store 和 Mac Store 免費下載。

iBooks 3 的新功能包括,從 iOS 6 的書架上可透過 iCloud 檢視你所有從 iBookstore 購買的書籍、使用新的「捲視」主題後可以手指在書籍中垂直捲視、接收已購書籍的更新內容 (包含新的章節、修正內容和其他改進項目)、在 iOS 6 環境下可查詢德文、西班牙文、法文、日文和簡體中文的單字定義、在 Facebook、Twitter、訊息或郵件上與朋友分享您對於喜愛書籍的看法。

2012年1月19日 星期四

Apple 推出 iBooks 2 電子教科書平台

這次的蘋果教育發表會辦在紐約的古根漢美術館,Phil Schiller 在發表會前半場,宣佈他們將推出 iBooks 2 的全新電子書平台,準備藉其「重新發明(改造)教科書」的發展。蘋果初期將先與幾間教科書的出版社如:Pearson, McGraw Hill 與 Houghton Mifflin Harcourt 合作,其內容將佔銷售的教科書籍約 90% 左右。現在,iBooks 2 也已經正式在 App Store 開放免費下載了,一般而言,平台上的教科書售價大約在 $15 美元(450 台幣/115 港幣)一本或更少 -- 這比起美國大學教科書平均 US$80 的價位要便宜的多呢!

參考新聞

2011年11月26日 星期六

Heap Sort

def sort(number):
tmp = [0] * (len(number) + 1)
for i in range(1, len(tmp)):
tmp[i] = number[i - 1]
doHeap(tmp)
m = len(number)
while m > 1:
tmp[1], tmp[m] = tmp[m], tmp[1]
m -= 1
p = 1
s = 2 * p
while s <= m: if s < m and tmp[s + 1] < tmp[s]: s += 1 if tmp[p] <= tmp[s]: break tmp[p], tmp[s] = tmp[s], tmp[p] p = s s = 2 * p for i in range(len(number)): number[i] = tmp[i + 1] def doHeap(tmp): heap = [-1] * len(tmp) for i in range(1, len(heap)): heap[i] = tmp[i] s = i p = i // 2 while s >= 2 and heap[p] > heap[s]:
heap[p], heap[s] = heap[s], heap[p]
s = p
p = s // 2
for i in range(1, len(tmp)):
tmp[i] = heap[i]

2011年10月17日 星期一

Become an eBook entrepreneur?

It's never been as easy to become an author. Everything is in your hands with Kindle publishing service and the other platform. Most readers believe that they need a dedicated e-reader such as Kindle. The others may use iPad, iPhone and computer to read eBooks. The huge market for eBooks is the primary reason we self-publish. Amazon reports that sales of print books, both softcover and hardcover, have risen too. The eBook market isn't cannibalizing print, it's expanding the book market.


2011年10月6日 星期四

iPhone 4S 上市

iPhone 4S首日預訂量超過100萬,打破了去年iPhone 4創造的單日60萬預訂量記錄。



"Apple iPhone 4G 16GB Quadband World GSM Phone" (Apple Computer)