搜索:parallel+programming

找到约 1,864 项符合「parallel+programming」的查询结果

结果 1,864
按分类筛选
显示更多分类
https://www.eeworm.com/dl/839262.html 技术资料

基于 STM32 平台的 IAP 设计实现

针对闪存系统对在应用中编程(in-application programming,IAP)的强烈需求,介绍基于 STM32 平台的IAP 设计原理以及实现方法。分析 IAP 设计的重要性,以 STM32F103RC 为例,介绍 IAP 程序中的 FLASH 规划、用户程序条件,IAP 实现原理以及在产品中应用 IAP 详细设计的实现过程。结果表明:IAP 应用在 ...
下载 9
·
查看 7478
https://www.eeworm.com/dl/502/31013.html 单片机编程

PCA9555 16bit I2C-bus and SMBu

The PCA9555 is a 24-pin CMOS device that provides 16 bits of General Purpose parallelInput/Output (GPIO) expansion for I2C-bus/SMBus applications and was developed toenhance the NXP Semiconductors family of I2C-bus I/O expanders. The improvementsinclude higher drive capability, 5 ...
下载 90
·
查看 1185
https://www.eeworm.com/dl/569/40865.html 工控技术

赛灵思电机控制开发套件简介(英文版)

  The power of programmability gives industrial automation designers a highly efficient, cost-effective alternative to traditional motor control units (MCUs)。 The parallel-processing power, fast computational speeds, and connectivity versatility of Xilinx® FPGAs can ...
下载 74
·
查看 1169
https://www.eeworm.com/dl/894608.html 技术资料

一种适于非特定人语音识别的并行隐马尔可夫模型

为了适合非特定人语音识别,提出了一种由多条并行马尔可夫链组成的并行HMM(ParallelHiddenM arkovM odel,P HMM),从而融合了基于分类的语音识别中为各个类别建立的模板,提高了识别性能.各条链之间允许有交叉,使得融合的多模板之间存在状态共享,同时PHMM可以在训练过程中自动完成聚类,且测试语音的 ...
下载 9
·
查看 5160
https://www.eeworm.com/dl/924351.html 技术资料

C语言 谭浩强

C语言是在 70 年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式发表了C语言。同时由B.W.Kernighan和D.M.Ritchit合著了著名的“THE C PROGRAMMING LANGUAGE”一书。通常简称为《K&R》,也有人称之为《K&R》标准。但是,在《K&R》中并没有定义一个完整的标准C 语言,后来由美国国家标 ...
下载 2
·
查看 2689
https://www.eeworm.com/dl/957615.html 技术资料

C语言100例及教程

C语言是在70年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式发表了C语言。同时由B.W.Kernighan和D.M.Ritchit合著了著名的“THE C PROGRAMMING LANGUAGE”一书。通常简称为《K&R》,也有人称之为《K&R》标准。但是,在《K&R》中并没有定义一个完整的标准C语言,后来由美国国家标准学 ...
下载 10
·
查看 420
https://www.eeworm.com/dl/684/233661.html 软件设计/软件工程

In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl

In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t support priority inheritance protocol sinc ...
下载 196
·
查看 1110
https://www.eeworm.com/dl/745436.html 书籍

Code Craft: the practice of writing excellent code

This book addresses programmer attitudes, but it’s not some kind of psychology textbook. We’ll investigate many topics, including: Source code presentation Defensive coding techniques How to debug programs effectively Good teamworking skills Managing your source code Take a q ...
查看 70
https://www.eeworm.com/dl/542/389046.html 其他书籍

Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provi

Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provides the practical solutions developers need to design powerful and portable Web-based applications. Featuring step-by-step examples, this book focuses on harnessing the power of Ja ...
下载 160
·
查看 1076
https://www.eeworm.com/dl/654/247434.html 数据结构

背包問題是關於最佳化的問題

背包問題是關於最佳化的問題,要解最佳化問題可以使用「動態規劃」(Dynamic programming),從空集合開始,每增加一個元素就先求出該階段的最佳解,直到所有的元素加入至集合中,最後得到的就是最佳解。 以背包問題為例,我們使用兩個陣列value與item,value表示目前的最佳解所得之總價,item表示最 ...
下载 52
·
查看 1062