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

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

DEBUGging

DEBUGging,英語單詞,主要用作名詞、動詞,作名詞時譯為“調(diào)試以排除故障”,作動詞時譯為“排除故障;發(fā)現(xiàn)并改正錯誤(debug的ing形式)”。[1]
  • Index NAME 總覽 (SYNOPSIS) 警告 (WARNING) 描述 (DESCRIPTION) 選項 (OPTIONS) 總體選項 (Overall Option

    Index NAME 總覽 (SYNOPSIS) 警告 (WARNING) 描述 (DESCRIPTION) 選項 (OPTIONS) 總體選項 (Overall Option) 語言選項 (LANGUAGE OPTIONS) 預(yù)處理器選項 (Preprocessor Option) 匯編器選項 (ASSEMBLER OPTION) 連接器選項 (LINKER OPTION) 目錄選項 (DIRECTORY OPTION) 警告選項 (WARNING OPTION) 調(diào)試選項 (DEBUGging OPTION) 優(yōu)化選項 (OPTIMIZATION OPTION) 目標(biāo)機(jī)選項 (TARGET OPTION) 機(jī)器相關(guān)選項 (MACHINE DEPENDENT OPTION) 代碼生成選項 (CODE GENERATION OPTION) PRAGMAS 文件 (FILE) 另見 (SEE ALSO) BUGS 版權(quán) (COPYING) 作者 (AUTHORS) [中文版維護(hù)人] [中文版最新更新] 《中國Linux論壇man手冊頁翻譯計劃》 NAME gcc,g++-GNU 工程的 C和 C++編譯器(egcs-1.1.2

    標(biāo)簽: DESCRIPTION SYNOPSIS OPTIONS Overall

    上傳時間: 2014-01-03

    上傳用戶:evil

  • Altera® provides various tools for development of hardware and software for embedded systems. T

    Altera® provides various tools for development of hardware and software for embedded systems. This handbook complements the primary documentation for these tools by describing how to most effectively use the tools. It recommends design styles and practices for developing, DEBUGging, and optimizing embedded systems using Altera-provided tools. The handbook introduces concepts to new users of Altera’s embedded solutions, and helps to increase the design efficiency of the experienced user.

    標(biāo)簽: development for provides embedded

    上傳時間: 2017-06-15

    上傳用戶:haoxiyizhong

  • 這是利用C51語言編寫的讀寫LCD的程序

    這是利用C51語言編寫的讀寫LCD的程序,它已完全調(diào)試通過。-This is the use of C51 language literacy LCD procedures, it has completely through DEBUGging.

    標(biāo)簽: C51 LCD 語言 編寫

    上傳時間: 2014-11-18

    上傳用戶:王慶才

  • Introduction to I/O Kit Device Driver Design Guidelines Chapter 1 The libkern C++ Runtime Chapter

    Introduction to I/O Kit Device Driver Design Guidelines Chapter 1 The libkern C++ Runtime Chapter 2 libkern Collection and Container Classes Chapter 3 The IOService API Chapter 4 Making Hardware Accessible to Applications Chapter 5 Kernel-User Notification Chapter 6 Displaying Localized Information About Drivers Chapter 7 DEBUGging Drivers Chapter 8 Testing and Deploying Drivers Chapter 9 Developing a Device Driver to Run on an Intel-Based Macintosh

    標(biāo)簽: Chapter Introduction Guidelines Runtime

    上傳時間: 2017-07-04

    上傳用戶:冇尾飛鉈

  • Introduction to Kernel Extension Concepts 1:Hello Kernel: Creating a Kernel Extension With Xcode 2

    Introduction to Kernel Extension Concepts 1:Hello Kernel: Creating a Kernel Extension With Xcode 2:Hello I/O Kit: Creating a Device Driver With Xcode 3:Hello Debugger: DEBUGging a Device Driver With GDB 4:Packaging Your KEXT for Distribution and Installation 5:Loading Kernel Extensions at Boot Time 6:Kernel Extension Dependencies 7:Kernel Extension Ownership and Permissions

    標(biāo)簽: Kernel Extension Introduction Concepts

    上傳時間: 2013-12-31

    上傳用戶:tuilp1a

  • AVR single-chip developed by a very low threshold, as long as the computer will be able to study the

    AVR single-chip developed by a very low threshold, as long as the computer will be able to study the development of AVR microcontroller. Only a single-chip ISP download beginners line, the editing, DEBUGging of software programs through a direct line into the AVR microcontroller, which can develop AVR Series Single-chip package of a variety of devices. AVR single-chip microcomputer in the industry known as "front-line struggle to seize state power."

    標(biāo)簽: single-chip developed threshold the

    上傳時間: 2017-09-12

    上傳用戶:shinesyh

  • AVR single-chip developed by a very low threshold, as long as the computer will be able to study the

    AVR single-chip developed by a very low threshold, as long as the computer will be able to study the development of AVR microcontroller. Only a single-chip ISP download beginners line, the editing, DEBUGging of software programs through a direct line into the AVR microcontroller, which can develop AVR Series Single-chip package of a variety of devices. AVR single-chip microcomputer in the industry known as "front-line struggle to seize state power."

    標(biāo)簽: single-chip developed threshold the

    上傳時間: 2013-12-09

    上傳用戶:invtnewer

  • 抓包工具fi

    Fiddler is a free web DEBUGging tool which logs all HTTP(S) traffic between your computer and the Internet. Inspect traffic, set breakpoints

    標(biāo)簽: 抓包 網(wǎng)絡(luò)

    上傳時間: 2016-06-03

    上傳用戶:ttry

  • 代碼大全Steve McConnell著 919頁高清文字版

    軟件開發(fā)人員必備工具書,,目錄如下Welcome to Software Construction [1]1.1 What Is Software Construction?1.2 Why Is Software Construction Important?1.3 How to Read This Book......7.1 Valid Reasons to Create a Routine7.2 Design at the Routine Level7.3 Good Routine Names7.4 How Long Can a Routine Be?7.5 How to Use Routine Parameters7.6 Special Considerations in the Use of Functions7.7 Macro Routines and Inline RoutinesDefensive Programming [5.6 + new material]8.1 Protecting Your Program From Invalid Inputs8.2 Assertions8.3 Error Handling Techniques8.4 Exceptions8.5 Barricade Your Program to Contain the Damage Caused by Errors8.6 DEBUGging Aids8.7 Determining How Much Defensive Programming to Leave in Production Code8.8 Being Defensive About Defensive ProgrammingThe Pseudocode Programming Process [4+new material]9.1 Summary of Steps in Building Classes and Routines9.2 Pseudocode for Pros9.3 Constructing Routines Using the PPP9.4 Alternatives to the PPP......

    標(biāo)簽: 代碼大全 軟件開發(fā)

    上傳時間: 2021-12-08

    上傳用戶:20125101110

  • 一種智能紅外避障自動掃地機(jī)器人的設(shè)計

    研究一種智能掃地機(jī)器人。從硬件系統(tǒng)控制模塊設(shè)計到主要技術(shù)調(diào)試進(jìn)行了較詳細(xì)的闡述。以STM32單片機(jī)為控制核心與電機(jī)驅(qū)動、紅外線路徑識別模塊等相互協(xié)調(diào)應(yīng)用。進(jìn)行電路搭建和程序編寫。實(shí)現(xiàn)了智能掃地機(jī)器人紅外線避障和自動掃地功能,其清掃面積能達(dá)到約70%,清掃率約60%,很大程度受到自身機(jī)械機(jī)構(gòu)的限制,后期將對小車的機(jī)械結(jié)構(gòu)進(jìn)行完善。This paper studies an intelligent sweeping robot.From the hardware system control module design to the main technical DEBUGging are described in detail.STM32 MCU is used as the control core to coordinate with motor drive and infrared path recognition module.Conduct circuit building and programming.The functions of infrared obstacle avoidance and automatic sweeping of intelligent sweeping robot are realized.Its cleaning area can reach about 70%and the cleaning rate is about 60%.Because it is limited by its own mechanical mechanism to a great extent,the mechanical structure of the car will be improved in the later stage.

    標(biāo)簽: 掃地機(jī)器人

    上傳時間: 2022-03-26

    上傳用戶:

主站蜘蛛池模板: 桓仁| 新竹县| 闽侯县| 乌兰察布市| 博爱县| 调兵山市| 新沂市| 延寿县| 东源县| 肃南| 东光县| 新化县| 平利县| 彰武县| 松溪县| 敦煌市| 内丘县| 开原市| 河南省| 米林县| 股票| 天水市| 佛山市| 巴楚县| 旌德县| 哈密市| 策勒县| 同德县| 哈巴河县| 闸北区| 乌鲁木齐县| 巴里| 鹰潭市| 万荣县| 内丘县| 崇明县| 枣阳市| 许昌县| 安龙县| 马山县| 徐水县|