搜索资源列表
Msp430
- 这是用C语言开发的MSP430单片机学习的一些例子,里面有Proteus仿真电路图和C语言远程序,可以很好的学习MSP430单片机的使用-This is developed in C language to learn some of the examples MSP430 microcontroller, which has Proteus simulation circuit and C is far procedure, you can learn a good use of MSP430
SMDW(1)
- 单片机播放音乐,是学习单片机的最好途经,资料详细,认真仔细-SCM music, is to learn the best microcontroller through the data in detail, a careful look at
simple
- 包括了51系列单片机几乎所有的入门让你简单程序,供大家参考学习。-Including the 51 series you started almost all of the simple procedure for reference study.
t_2_fft
- 在MATLAB环境中,利用简单的加法和乘法实现基2时间抽取的FFT变换,并且能够计算出峰值点的最大值,数据点数为2的整数次幂。学习程序有利于对FFT变换的理解,以及在单片机环境或者是DSP环境中编写FFT变换C语言程序。-In the MATLAB environment, using simple addition and multiplication of time taken to achieve the base 2 FFT transform, and can calculate th
20091211123318
- VB写的一个汉字、全角字符点阵提取软件,支持汉字、全角字符点阵字模的提取。代码演示生成240*128和128*64点阵的字模。源代码来自ourdev.cn。对学习单片机的朋友有一点帮助,所以我就放上来了,有问题可以联系原作者:CoolFishWalking@163.com,在这里感谢作者。 -VB to write a character, full-width character dot-matrix extraction software to support Chinese chara
int
- 中断程序,IVVAVR,AVR应用,单片机学习资料,C语言操作-Interrupt procedure, IVVAVR AVR applications, single-chip learning materials, the C language operating
danpianji
- 单片机的教学课程,作为基础学习的好助手,帮助更好地入门-SCM curriculum, as a basis for learning a good assistant, to help better entry
danpianjixuexiziliao
- 这是我上单片机原理课的学习资料,里面有汇编程序和C程序两种。希望对大家有用。-This is my last lesson SCM principles of learning materials, there are two kinds of assembler and C programs. I hope useful. Thank you
SD_GCC_piaodown
- SD卡的FAT32文件系统 SD卡格式化成FAT32文件系统 基于单片机的SD卡FAT32文件系统,使用protues仿真,方便无开发板的童鞋学习。 SD卡的FAT32文件系统 怎样将SD卡格式化成FAT32文件系统? fat32格式在linux中叫做vfat,是一种window和linux都能识别的文件系统 1)首先切换到root权限: $su - root 2)查找SD的设备名称: #ls /dev/sd* 然后插入SD卡,再次输入上面的命令 ls /d
danpianji_shili-(2)
- 个人学习ATMEGA8单片机应用及其仿真总结30例资料,基于TC2的实时时钟电路设计,看门狗的c语言编程、同步串行接口SPI的C语言编程-无仿真-MCU design knowledge, there are 20 instances of electronic information for beginners
convertor
- 用单片机实现的,其中使用了与汇编语言互相调用的功能(MCU control unit ,the program is used for convertor control, and is used successfully,you can download this)
51单片机计算器完整源代码
- 附件代码供学习,使用时更改一下输出口即可,只是实现计算器简单的功能。更多的还请自行更新。(Attachment code for learning, use, change the output port can be, but the realization of the calculator simple function. More please update yourself.)
单片机控制的继电器c程序
- 基于单片机对继电器的控制,纯c程序,供大家参考学习