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

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

bytes

  • 程序描述:網絡遠端溫度感測器

    程序描述:網絡遠端溫度感測器,這個范例中使用到  (1)8051 的Port 1連接到LCD顯示器,PORT 3的P3.3、P3.4和P3.5分別連接到LCD顯示器的控制線,程序執行時可以讓LCD顯示器顯示出時間和日期。 (2)溫度感測組件AD590經由ADC0804將感測到的溫度,轉換成數位數據,然后經由PORT 0輸入8051。 (3)igangcai 8051的第10和第11只腳RXD和TXD分別連線到MAX232,然后連接到PC的COM埠。  (4) 當PC端經由RS232傳送S時,接下來PC送出的下 個byte就用來設定PORT 3的輸出。  (5) 當PC端經由RS232傳送T時,接下來PC連續送出五個bytes,這五個bytes是 "年月日時分",這是 PC 用來設定實驗板的時間日期。  (6) 8051每 分鐘就讀入ADC0804轉換的數字溫度數據,然后通過RS232傳送給PC端,再由PC端通過網絡傳送到遠端的電腦。*/

    標簽: 程序 溫度 感測器 網絡

    上傳時間: 2014-01-09

    上傳用戶:lili123

  • HSDB4095 RFID 開發板是基于Winbond 單片機W78E365 和EM 可讀寫模擬前端125K RFID 基站芯片EM4095 的一個RFID 卡的開發板配合上位機軟件

    HSDB4095 RFID 開發板是基于Winbond 單片機W78E365 和EM 可讀寫模擬前端125K RFID 基站芯片EM4095 的一個RFID 卡的開發板配合上位機軟件,可讀只讀ID 卡(EM4100,EM4102或其兼容卡),可讀寫EM4469 等EM 低頻卡。包括底層源代碼,用戶可以對源代碼進行移植、修改,使用等。用戶參照此開發源碼可以很快開發出自己的RFID 產品。配合相應的底層軟件可讀寫所有125K 的低頻卡,包括EM 125K RFID 和T5557 等 W78E365 簡介:標準8051 內核,最高時鐘40M。內部64K FLASHROM,1K+256 bytes SRAM,外部64K 地址、數據總線;32 個I/O(其中PLCC 和PQFP 封裝有36 個I/O),3 個定時/計數器,5 個PWM 輸出,最多8 個外部中斷,內部看門狗,ISP 在線編程功能。EM4095 簡介: EM4095 是一個可讀寫的模擬前端125K RFID 基站芯片,100K~150K 載波頻率范圍,無需外部晶振,外圍所需元器件少,易調試的特點。EM4095 幾乎可讀所有的125K 低頻卡,包括EM4100 系列,EM4469 等

    標簽: RFID 4095 Winbond W78E365

    上傳時間: 2017-02-05

    上傳用戶:gdgzhym

  • 采用VHDL語言設計一個4通道的數據采集控制模塊。系統的功能描述如下: 1.系統主時鐘為100 MHz。 2.數據為16位-數據線上連續2次00FF后數據傳輸開始。 3.系統內部總線寬度為8位。

    采用VHDL語言設計一個4通道的數據采集控制模塊。系統的功能描述如下: 1.系統主時鐘為100 MHz。 2.數據為16位-數據線上連續2次00FF后數據傳輸開始。 3.系統內部總線寬度為8位。 4.共有4個通道(ch1、ch2、ch3、ch4),每個通道配備100 bytes的RAM,當存滿數據后停止數據采集并且相應通道的狀態位產生報警信號。 5.數據分為8位串行輸出,輸出時鐘由外部數據讀取電路給出。 6.具備顯示模塊驅動功能。由SEL信號設置顯示的通道,DISPLAY信號啟動所選通道RAM中數值的顯示過程。數值順次顯示一遍后顯示結束,可以重新設定SEL的值選擇下一個通道。模塊數據線為8位,顯示器件為4個8段LED。 7.數據采集模式如下:單通道采集(由SEL信號選擇通道),多通道順次采集(當前通道采滿后轉入下一通道),多通道并行采集(每通道依次采集一個數據)。模式由控制信號MODE選擇,采集數據的總個數由NUM_COLLECT給出。 8.數據采集過程中不能讀取,數據讀取過程中不能采集

    標簽: VHDL 100 MHz

    上傳時間: 2013-12-25

    上傳用戶:zycidjl

  • The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value

    The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 bits. And the operation to manipulate this stream or bits array is so easy, jut read or change the bits state or make any Boolean operation on the whole bits array, like 鈥楢ND鈥? 鈥極R鈥? or 鈥榅OR鈥?

    標簽: structure compacted Booleans provides

    上傳時間: 2014-01-15

    上傳用戶:壞天使kk

  • ecos RTOS 原理介紹和應用開發The design philosophy of eCos was to augment an open-source RTOS (which meant no

    ecos RTOS 原理介紹和應用開發The design philosophy of eCos was to augment an open-source RTOS (which meant no per-unit royalties) with source-level con?guration tools that would enable embedded developers to scale their RTOS from hundreds of bytes to hundreds of kilobytes without needing to manu- ally change a line of source code.

    標簽: RTOS open-source philosophy augment

    上傳時間: 2013-12-16

    上傳用戶:天涯

  • The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmwa

    The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the contents of the 32KB main ROM to be updated by the loader program located at the 4KB auxiliary ROM 512 bytes of on-chip RAM four 8-bit bi-directional and bit-addressable I/O ports an additional 4- bit port P4 three 16-bit timer/counters a serial port. These peripherals are supported by a eight sources two-level interrupt capability. To facilitate programming and verification, the ROM inside the W78E58B allows the program memory to be programmed and read electronically. Once the code is confirmed, the user can protect the code for security

    標簽: microcontroller programmable in-system W78E58B

    上傳時間: 2017-04-27

    上傳用戶:yiwen213

  • * 使用DES加密與解密,可對byte[],String類型進行加密與解密 密文可使用String,byte[]存儲. * * 方法: void getKey(String strKey)從

    * 使用DES加密與解密,可對byte[],String類型進行加密與解密 密文可使用String,byte[]存儲. * * 方法: void getKey(String strKey)從strKey的字條生成一個Key * * String getEncString(String strMing)對strMing進行加密,返回String密文 String * getDesString(String strMi)對strMin進行解密,返回String明文 * *byte[] getEncCode(byte[] bytes)byte[]型的加密 byte[] getDesCode(byte[] * byteD)byte[]型的解密

    標簽: String byte getKey strKey

    上傳時間: 2014-01-13

    上傳用戶:libinxny

  • nesc language introduction. nesC is an extension to C [2] designed to embody the structuring concept

    nesc language introduction. nesC is an extension to C [2] designed to embody the structuring concepts and execution model of TinyOS [1]. TinyOS is an event-driven operating system designed for sensor network nodes that have very limited resources (e.g., 8K bytes of program memory, 512 bytes of RAM). TinyOS has been reimplemented in nesC. This manual describes v1.1 of nesC, changes from v1.0 are summarised in Section 3.

    標簽: introduction structuring extension language

    上傳時間: 2017-09-04

    上傳用戶:66666

  • Ajax實現的WEB下載,由于OA系統是基于WEB方式的

    Ajax實現的WEB下載,由于OA系統是基于WEB方式的,如果只判斷用戶是否點擊“下載文件”,就來判斷用戶是否成功下載了文件。這種方式很顯然行不通,怎么辦呢?我想到的就是用一控件,然后用回調事件來處理數據庫方面的問題(下載記錄問題) 有興趣的朋友可在 http://www.interdrp.com/ 下載分銷系統 用測試帳號進系統后,點測試程序,再點WEB下載 可以看見效果 https://www.interdrp.com/software/ReYoWebDownLoad.zip(點擊下載此控件) API說明 ReYoWebDL.copyright="銳洋軟件擁有版權 http://www.interdrp.com/" //必須 ReYoWebDL.url="http://dl.baofeng.com/storm3/Storm2009-0504-1.exe" //下載文件的路徑 ReYoWebDL.path ="" //保存文件地址 ReYoWebDL.ReYoStartDownload() //下載動作 ReYoWebDL.ReYoStopDownload() //停止下載 ReYoWebDL.size //下載文件大小 ReYoWebDL.bytes//已下載大小 ReYoWebDL.speed //下載速度 KB/S ReYoWebDL.done //下載是否完成 ReYoWebDL.cancle=true //是否取消下載 ReYoWebDL.urlsource //下載文件名 ReYoWebDL.percent //下載百分比

    標簽: WEB Ajax OA系統

    上傳時間: 2017-09-14

    上傳用戶:lingzhichao

  • STM8S003參考手冊

    意法半導體STM8系列參考手冊Program memory: 8 Kbyte Flash memory; dataretention 20 years at 55 °C after 100 cycles? RAM: 1 Kbyte? Data memory: 128 bytes true data EEPROM;endurance up to 100 k write/erase cycles

    標簽: stm8

    上傳時間: 2022-04-27

    上傳用戶:zhaiyawei

主站蜘蛛池模板: 龙州县| 宜宾县| 临西县| 南靖县| 集安市| 乐至县| 井冈山市| 红桥区| 阳东县| 博野县| 温州市| 固镇县| 蓬溪县| 昭苏县| 神农架林区| 房产| 南郑县| 呼伦贝尔市| 贵州省| 景泰县| 临朐县| 彝良县| 错那县| 启东市| 台中市| 嘉义县| 宜都市| 安徽省| 四子王旗| 中江县| 司法| 汽车| 霸州市| 五台县| 舒城县| 汽车| 乌拉特后旗| 浦江县| 新平| 博乐市| 荆州市|