跳到主要內容

發表文章

目前顯示的是 8月, 2009的文章

書籍推薦: Windows Via C/C++

書籍推薦: Windows Via C/C++ Target Audience: Driver Developer , WIndows Developer Chapter List: ===========================================

Automatic Building Process: 建置 Windows CE 6.0 Images

對於常常需要改變各種 Windows CE Image設定並且需要重新編譯Image的人來說,透過Visual Studio的GUI操作介面來說變成是一種負擔,互動式介面造成必須等候每一步驟的完成後才能繼續進行下一步 因此自動化編譯的需求便是這種情形下最適當不過的一種操作方式 自動化編譯是透過命令模式(command Prompt)來完成,但是命令模式並非一般的Command Prompt,必須要 事先將所有的Windows CE Environment Variables 設定完成後才能進行編譯,因此可以透過下列方式將編譯所需的環境變數轉換成一個批次檔後便可以進行自動化編譯的任務 1.使用 PBXMLUtils.exe 將Windows CE環境變數提取轉存 批次設定檔 首先,先在Visual Studio 2005工具內開啟Windows CE外掛的build選單下的Open Build Release Windows 在此命令模式下執行: c:>"c:\program files\Microsoft Platform Builder\6.00\cepb\IdeVS\Pbxmlutils.exe" /getbuildenv > SetupCEEvn.bat 便可將 Windows CE Building Command Prompt內的環境變數轉存到 SetupCEEnv.bat 批次檔內 2. 測試自動化編譯程序 首先,開啟一般的Windows Command Prompt命令模式,並執行 SetupCEEnv.bat批次檔後,再使用 set命令檢視Win CE Building Environment Variables是否設定成功 接下來便可以使用 blddemo -q 測試編譯 Windows CE 6.0 Image了

書籍推薦: 笛卡兒 拜拜

書籍推薦: 笛卡兒 拜拜 適合閱讀: 程式開發人員 這本《笛卡兒,拜拜!》裡,德福林花了開頭三分之一的篇幅綜觀了邏輯的發展歷史。這部分是一般邏輯教科書裡不會著墨的題材,而德福林把它表達得十分容易理解,尤其一些令人感覺困擾的邏輯基本概念,例如條件句與實質蘊涵的來歷,都有極具啟發性的交代。在學校裡上邏輯、理則學或任何思想方法課程的學生,都應看看本書提供的歷史背景,一定會讓你體會到那些看似枯燥無味的邏輯規律的深刻意義,以及它們存在的理由。   本書中間的三分之一,德福林介紹了喬姆斯基的笛卡兒式語言學,也就是把數理邏輯手法搬到語言學的革命性成就。以及在這種氛圍與進路下,人工智能研究的一些成果與遭遇的障礙。本書對語言學的學生,會有增加瞭解喬姆斯基理論背景與來歷的功效。至於研究人工智能的學生,也會從這類檢討中發現有些構想無法完全落實的根源,恐怕不是純粹技術的問題,而是涉及深刻的方法論的立場。   德福林在本書的最後三分之一,逐漸導入了脈絡對於理解人類心智活動的重要性,他介紹了與喬姆斯基語言學旨趣相異的社會語言學,強調了溝通所應扮演的角色。他也用了一些篇幅介紹「情境邏輯」的最基本觀點,普通這種程度的書籍裡幾乎不會包含這麼前沿的內容。   在最後一章裡,作者總結檢討了笛卡兒理性方法的限制,而終於說出了「笛卡兒,拜拜!」。這種新的領悟是在一個高的、綜觀全局的層次,並不是說在每一個細節上,暫時脫離脈絡的作法都要揚棄。事實上在適當的範圍,在一定的侷限裡,傳統的邏輯仍然是可靠有效的工具,我們切莫在倒洗澡水時,把盆裡的嬰兒一起倒掉了 引言: 數學研究推動中心

推薦書籍: 達爾文大震撼

書名: 達爾文大震撼 天下文化出版社 達爾文: .... 突然間,我的腦中蹦出了一絲靈感.. 在這種競爭的狀況下,較有生存優勢的變異品種,應該比較能生存; 而不太能適應環境的個體就較易被淘汰。  這種情形若經年累月的延續下去,就會造成新種的產生。 給予: 過度保護子女的父母以及不敢與大陸人士競爭的朋友們

Cisco VLAN 設定提示

1. VLAN Pre-requisite Step: Before you create VLANs, you must decide whether to use VTP in your network. Using VTP, you can make configuration changes centrally on one or more switches and have those changes automatically communicated to all the other switches in the network. Without VTP, you cannot send information about VLANs to other switches. VTP only learns about normal-range VLANs (VLAN IDs 1 to 1005). Extended-range VLANs (VLAN IDs greater than 1005) are not supported by VTP or stored in the VTP VLAN database VTP Server: (Default Mode) VLAN Config. are saved in NVRAM VTP Client: VTP Transparent: doesn't participate in VTP doesn't advertise its VLAN configuration and doesn't sync its VALN VLAN Configuration based on received advertisements. ***: The switch must be in VTP transparent mode when you create extended-range VLANs ** When the switch is in VTP transparent mode, th

Microsoft 烤麵包機

微軟牌烤麵包機 : 不過美國全麥吐司看起來就是永遠不覺得好吃

My ADC Project in windows ce 6

ARM S3C2443 ADC Diagram: 透過 ADC Driver 讀取 ADC Register ,如下: GPS Application 透過 ADC Driver 讀取 心跳 與氣壓高度資訊 :

Windows CE Shared Source Information

對於想要深入了解 Windows CE 架構的人,Windows CE 6.0提供了幾種不同的原始碼分享來源: 1. Public Shared Source 安裝 Windows CE Platform builder即自動安裝於 \WinCE600\Public 資料夾,無須任何特殊安裝選項與步驟 2. Private Shared Source 此等級在安裝光碟上即可取得,安裝時只要勾選 Shared Source即可安裝到開發人員所使用的電腦內 ( \WinCE600\Private ) 3. Premium Shared Source 欲取得此等級的原始碼資訊必須是微軟核可的OEM廠商或是合作夥伴才能對微軟提出存取許可,透過 Premium Shard Source 可以更深入了解 Windows CE作業系統核心架構,例如: GWES元件、檔案系統元件以及TCP/IP堆疊架構等資訊 詳細資訊可參考 MSDN: Windows CE 6.0 Shared Source

Windows CE Platform Builder 6.0 in Windows 7 ?

some of you might want to know if Win CE Platform builder 6 can works with windows 7 ? The Answer is Yes , I did a fresh installation of windows 7 on my laptop last week , and also install the windows ce platform builder 6 , it works fine so far . Fortunately , the installation process doesn't require any extra patch files for windows 7 , just like windows vista , all you have to do is patch the visual studio 2005 service pack for vista after visual studio 2005 installed (Windows CE Installation) by the way , windows 7 is much better than vista ^^

Windows CE 6.0 R2 Installation

Follow the steps below: 安裝 Windows CE Platform Builder 6.0 R2的次序: 1. Installing Visual Studio 2005 2. Patch Visual Studio 2005 Serivce Pack 1 3. Patch Visual Studio 2005 Service Pack for vista ( Windows 7 同樣要安裝此修補檔) 4. Installing Windows CE Platform Builder 6.0 5. Installing Windows CE Platform Builder 6.0 Service Pack 1 6. Installing Windows CE Platform Builder R2 7. Check MSDN Website for Monthly Update for Windows CE