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

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

write-flow

  • Summary Many control applications require converting some analog input to a digital format. The ADC

    Summary Many control applications require converting some analog input to a digital format. The ADCINC12 User Module is a general-purpose, 12-bit analog to digital converter (ADC) that does just that. This Application Note is meant to be a simple introduction into its operation. The steps required to define, place, and write software are presented. Examples are developed in both assembly and C.

    標簽: applications converting Summary control

    上傳時間: 2013-12-01

    上傳用戶:WMC_geophy

  • 一、目的要求 1、用高級語言編寫和調試一個簡單的文件系統

    一、目的要求 1、用高級語言編寫和調試一個簡單的文件系統,模擬文件管理的工作過程。從而對各種文件操作命令的實質內容和執行過程有比較深入的了解。 2、要求設計一個 n個用戶的文件系統,每次用戶可保存m個文件,用戶在一次運行中只能打開一個文件,對文件必須設置保護措施,且至少有Create、delete、open、close、read、write等命令。

    標簽: 高級語言 編寫 文件系統 調試

    上傳時間: 2014-10-10

    上傳用戶:fredguo

  • The market for miniature computer programming is exploding. C++ Footprint and Performance Optimizati

    The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training. In the world of C++ programming, all other things being equal, programs that are smaller and faster are better. C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions.

    標簽: Performance programming Optimizati Footprint

    上傳時間: 2013-12-09

    上傳用戶:wfl_yy

  • NAME Control_AT24Cxx This collection of routines allows an AT89C2051 microcontroller to read a

    NAME Control_AT24Cxx This collection of routines allows an AT89C2051 microcontroller to read and write the AT24Cxx family of serial CMOS EEPROMS. This version of the code is compatible only with the AT89C2051 due to the location of the data buffer and stack in RAM. The code may be modified to work with the AT89C1051 by relocating or resizing the buffer and stack to fit into the smaller amount of RAM available in the AT89C1051. Note that the minimum size of the buffer is determined by the page size of the AT24Cxx.

    標簽: microcontroller Control_AT collection routines

    上傳時間: 2013-12-13

    上傳用戶:asddsd

  • Both the newest, hottest ight simulator and the simplest yet most powerful accounting programs

    Both the newest, hottest ight simulator and the simplest yet most powerful accounting programs use the same basic building blocks. In this part, you dis cover the basic features you need to write your killer application.

    標簽: accounting the simulator simplest

    上傳時間: 2014-01-09

    上傳用戶:coeus

  • linux文件系統試驗 一、實驗目的 學習有關linux文件管理程序如何組織的知識

    linux文件系統試驗 一、實驗目的 學習有關linux文件管理程序如何組織的知識,為簡化的文件系統設計并實現一組目錄操作。實驗中使用軟盤的fat12格式,設計一個程序可以對這種格式的磁盤進行一組目錄操作。 實驗使用了部分linux的系統調用,比如說open() sleek() read() write()幾個調用。通過此實驗來對linux的文件系統的管理有進一步的理解。 二、實驗要求 主要實現三個功能:一 讀取磁盤目錄的目錄列表。(命令輸入 ls ) 二 切換目錄(不處理路徑名)。(命令輸cd dir_name 或cd/ 或cd.. ) 三 刪除當前目錄下的文件。(命令輸入 del filename )

    標簽: linux 文件系統 實驗 文件管理

    上傳時間: 2014-01-17

    上傳用戶:

  • 單片機操作MMC/SD卡讀寫fat12/16/32文件系統的程序

    單片機操作MMC/SD卡讀寫fat12/16/32文件系統的程序,外國網站找到的,支持文件open,read write mkdir close 等,基本pc文件功能都支持,專門針對8位mcu,方便移植到各種單片機系統,占用資源很少

    標簽: fat 12 16 32

    上傳時間: 2016-03-24

    上傳用戶:yuanyuan123

  • This program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Si

    This program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Single Master Mode, and the EEPROM is the only slave device connected to the SPI bus. The read/write operations are tailored to access a Microchip 4 kB EEPROM

    標簽: configured accesses program EEPROM

    上傳時間: 2016-03-29

    上傳用戶:gut1234567

  • As science advances, novel experiments are becoming more and more complex, requiring a zoo of contro

    As science advances, novel experiments are becoming more and more complex, requiring a zoo of control devices and electronics executing complicated sequences of steps. Device availability and monetary constrains usually lead to a highly heterogeneous setup with components from several different manufacturers using many different protocols and interfacing mechanisms. This often results in control software being puzzled together to use and provide a multitude of interfacing and control functionality, each using their own calling conventions, data structures, etc. To make matters worse, usually a group of relatively independent programmers is trying to write and maintain the code base. Often this causes extensive duplication of effort as program segments are hard to reuse, since unpredictable changes to the segments by the original authors might compromise other code using these segments.

    標簽: more experiments requiring advances

    上傳時間: 2013-12-24

    上傳用戶:qilin

  • // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-

    // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to access a Microchip 4 kB EEPROM 25LC320. The relevant hardware // connections of the F06x MCU are shown here:

    標簽: configured accesses program EEPROM

    上傳時間: 2014-01-18

    上傳用戶:liglechongchong

主站蜘蛛池模板: 海口市| 梅州市| 中江县| 安岳县| 抚松县| 紫阳县| 金坛市| 东乌珠穆沁旗| 驻马店市| 南通市| 镇赉县| 介休市| 黄山市| 阿城市| 且末县| 汽车| 瓦房店市| 伽师县| 信宜市| 乐东| 陆良县| 寿光市| 称多县| 浙江省| 察隅县| 东辽县| 罗城| 汉沽区| 方山县| 锡林郭勒盟| 西乌珠穆沁旗| 浏阳市| 凉城县| 凤台县| 筠连县| 虹口区| 宜黄县| 阿城市| 和平县| 郯城县| 舒城县|