亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

STM32F4 EMWIN開(kāi)發(fā)手冊(cè)

  • NUC970/N9H30 NuWriter 使用手冊

    新唐科技NUC970/N9H30系列晶片支援下列四種開機方法:1. eMMC 開機2. SPI Flash開機3. NAND Flash 開機4. USB ISP 開機以上四種是依據power-setting (PA0 and PA1) 去做選擇.。NuWriter工具能幫助使用者透過USB ISP模式,將Image檔案放入儲存體中,例如:eMMC 設備,SPI Flash設備或 NAND Flash設備。

    標簽: NuWriter NAND

    上傳時間: 2022-06-23

    上傳用戶:

  • STM32從入門到精通

    STM 32 教學  (神州I號 用戶手冊)

    標簽: stm32

    上傳時間: 2022-06-30

    上傳用戶:

  • DS18B20中文資料

    FEATURES  Unique 1-Wire interface requires only one port pin for communication  Multidrop capability simplifies distributed temperature sensing applications  Requires no external components  Can be powered from data line. Power supply range is 3.0V to 5.5V  Zero standby power required  Measures temperatures from -55°C to +125°C. Fahrenheit equivalent is -67°F to +257°F  ±0.5°C accuracy from -10°C to +85°C  Thermometer resolution is programmable from 9 to 12 bits  Converts 12-bit temperature to digital word in 750 ms (max.)  User-definable, nonvolatile temperature alarm settings  Alarm search command identifies and addresses devices whose temperature is outside of programmed limits (temperature alarm condition)  Applications include thermostatic controls, industrial systems, consumer products, thermometers, or any thermally sensitive system

    標簽: 18B B20 DS 18

    上傳時間: 2013-08-04

    上傳用戶:CHENKAI

  • 串行接口的鍵盤_顯示驅動器MAX695及其應用

    鍵盤顯示通常采用以下三種方式 1采用并行接口的鍵盤顯示專用芯片8279,8279外匪元器件多c顯示驅動、譯碼等)、占用電路板面積大、綜合成本較高 在中小系統中常常大材小用.2采用通用并行I/(3芯片擴展c如8255等】.需要驅動顯示.鍵盤顯示掃描占用大量CPU時間.3 采用帶FC總線的鍵盤顯示芯片.本文的MAX6955驅動器采用Maxim 公司推出的帶鍵盤掃描、LED 顯示, 具有400kbps、FC兼容白勺2線串行接口.可大大簡化設計。

    標簽: MAX 695 串行接口 鍵盤

    上傳時間: 2013-11-02

    上傳用戶:時代電子小智

  • 這是一個簡單的編輯器雛形

    這是一個簡單的編輯器雛形,這里用到了屏幕開發庫 curses 和鍵盤函數 keypad,程序可移動光標,輸入,刪除,增加代碼就可成為功能強大的編輯器了, 編譯程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses

    標簽: 編輯器

    上傳時間: 2014-01-13

    上傳用戶:yyyyyyyyyy

  • /*** *** *** *** *** *** *** *** *** *** *** *** **/ //**此映射表用來映射LED模塊不譯碼時

    /*** *** *** *** *** *** *** *** *** *** *** *** **/ //**此映射表用來映射LED模塊不譯碼時,顯示的字符和必須輸入的數據的關系 //**每段和對應比特位的關系見示意圖 // g // --- --- // b | a |f | | <---顯示0時點亮的段為gfedcb // --- // c | |e | | 那么寫入數據為0x7e // --- --- // d // bit: 7 6 5 4 3 2 1 0 // 段位: g f e d c b a

    標簽: LED 映射 模塊 譯碼

    上傳時間: 2013-11-25

    上傳用戶:

  • Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard

    Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping strtok() fed with new input, and I don t like the schlepp. Tokenizer is a text-parsing input stream, modelled after the (undocumented) VCL TParser class, and based on the UnderC tokenizing preprocessor front-end.

    標簽: Tokenizer necessary standard complex

    上傳時間: 2013-12-16

    上傳用戶:whenfly

  • 我用C編寫的漢諾塔算法的源程序

    我用C編寫的漢諾塔算法的源程序,自認為寫的不錯,呵呵- I use the Chinese which C compiles to promise the tower algorithm the source program, confessed for writes is good, ha-ha ,C-C++,控制臺編程/Console

    標簽: 編寫 算法 源程序

    上傳時間: 2014-01-11

    上傳用戶:lhc9102

  • Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a bo

    Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes "Hello World" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from file "data" and plots just the curve with Lines.f no labels, viewport or anything indicating quantity or units. Viewport.c Restricts the graph to a viewport and frames the viewport, Viewport.f leaving the remainder of the area for labels, etc. CharLbls.c Adds labels for the chart title, X-axis title, and Y-axis CharLbls.f title. Tics.c Adds tic marks to the viewport edges, but since clipping was Tics.f not set correctly, tics extend outside the viewport. Clip.c Sets clipping such that tic marks are clipped at the viewport Clip.f boundaries. TicLabels.c Adds numeric tic labels to the graph this is the final TicLabels.f installment of the progressive example.

    標簽: introductory HelloWorld containing Directory

    上傳時間: 2016-03-29

    上傳用戶:exxxds

  • 軟件可以監控兩個文件夾

    軟件可以監控兩個文件夾,來隨時同 ·觸摸屏驅動,TSC2046,ADS7843等驅動 ·10. 設有n種不同面值的硬幣,各硬幣 ·手機液晶屏的資料,有接口說明,方 ·KVM的一些介紹,包括了KVM的簡介和 ·碩士論文,詳細描述了安全中間件的 ·the Code standars i do it to my c ·Vitesse 10GE MAC芯

    標簽: 軟件 監控

    上傳時間: 2017-04-25

    上傳用戶:陽光少年2016

主站蜘蛛池模板: 巴林左旗| 新民市| 云和县| 巴林右旗| 湄潭县| 泗阳县| 广宗县| 延川县| 轮台县| 调兵山市| 安塞县| 额济纳旗| 砚山县| 东丽区| 胶南市| 璧山县| 蒙阴县| 营山县| 衢州市| 绥宁县| 安岳县| 仙游县| 夏津县| 阿尔山市| 额尔古纳市| 谷城县| 民权县| 洞口县| 上饶市| 靖州| 武鸣县| 西贡区| 登封市| 会泽县| 南宁市| 来凤县| 兰西县| 安陆市| 杭州市| 宝鸡市| 梁平县|