搜索资源列表
LPC213x4xADC
- nxp的arm7微处理器LPC213x/4x内嵌adc编程范例。
LPC213x4xDAC
- nxp的arm7微处理器LPC213x/4x内嵌dac编程范例。
LPC213x4xUART
- nxp的arm7微处理器LPC213x/4x内嵌uart编程范例。
LPC213x4xpwm
- nxp的arm7微处理器LPC213x/4x内嵌pwm编程范例。
BOOT
- BOOT V5.11 - C startup routine for TMS3203x/4x。 笔者使用TMS320VC33芯片的BOOT汇编源代码程序。
mp3
- The first task at hand is to set up the endpoints appropriately for this example. The following code switches the CPU clock speed to 48 MHz (since at power-on default it is 12 MHz), and sets up EP2 as a Bulk OUT endpoint, 4x buffered of size 512, a
H-JTAGV0.4.4x
- 基于ATMEL ARM7的JTAG开发工具.
work
- 根据解空间的维数可以将优化问题分为一维空间优化和多元优化问题。本程序以求函数:f(x)=x+10*sin(5x)+7*cos(4x),0=<x<=9为例说明遗传算法的源程序
poly
- 求两个多项式的最大公约式,多项式按照如下格式输入,如果输入 3 //次数 1 2 3 4 //系数 则表示 1+2x+3x^2+4x^3
ucOSII4510B
- ~{WwU_J9SC5D~}ucos~{T4Bk#,1`RkA4=S5wJT>y?IRT#,4x~}uart~{2bJT~}
20080729
- 在uClinux 2.4X 的GUI 驱动 microwindows-Drives 测试OK
牛顿迭代法(M)
- 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton's iterative meth
WebServer.213x.4x
- LPC 213X/214X 实现WEBSERVER 的源代码,亲自测试过没有问题,如果和Microchip的enc28j60网络芯片结合使用,需要注意对MIC芯片的检查,我发现MIC的这款网络芯片稳定性欠佳,需要读取链路状态和“发送状态”寄存器位,虽然我也不明白为什么是“发送”,但是无论发送还是接受溢出导致的28j60死掉,都可以通过这个标志为发现,测试后确实管用!-LPC 213X/214X the source code to achieve WEBSERVER personally tes
Driver
- 1)驱动版本:301.1.129.122 2)支持的方案如下: ZC0301PL+mi360/Hv7131R/K82 ZC0301PLH+mi360/Hv7131R/K82 ZC0302+mi360/Hv7131R/K82 VC0305+VA6241R/PAS106 3)支持的功能有: 4x digital zoom 4)分辨率: 160*120 1762*144 320*240 352*288 640*480 800
cal4X
- proteus +51 计算器支持普通的加减乘除四则运算功能....用4X 4中断矩阵键盘...有兴趣的可以参考一下 -proteus+51
LPC2148test
- 飞利浦LPC213X/4X USB范例程序,调试成功,初学者用-Philips LPC213X/4X USB sample program, debugging success for beginners to use
msp430code
- 对应于MSP430单片机各类型号如,14x.16x.21x.22x.4x的各类外围模块的开发代码,有利于快速入门MSP430单片机-Correspond to various types of models such as the MSP430 single chip, 14x.16x.21x.22x.4x the development of various types of external code modules, and is conducive to single-chip Quic
code.bundle.LPC213x-4x.Family
- Source code for all peripherals in lpc213x/4x MCU under uVision IDE.
dsp_srio_example_speed_test
- DSP6678 SRIO 4x 测试程序,速度5Gb。(DSP6678 SRIO 4x test program, speed 5Gb)
用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值
- 用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值