Time of Update: 2018-12-05
基於VxWorks和MPC860T平台的嵌入式串口通訊伺服器的解決方案時間:2009-06-19 14:42:08 來源:微電腦資訊 作者:張會兵1.引言 隨著IP技術的迅速發展,“Everything
Time of Update: 2018-12-05
Introduction: What is VXL?VXL (the Vision-something-Libraries) is a collection of C++ libraries designed for computervision research and implementation. It was created from TargetJr and theIUE with the aim of making a light, fast andconsistent
Time of Update: 2018-12-05
將裝有xp的vbox的虛擬硬碟拷到另外一台機器只能進入安全模式,正常啟動時總是在登入視窗處重啟進入安全模式後卸載virtualbox的addon重啟後出現藍屏重啟原因是顯卡驅動的問題參見http://www.virtualbox.org/wiki/Migrate_Windowsagp440.sys / intelppm.sysThere are a few Windows device drivers that does not play nice on VirtualBox'
Time of Update: 2018-12-05
TMS320DM642在機器視覺中的應用研究時間:2009-06-19 14:51:45 來源:微電腦資訊 作者:劉媛 邴志剛 張健 王娟 目前,一般機器視覺資訊處理平台主要有(1)基於通用PC:主要是用軟體實現影像處理和識別,能夠提供中等的影像處理和識別能力,但是要佔用CPU過多的處理能力;(2)基於通用DSP晶片:優點是設計簡便、靈活,特別適合於新型產品的研究開發;(3)基於可程式化FPGA:採用的是硬體描述語言(VHDL),用其開發影像處理演算法難度較大。
Time of Update: 2018-12-05
ZwLyl HTMLtoTXT V1.1(網頁轉文本)(2008.1) 點擊下載天空下載 簡介:可批量把HTM,HTML,PHP網頁轉換成文字文件TXT.本軟體主要是針對小說網的網頁,其他一般網頁無效,方便想用MP3看小說的朋友.
Time of Update: 2018-12-05
嵌入式視頻採集系統的設計與實現時間:2009-06-19 14:48:10 來源:微電腦資訊 作者:韓相軍 關永 王萬森 王雪立0
Time of Update: 2018-12-05
裝了Ubuntu後閑來無事,下載Macubuntu。sudo add-apt-repository ppa:flozz/flozz sudo apt-get update && sudo apt-get install nautilus-terminalcd /Macbuntu-10.04/./install.sh升級Macbuntu套件cd /Macbuntu-10.04/ ./upgrade.sh 移除Macbuntucd
Time of Update: 2018-12-05
基於嵌入式TCP/IP的即時資料傳輸時間:2009-06-19 13:54:15 來源:微電腦資訊 作者:周兵 吳文鬥 屠本偉1
Time of Update: 2018-12-05
安裝方法如下: 1. 下載最新版的nVidia驅動; 2. 以管理員身份開啟blacklist模組; sudo gedit /etc/modprobe.d/blacklist.conf添加以下部分並儲存: blacklist vga16fb blacklist nouveau blacklist rivafb blacklist nvidiafb blacklist rivatv3. 刪除所有之前所安裝的nVidia驅動: sudo apt-get
Time of Update: 2018-12-05
只包含DriverEntry,IRP_MJ_DEVICE_CONTROL,DriverUnload函數是DDK的基本結構沒有任何功能,所有DDK都要以這個結構來寫 #include <ntddk.h> #define DEVICE_NAME L"//Device//hello" #define DOS_NAME L"//??//hello"
Time of Update: 2018-12-05
基於AT91RM9200的嵌入式網路攝像機的設計與實現時間:2009-06-19 14:32:54 來源:微電腦資訊 作者:趙印偉 謝勝利1.
Time of Update: 2018-12-05
在網上看到很多地方說到混合動力汽車,也經常聽到一些名詞,比如說插入式什麼的。最近看了老外的一本講混合動力的書《Hybrid Vehicles and the future of personal
Time of Update: 2018-12-05
#include <mshtml.h> #include <afxhtml.h> #include <atlbase.h> #include <oleacc.h> #include <MsHtmcid.h> void EnumFrame( IHTMLDocument2 *pHTML ){ CComQIPtr<IOleContainer> spContainer( pHTML ); if( spContainer
Time of Update: 2018-12-05
以下內容轉載於http://jackchongsun.blog.163.com/blog/static/407160720073484149763/CVonlinehttp://homepages.inf.ed.ac.uk/rbf/CVonlinehttp://homepages.inf.ed.ac.uk/rbf/CVonline/unfolded.htmhttp://homepages.inf.ed.ac.uk/rbf/CVonline/CVentry.htm 李子青的大作:Markov
Time of Update: 2018-12-05
RegisterHotKey 函數功能:該函數定義一個系統範圍的熱鍵。 函數原型:BOOL RegisterHotKey(HWND hWnd,intid,UINT fsModifiers,UINT
Time of Update: 2018-12-05
TARGETNAME=helloTARGETPATH=objTARGETTYPE=DRIVERDRIVERTYPE=FSSOURCES=hello.c / ifany.c TARGETNAME 指產生的目標名稱,此為hello.sysTARGETPATH 指產生的目標路徑 這裡為hello.c檔案所在檔案夾下的obj檔案夾TARGETTYPE DRIVER(產生.sys)可以有其它,詳細看DDK文檔DRIVERTYPE If you are building a VxD
Time of Update: 2018-12-05
using System.Runtime.InteropServices; [DllImport("user32.dll", CharSet = CharSet.Auto)] public static extern int SystemParametersInfo(int uAction, int uParam, string lpvParam, int fuWinIni);//因為SystemParametersInfo只支援BMP格式圖片,所以先要將圖片換成BM
Time of Update: 2018-12-05
UTF8是以8bits即1Bytes為編碼的最基本單位,當然也可以有基於16bits和32bits的形式,分別稱為UTF16和UTF32,但目前用得不多,而UTF8則被廣泛應用在檔案儲存和網路傳輸中。 編碼原理 先看這個模板: UCS-4 range (hex.) UTF-8 octet sequence (binary) 0000 0000-0000 007F 0xxxxxxx 0000 0080-0000 07FF 110xxxxx 10xxxxxx 0000 0800-000
Time of Update: 2018-12-05
HHOOK SetWindowsHookEx( int idHook, // 鉤子的類型,即它處理的訊息類型 HOOKPROC lpfn, // 鉤子子程的地址指標。如果dwThreadId參數為0 // 或是一個由別的進程建立的線程的標識, // lpfn必須指向DLL中的鉤子子程。 // 除此以外,lpfn可以指向當前進程的一段鉤子子程代碼。 // 鉤子函數的入口地址,當鉤子鉤到任何訊息後便調用這個函數。 HINSTANCE hMod, //
Time of Update: 2018-12-05
ZwLyl 檔案分割器V1.0(2008.3)點擊下載天空下載簡介:將大檔案分割成小檔案,以便傳輸