搜索:example+code

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

结果 5,882
按分类筛选
显示更多分类
https://www.eeworm.com/dl/542/378213.html 其他书籍

The TMS320LF240xA and TMS320LC240xA devices, new members of the TMS320C24x&#63722 generation of dig

The TMS320LF240xA and TMS320LC240xA devices, new members of the TMS320C24x&#63722 generation of digital signal processor (DSP) controllers, are part of the TMS320C2000&#63722 platform of fixed-point DSPs. The 240xA devices offer the enhanced TMS320&#63722 DSP architectural design ...
下载 135
·
查看 1094
https://www.eeworm.com/dl/684/398036.html 软件设计/软件工程

本文档介绍了如何使用各种内嵌工具

本文档介绍了如何使用各种内嵌工具,函数和其他一些小技巧来加强使用matlab的速度和效率,是广大爱好者必读的文档。具体内容请参阅文档。 Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any a ...
下载 46
·
查看 1096
https://www.eeworm.com/dl/658/471691.html STL

Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Lan

Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Language (English, French ...) responds with something meaningful in that same language. Which means that the strength of a chatterbot could be directly measured by the quality of the ...
下载 185
·
查看 1162
https://www.eeworm.com/dl/885167.html 技术资料

1.3_Dave_v2.1.rar

DAvE是英飞凌科技公司的电子芯片模拟开发应用工具软件。 戴夫会帮助你在你的项目中规划你想使用的英飞凌单片机或dsp,以提供智能向导,那帮你设定芯片来工作的方式和你需要的各功能模块,自动生成C-code驱动功能与适当的单片外围设备和中断的控制。 DAvE会直接与编译器的IDE互动。 ...
下载 3
·
查看 4456
https://www.eeworm.com/soft/54.html 精品软件

1.3_DAVE_V2.1.RAR

DAvE是英飞凌科技公司的电子芯片模拟开发应用工具软件。 戴夫会帮助你在你的项目中规划你想使用的英飞凌单片机或dsp,以提供智能向导,那帮你设定芯片来工作的方式和你需要的各功能模块,自动生成C-code驱动功能与适当的单片外围设备和中断的控制。 DAvE会直接与编译器的IDE互动。 ...
下载 50
·
查看 15791
https://www.eeworm.com/dl/831786.html 技术资料

linux内核编程指南

因此,您想编写一个内核模块。您知道C,您已经编写了一些可以作为进程运行的常规程序,现在您想知道真正的动作在哪里,一个通配指针可以擦掉文件系统,核心转储意味着重新启动。内核模块到底是什么?模块是可以根据需要加载和卸载的代码段。它们扩展了内核的功能,而无需重新引导系统。例如。模块驱动 ...
下载 5
·
查看 5629
https://www.eeworm.com/dl/894667.html 技术资料

QR二维码在公司访客门禁中的应用

随着物联网技术的不断发展,门禁系统的更新和升级已经成为一种必然趋势。针对传统的公司门禁系统存在的访客管理困难、灵活性差、安全性低等诸多问题,提出一种基于QR二维码识别的访客门禁系统的设计方案。该设计将二维码作为公司访客身份识别的载体,访客通过在摄像头下扫描访客持有的二维码即可打开对应 ...
下载 8
·
查看 5590
https://www.eeworm.com/dl/617/147435.html 压缩解压

在C语言中

在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_S ...
下载 95
·
查看 1094
https://www.eeworm.com/dl/kbcluoji/39394.html 可编程逻辑

Nios II定制指令用户指南

     Nios II定制指令用户指南:With the Altera Nios II embedded processor, you as the system designer can accelerate time-critical software algorithms by adding custom instructions to the Nios II processor instruction set. Using custom instructions, you can red ...
下载 61
·
查看 1086
https://www.eeworm.com/dl/654/155654.html 数据结构

数字运算

数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven ...
下载 115
·
查看 1126