搜索:Development+Example

找到约 2,359 项符合「Development+Example」的查询结果

结果 2,359
按分类筛选
显示更多分类
https://www.eeworm.com/dl/662/418610.html VxWorks

VxWorks 6.6 BSP开发执导 This document describes, in general terms, the elements that make up a board

VxWorks 6.6 BSP开发执导 This document describes, in general terms, the elements that make up a board support package [BSP], the requirements for a VxWorks BSP, and the general behavior of a BSP during the boot process. This document outlines the steps needed to port an existin ...
下载 187
·
查看 1189
https://www.eeworm.com/dl/540/426523.html 软件工程

Fortran has always been the principal language used in the fields of scientific, numerical, and en

Fortran has always been the principal language used in the fields of scientific, numerical, and engineering programming, and a series of revisions to the standard defining successive versions of the language has progressively enhanced its power and kept it competitive with sev ...
下载 153
·
查看 1090
https://www.eeworm.com/dl/895640.html 技术资料

机械工程专业“单片机原理与接口技术”课程教学改革与实践

单片机课程是我校机械工程专业的核心课程。在基于汇编语言的传统教学模式下,遇到了学生学习兴趣下降、实践训练不够充分、单片机应用系统开发能力不足等问题。通过改用C语言版单片机教材,采用便携式单片机开发板与Proteus仿真软件相结合的实验教学模式,引入直播技术辅助理论教学,解决了上述问题,提高了 ...
下载 2
·
查看 693
https://www.eeworm.com/dl/896272.html 技术资料

单片机在煤矿电气自动化控制技术中的应用

随着社会经济的不断发展以及煤矿企业的不断发展,人们对煤矿产品的质量要求不断提高。因此煤矿企业需要提高自身的电气自动化技术水平,提高煤矿产品的生产效率,从而满足人们的需求。单片机是一种新型的计算机控制器,单片机在煤矿电气自动化控制技术中的应用可以有效提高煤矿电气自动化控制水平,提高煤矿 ...
下载 5
·
查看 2459
https://www.eeworm.com/dl/831403.html 技术资料

J-LINK下载器

首先下载软件,解压软件,安装在程序中找到SEGGER,选里面的J-FLASH,进入界面,刚开始的那个界面可以忽略,不用建project也可以;单击菜单栏的“Options---Project settings”打开设置,进行jlink配置;正在General选项,选择“USB”,一般都是默认配置,确认一下即可;然后在CPU选项,选择芯片型号,先 ...
下载 10
·
查看 8111
https://www.eeworm.com/dl/502/30878.html 单片机编程

DTMF Decoding with a PIC16xxx

This application note describes how to decode standard DTMF tones using the minimum number of external discrete components and a PIC. The two examples use a PIC which has an 8 bit timer and either a comparator or an ADC, although it can be modified for use on a PIC which has only ...
下载 34
·
查看 1320
https://www.eeworm.com/dl/678/172507.html 系统设计方案

This application note describes a method for developing block-oriented I/O device drivers for appli

This application note describes a method for developing block-oriented I/O device drivers for applications that use the DSP/BIOS real-time kernel and includes examples that run with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and TMS320C6711 DSP Starter Kits (D ...
下载 44
·
查看 1099
https://www.eeworm.com/dl/617/206209.html 压缩解压

We often get questions about how the deflate() and inflate() functions should be used. Users wonder

We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who ...
下载 151
·
查看 1083
https://www.eeworm.com/dl/542/206211.html 其他书籍

Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. User

Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So f ...
下载 48
·
查看 1106
https://www.eeworm.com/dl/678/268897.html 系统设计方案

朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法

朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法,非常简单有效。k近邻法(k-Nearest Neighbor, kNN)[30,31]又称为基于实例(Example-based, Instance-bases)的算法,其基本思想相当直观:Rocchio法来源于信息检索系统,后来最早由Hull在1994年应用于分类[74],从那以后, ...
下载 136
·
查看 1170