O&M+Algorithm
O&M+Algorithm技术资料下载专区,收录2,620份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
O&M+Algorithm 全部资料 2,620 份
LiScNLS is a Matlab application for the numerical study of some nonlinear differential equations o
LiScNLS is a Matlab application for the numerical study of some nonlinear differential equations of the form Lu=Nu, us...
/O Buffer Information Specification (IBIS) models for AT91SAM7SE32 in LQFP and BGA package with VDDI
/O Buffer Information Specification (IBIS) models for AT91SAM7SE32 in LQFP and BGA package with VDDIO at 3.3V and 1.8V.
The Unisoft software module GERBER CONNECTION (CNC-BRIDGE). GERBER CONNECTION has all the features o
The Unisoft software module GERBER CONNECTION (CNC-BRIDGE). GERBER CONNECTION has all the features of VIEW-MARKUP and ad...
1.利用I/O口产生一定频率的方波
1.利用I/O口产生一定频率的方波,驱动蜂鸣器,发出不同的音调,从而演奏乐曲(最少三首乐曲,每首不少于30秒) 2.采用LCD显示信息 3.开机时有英文欢迎提示字符,播放时显示歌曲序号(或名称) 4.可通过功能键选择乐曲,暂停,...
The libosip library is known to compile on various platform: * GNU/Linux * MacOSX (Darwin) * O
The libosip library is known to compile on various platform: * GNU/Linux * MacOSX (Darwin) * OpenBsd 3.1/3.2 // (F...
单片机并行I/O口数量总是有限的
单片机并行I/O口数量总是有限的,有时并行口需作其他更重要的用途,一般也不会用数量众多的并行I/O口专门用来驱动显示电路,能否用80C51的串行通信口加上少量I/O及扩展芯片用于显示电路呢?答案是肯定的。 80C51的串行通信口是一个功...
时间复杂度为O(ElogV)的Dijkrastra算法的实现
时间复杂度为O(ElogV)的Dijkrastra算法的实现,解决城市道路网的最短路径问题,可以计算1000×1000个节点。