搜索:example+code

找到约 5,882 项符合「example+code」的查询结果

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

最新版 CCS8.2.0 官方软件免费下载

是目前的最新版本CCS。文件较大,附件提供了软件的百度网盘下载地址及提取码,方便下载或转存,链接长期有效。Code Composer Studio 代码调试器,代码设计套件,缩写为CCS,可提供强健、成熟的核心功能与简便易用的配置和图形可视化工具,使系统设计更快。 ...
下载 10
·
查看 3301
https://www.eeworm.com/dl/834589.html 技术资料

51单片机控制fm1702射频读卡芯片读写mifa...

说明:  51单片机控制fm1702射频读卡芯片读写mifare1卡全套资料。包括电路图,pcb板图,上、下位机软件及源码,stc单片机下载软件,各种资料文档等。(51 SCM control fm1702 RF reader chip card reader mifare1 a full set of data. Including the circuit diagram, pcb board map, the upper an ...
下载 7
·
查看 659
https://www.eeworm.com/dl/968191.html 技术资料

循环冗余校验在单片机通信中的C语言

本文介绍了循环冗余校验(CRC-Cycle Redundancy Code)的原理以及用二进制无借位除法计算生成多项式为CRC-16的CRC校验的方法,并给出了当发送一个字节时的CRC校验的C语言程序和流程图.循环冗余校验是提高数字传输可靠性的一种有效的方法. ...
下载 7
·
查看 6812
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