ardware sensors monitor 4.4.2.2 (June 2008) (Shareware, trial period is two weeks) The most universal hardware monitoring program for Windows 9X/ME/NT/2000/XP/2003/VISTA x86/x64 editions This program monitors and displays certain parameters (temperatures, voltages, fans RPM) taken from h/w sensor chips, installed on smart motherboards and/or graphics cards. Customizable alarms can be displayed. Professional license includes thermo control features (so-called "Software cooling"), nVidia/ATi graphics cards and HDD S.M.A.R.T. monitoring.
標(biāo)簽: Shareware ardware sensors monitor
上傳時(shí)間: 2013-12-17
上傳用戶:894898248
pic單片機(jī) DB4~DB7:在L CD中的作用,為數(shù)據(jù)線,DB0~DB2接地,DB3接高電平以完成對(duì)液晶的初始化。本Demo例子程序中,與單片機(jī)的RB2~RB5連接,用戶使用其他的管腿時(shí),只需修改#define部分。 RS為數(shù)據(jù)、指令控制線,與單片機(jī)的RB1連接,當(dāng)RS為高電平時(shí)對(duì)LCD模塊數(shù)據(jù)寄存器操作,當(dāng)RS為低電平時(shí)對(duì)LCD模塊指令寄存器操作; E為讀寫使能控制線,與單片機(jī)的RA5連接,每當(dāng)E線向LCD模塊發(fā)送一個(gè)正脈沖,LCD模塊與單片機(jī)之間將進(jìn)行一次數(shù)據(jù)交換; A、K分別是LCD模塊背光的正負(fù)電源引腳,1-1所示,我們將用RC2控制背光,改變R29的值將改變背光亮度 R/W為讀寫選擇線,在ICD2DEMO教學(xué)實(shí)驗(yàn)板中,R/W線接地,只做對(duì)LCD模塊的寫操作
上傳時(shí)間: 2014-01-08
上傳用戶:問(wèn)題問(wèn)題
window消息大全,window消息大全w indow消息大全window消息大全
標(biāo)簽: window
上傳時(shí)間: 2014-11-26
上傳用戶:koulian
㆒ 般㆟ 對(duì) C++ templates 的粗淺印象,大約停留在「容器(containers)」的製作㆖ 。稍有研究 則會(huì)發(fā)現(xiàn),templates衍生出來(lái)的 C++ Generic Programming(泛型編程)技術(shù),在 C++ 標(biāo)準(zhǔn)程 式庫(kù)㆗ 已經(jīng)遍㆞ 開(kāi)花結(jié)果。以 STL為重要骨幹的 C++ 標(biāo)準(zhǔn)程式庫(kù),將 templates 廣泛運(yùn)用於容 器 (containers) 、演算法 (algorithms) 、仿函式 (functors) 、配接器 (adapters) 、配置器 (allocators) 、 迭代器(iterators)㆖ 頭,無(wú)處不在,無(wú)役不與,乃至於原有的 class-based iostream都被改寫為 template-based iostream。
標(biāo)簽: templates 12690 12703
上傳時(shí)間: 2016-10-28
上傳用戶:rocwangdp
在MATLAB上所使用的PCA程序,主要應(yīng)用於過(guò)濾相對(duì)較不重要的特徵值(dimension),例如在三度空間的某些點(diǎn)具有(x,y,z)值,因?yàn)檫@些點(diǎn)有共同的一個(gè)持徵,就是z值相對(duì)於x,y值來(lái)得小很多(不明顯),所以就以X,Y軸來(lái)表示這些點(diǎn)。此時(shí)就達(dá)成去除掉z的特徵值(dimension)。
上傳時(shí)間: 2014-01-02
上傳用戶:蠢蠢66
在DOS下顯示16位位圖。(TC編譯通過(guò)) 顏色與原位圖的顏色不匹配,這只是一個(gè)測(cè)試程序,但在圖像下面有一個(gè)調(diào)色板,可以通過(guò)w,a,s,d鍵選擇兩個(gè)顏色進(jìn)行對(duì)調(diào)。每選擇一種顏色后通過(guò)Q鍵確認(rèn)。
上傳時(shí)間: 2014-12-07
上傳用戶:chenjjer
The algorith divides rows in to four equal groups. The rows are then used to from a distance graph which is then transformed into a matrix. girth of eight is maintained by avoiding six-cycles in the graph construction
標(biāo)簽: rows The algorith distance
上傳時(shí)間: 2014-01-15
上傳用戶:kelimu
為避免有心人士利用軟體搜刮網(wǎng)頁(yè)上的Email,小弟製作了這個(gè)使用Jmail的線上寄信程式,將您網(wǎng)站的Email隱藏在Jmail的程式中。 優(yōu)點(diǎn): 1.將Email隱藏在程式中,可避免Email被軟體搜刮。 2.透過(guò)Jmail程式來(lái)線上寄信,不用開(kāi)啟Outlook等軟體。 3.使用Request.Form來(lái)紀(jì)錄欄位值,無(wú)需資料庫(kù),即時(shí)傳送訊息。 4.使用javascript語(yǔ)法限制所有欄位必填。 缺點(diǎn): 1.網(wǎng)站空間必需支援Jmail程式。 程式說(shuō)明: 1.contact.asp(留言頁(yè)) 2.contact_save.asp(Jmail線上寄信程式) 3.style.css(CSS樣式表檔) 4.images(圖片資料夾) 修改方式: 1.可自行在contact.asp新增欄位,或修改必填欄位的javascript語(yǔ)法(預(yù)設(shè)全部欄位必填)。 2.在contact_save.asp修改您的郵件伺服器位址、寄件者名稱、信件主旨、收件者的Email(通常是網(wǎng)站的Email)
標(biāo)簽: Email
上傳時(shí)間: 2014-01-02
上傳用戶:hgy9473
There a t least five Request for Enhancement s (RFE) in the JavaSoft bug database related to Mouse Wheel support in Java. One of the RFE s BugID #4202656 has 281 votes from developers requesting Sun for a fix. Sun has finally agreed to support this feature in JDK 1.4 codenamed Merlin accroding to the BugID #4289845 in its bug database.
標(biāo)簽: Enhancement JavaSoft database Request
上傳時(shí)間: 2016-11-07
上傳用戶:
安裝 winxp sp3 後,我的電腦右鍵無(wú)法開(kāi)啟裝置管理員與服務(wù)的問(wèn)題解決
上傳時(shí)間: 2016-11-21
上傳用戶:siguazgb
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1