搜索资源列表
科学计算方法_51_256
- 51汇编语言,格式为.chm文件,这个好象就是九十年代初孙涵芳(如果我没记错的话)写的一 本书后附的子程序。子程序不全对,至少有个除法的余数有问题,扩大了2倍,我记不清是哪个了,你把其中的一个左移语句去掉就行了,别的记不得了。欢迎常联系。-51 assembly language format. Chm documentation, It was like the early 1990s-wu (if I remember correctly so) wrote a book attached
cygnal-brief
- C8051F单片机是完全集成的混合信号系统级芯片(SoC),具有与8051兼容的高速CIP-51内核,与MCS-51指令集完全兼容,片内集成了数据采集和控制系统中常用的模拟、数字外设及其他功能部件;内置FLASH程序存储器、内部RAM,大部分器件内部还有位于外部数据存储器空间的RAM,即XRAM。C8051F单片机具有片内调试电路,通过4脚的JTAG接口可以进行非侵入式、全速的在系统调试。-C8051F is a fully integrated mixed-signal system-on-c
语音录放系统 OF MSP430
- 是由MSP430 单片机控制实现的 多功能语音的录音和放音系统 可以由外接功放和其他语音设备来实现 其功能-MSP430 is controlled by the multi-purpose voice recording and playback system from an external power amplifier and other voice equipment to realize its function
system on MSP430
- MSP430下的一个微内核操作系统,很实用。做到底层无关,稍加修改可以移植到其他平台下。-MSP430 under a micro-kernel operating system, is very practical. Do not bottom, a little change can be transferred to other platforms.
rc6_avr
- AVR单片机的优化RC6 加密算法(速度快,其优化思想绝对值得学习) 在有128bytes RAM 的AVR单片机上执行 rc6 16/10/8(16 bit/10 rounds/8 bytes keys) * 对多数代码进行了 C 语言优化,对数据相关循环移位,模乘等用ASM优化 * 在4MHz无乘法器的AVR上得到平均 1172 Bytes/s的加解密速度。 * 编译器: AVR-G-AVR optimization RC6 encryption algorithm
51中断例子
- 1. EXT_C.rar, 给初学者(带中文注释的C51语言例程), 利用外部中断实现LED灯的简单控制。 2. EXT_A.rar, 给初学者(带中文注释的51汇编语言例程), 利用外部中断实现LED灯的简单控制。 两个同样功能的中断例程, 一个用C51实现, 另一个用ASM51实现(ASM51是由C51反汇编生成的), 都在MCU51-63K仿真器下通过实验的哦, 小虾们可以试试看。-1. EXT_C.rar for beginners (with the Chinese
很多MP3编解码源程序+文档+图纸
- 若干MP3编解码源程序+文档+图纸,有ARM 的mp3方案还有一些其他方案-A large quatity of MP3 SouceCode, Documents and Charts. There are mp3 plan for ARM and some other plans.
CS8900A_汇编实现51单片机的TCP_IP协议
- 在51单片机上用汇编实现的TCP/TP协议网络通信,1、可以接收和发送帧 2、 实现了ARP报文传输;3、 ARP应答;4、实现了ICMP协议 5、 可以被其他网络中的主机Ping到 6、 实现了UDP协议-in 51 MCU used to achieve a compilation of TCP / TP network communication agreement, one that can receive and send two frames to achieve the ARP p
我同学提供的温度采样子程序
- 也用到了温度PID控制,和我门的不同是采用D/A输出控制量的.主要由温度采样--->温度滤波子程序--->温度线性化----->温度设定值等模块组成.-also uses a PID temperature control, and my door is different D / A output volume control. By sampling temperature --- gt; Temperature filter subroutine -- gt; Tempe
NORFLASH
- spansion公司的NorFlash:s29al004d的驱动代码。16位读取方式。在东芝32位CPU:TMP92ca25上调试通过。NorFlash的驱动方式基本上相同,其它品牌的NorFlash只需略微修改程序即可。-the NorFlash : s29al004d driver code. 16 reading. The Toshiba 32 CPU : TMP92ca25 on debugging through. NorFlash driven essentially the sam
20051015slac016f
- 我自己在别人基础上编写的MSP430F410的例程,希望能对大家有帮助-myself in other people prepared on the basis of MSP430F410 routines, we hope to help
20051015slac017f
- 我自己在别人基础上改的MSP430F410_1的C源码,希望能对大家有所帮助-myself in other people on the basis of changed MSP430F410_1 C source code, we hope to help
20051015slac068
- 我自己在别人基础上改写的MSP430F410_2部分的汇编代码,希望能对大家有所帮助-myself in other people rewritten on the basis of the compilation MSP430F410_2 part of the code, we hope to help
et6201驱动_0122
- 本代码详细说明了,如何用C51对LED驱动芯片ET6201的程序设计,适用于DVD/CD等电子产品的面板显示-detailed descr iption of how to use C51 to the LED driver chip design ET6201 procedures applicable to DVD / CD and other electronic products showed the panel
AN964
- pid控制例程,演示一钟摆运行情况,可方便移植到其它应用-pid control routines, a demonstration run of the pendulum may be convenient to other applications transplant
液晶asm
- * 本程序包含控制外部液晶面板的4-BIT控制模式子 * * 程序。这些程序是专门为 MCU201 workshop演示板 * * 设计的。但它也可作为其他类型的使用 KS0066U控 * * 制器的液晶面板的控制程序。-* The procedures include external LCD control of the four-BIT - control mode * * procedures. These procedures are specifically fo
B03
- 利用8031单片机串行口,实现两个实验台之间的串行通讯。其中一个实验台作为发送方,另一侧为接收方。发送方读入按键值,并发送给接收方,接收方收到数据后在LED上显示。-use 8031 serial port to achieve a test between two serial communications. One experiment Taiwan as the sender, on the other side of the receiver. Send to read keys val
单片机C51编程几个有用的模块
- 非常实用的51单片机模块。也可方便的移植到其他的单片机去。经典-very useful 51 microcontroller module. Also convenient to transplant to other microcontroller. Classic!
200532394751
- E2PROM的综合操作,你可以在ATMEL,fm等I2C总线协议的存储操作-E2PROM integrated operation, you can ATMEL, fm I2C bus protocol and other storage operation
gentrans(gtv0.01)
- MCP2510的CAN控制器程序,可移植到其他单片机平台,此处为MSP430F147-MCP2510 CAN controller, may migrate to other MCU platform here for MSP430F147