搜索资源列表
32x16
- 有电路图和hex文件,在perteus中可以看到运行效果-circuit diagrams and hex documents, we can see perteus operation results
ecgdetection
- 本文提出了一种简单而有效的算法,可实现单信道数字心电图记录数据QRS波群的高速(约32倍的实时速度)检测。-A simple and efficient algorithm has been developed to detect QRS complexes at high speed (approximately 32x real time speed) from the single channel digitized ECG da
pyobd_0.9.2-2.tar
- pyOBD (aka pyOBD-II or pyOBD2) is an OBD-II compliant car diagnostic tool. It is designed to interface with low-cost ELM 32x OBD-II diagnostic interfaces such as ELM-USB. It will basically allow you to talk to your car s
iop
- Functions to handle I2O controllers and I2O message handling on the Intel Xscale(R) family of I/O Processors (IOP 32x, 33x, 134x)
SEGA-MD-DEMO-SOURCE
- SEGA KIT开发的一个小DEMO和源码-SEGA TOOL:SEGA KIT MD,32X,4G,MD CD a game demo 68000
ADtest
- DMM-32x-AT 板卡AD 测试程序-program for AD test of board DMM-32x-AT
zz2
- (1)顺序存储结构的实现。 列如,已知: f(x)=8x^6+5x^5-10x^4+32x^2-x+10,g(x)=7x^5+10x^4-20x^3-10x^2+x, 求和结果:f(x)+g(x)=8x^6+12x^5-20x^3+22x^2+10。 顺序表数据类型定义如下: #define MAXLEN 100 typedef struct { int data[MAXLEN] int