xl系列單片機實驗儀演示程序 DS18B20溫度控制數碼管 。 DS18B20溫度控制數碼管顯示 : 1、K3 → 進入設定溫度報警值 TL 狀態: L--20 2、K3 → 進入設定溫度報警值 TH 狀態: H--28 3、K3 → 返回 4、設定過程: K1 →加鍵 (UP), K2 →減鍵 (DOWN),可快速調。
上傳時間: 2013-12-11
上傳用戶:Altman
void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE") return } //DFS Knight(i-2,j-1) //left Knight(i-2,j+1) Knight(i+2,j-1) //right Knight(i+2,j+1) Knight(i-1,j-2) //up Knight(i+1,j-2) Knight(i+1,j+2) //down Knight(i-1,j+2) // board[i][j]=0 step-- }
上傳時間: 2014-01-17
上傳用戶:cxl274287265
銀行家算法,弄課程設計的時候搞的,作課設時可以用來參考下,希望有幫助-bankers algorithm to find curriculum design of the moment when, for the class can be used to set up at the reference, we hope that the help
上傳時間: 2014-01-07
上傳用戶:rishian
Shut the Box is a simple diversion written in C and GTK+. The object is simple: Roll the dice and click the tiles that sum up to that dice roll until there are no more tiles to click.
上傳時間: 2014-12-03
上傳用戶:天涯
The software is capable to simulate space time code [1] for QPSK modulation using different number of state. Examples of generator matrix up to 256 stetes are provided. Variable signal to noise ratio (SNR) might be applied to produce bit error rate (BER) or frame error rate (FER) curves.
標簽: modulation different software simulate
上傳時間: 2014-01-22
上傳用戶:qq1604324866
--文件名:mine4.vhd。 --功能:實現4種常見波形正弦、三角、鋸齒、方波(A、B)的頻率、幅度可控輸出(方波 --A的占空比也是可控的),可以存儲任意波形特征數據并能重現該波形,還可完成 --各種波形的線形疊加輸出。 --說明: SSS(前三位)和SW信號控制4種常見波形種哪種波形輸出。4種波形的頻率、 --幅度(基準幅度A)的調節均是通過up、down、set按鍵和4個BCD碼置入器以及一 --個置入檔位控制信號(ss)完成的(AMP的調節范圍是0~5V,調節量階為1/51V)。 --其中方波的幅度還可通過u0、d0調節輸出數據的歸一化幅值(AMP0)進行進一步 --細調(調節量階為1/(51*255)V)。方波A的占空比通過zu、zp按鍵調節(調節 --量階1/64*T)。系統采用內部存儲器——RAM實現任意輸入波形的存儲,程序只支 --持鍵盤式波形特征參數置入存儲,posting 為進入任意波置入(set)、清除(clr)狀態 --控制信號,SSS控制存儲波形的輸出。P180為預留端口,
上傳時間: 2017-02-09
上傳用戶:z1191176801
getip1.cpp // // This program reports the IP address for each adapter in your machine. // To compile from command-line type: // // cl getip1.cpp wsock32.lib // // Make sure your INCLUDE and LIB environment variables are set up properly // you can run vcvars32.bat
標簽: address adapter program machine
上傳時間: 2014-01-05
上傳用戶:bibirnovis
VC技術內幕第五版,學習VC經典書籍 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.
標簽: Microsoft continued Internet release
上傳時間: 2013-12-14
上傳用戶:ve3344
Pre-review checklist 準備工作 2.1Practical considerations 通常的考慮 1. Have you been provided with a design document to understand the code ? Is the design document up-to-date (latest version) ? 你是否得到一份解釋代碼的設計文檔?設計文檔是否最新的? 2. Does the design document explain 設計文檔是否做了如下解釋:
標簽: considerations Pre-review Practical checklist
上傳時間: 2017-02-27
上傳用戶:我干你啊
mkdosfs - Make DOS file system utilty. I wrote this, partially to complement the dosfsck utility written by Werner Almesberger (who graciously gave me some pointers when I asked for some advice about writing this code), and also to avoid me having to boot DOS just to create data partitions (I use Linux to back up DOS :-) ).
標簽: complement partially mkdosfs dosfsck
上傳時間: 2017-03-01
上傳用戶:gonuiln