搜索:Programming+Example

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

结果 2,890
按分类筛选
显示更多分类
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/897714.html 技术资料

基于单片机的PLC数据储存系统研究

文中以单片机中PLC数据储存系统为例,进行深入研究,结合单片机的特点,对PLC数据储存系统进行全面地分析与设计,以此提高PLC数据储存系统的容量,提高资料查询的速度,推动现代工业的发展。This paper takes the PLC data storage system in single chip computer as an example,carries on the thorough re ...
下载 1
·
查看 6749
https://www.eeworm.com/dl/898214.html 技术资料

首要教学原理在《单片机原理》课程教学中的应用

《单片机原理》课程对理论和实践的要求都比较高,采用传统的教学方法效果不明显。本文结合首要教学原理,以贵州工程应用技术学院为例,就应用型地方本科院校的《单片机原理》课程改革进行了有益的实践和探索。The course of single chip microcomputer has deep theory and strong practical,the teaching ...
下载 9
·
查看 2025
https://www.eeworm.com/dl/951658.html 技术资料

JPEG压缩matlab源码

JPEG压缩解压缩的matlab源代码: 1) take an image (2D matrix) and devide it to 8x8 matrices 2) for each matrix (8x8) use the DCT conversion (from the signal processing toolbox). you will get an (8x8) matrix as an answer 3) build an 8x8 matrix, which is the sum off all the ma ...
下载 7
·
查看 5679
https://www.eeworm.com/dl/641/284429.html 数学计算

1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a

1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for th ...
下载 123
·
查看 1119
https://www.eeworm.com/dl/646/470696.html 通讯编程文档

Because WDM networks are circuit switched loss networks blocking may occur because of lack of resour

Because WDM networks are circuit switched loss networks blocking may occur because of lack of resources. Also in circuit switched networks many paths use the same links. This toolbox answers the question how different paths with different loads influence on each other and what is ...
下载 142
·
查看 1121
https://www.eeworm.com/dl/619/487389.html Linux/Unix编程

VideoMan (Video Manager) is an open-source C++ library that helps you developing video based applica

VideoMan (Video Manager) is an open-source C++ library that helps you developing video based applications. We created VideoMan to increase our productivity developing computer vision applications, but it can be used in many other ways. With VideoMan is very easy and fast to ini ...
下载 100
·
查看 1172
https://www.eeworm.com/dl/685/482771.html JavaScript

Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separate ...
下载 199
·
查看 1159
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