资源列表
F2812-SVPWM
- 基于DSP2812的空间矢量调制程序,仅供大家学习,讨论。大家一起进步!-Space vector modulation based on DSP2812, only for everybody to learn and discuss. Everybody progresses together!
Untitled2
- program calculate delta(nx)max and delta(ny)max for case1(x//a &y//c) and case2(x//c &y//a) where the propagation is in z direction
INT.rar
- PIC 16F684 外部脉冲计数,74hc595显示,两路AD采集,PIC 16F684 external pulse count, 74hc595 show that two-way AD acquisition
MCS51_TWOTRIGER_MUSIC
- MCS-51的音乐程序,唱一断两只老虎的经典歌曲,很不错。-MCS-51' s music program, singing a song off the classic two tigers, very good.
Sum
- FPGA with VHDL sum example in Xilinx
DividerInt
- VHDL source code for combinational divider with integer types
DS1307Clock
- Real Time Clock Interfacing with microcontroller
Question4
- Network connectivity
Foxit-Reader
- 书籍 pdf ios开发 书籍 pdf ios开发-pdf ios pdf ios pdf ios pdf ios
AnalogReadSerial
- AnalogInput Read Via Serial Arduino Code
chengxu
- mtalab学习文档,主要介绍Arnold置乱实现的源代码参考,实现在具体情况下修改,只是模板。-matlab study file,describe the code of matlab on Arnold,just the templet.
wendang
- 数值交换 Problem Descr iption 输入n(n<100)个数,找出其中最小的数,将它与第一个数交换后输出这些数 Input 输入数据有多组,每组占一行,每行的开始是一个整数n,表示这个测试实例的数值的个数,跟着就是n个整数。n=0表示输入的结束,不做处理。 Output 对于每组输入数据,输出交换后的数列,每组输出占一行。 Sample Input 4 2 1 3 4 5 5 4 3 2 1 0 Sample