lpc2148中文使用手册 第1 章 概述 第2 章 LPC2141/2/4/6/8 存储器寻址 第3 章 系统控制模块 第4 章 存储器加速模块 第5 章 向量中断控制器 第6 章 管脚配置 第7 章 管脚连接模块 第8 章 通用输入/输出口(GPIO) 第9 章 通用异步接收器/发送器0 (UART0) 第10 章 通用异步接收器/发送器1(UART1) 第11 章 I2C 接口I2C0 和I2C1 第12 章 SPI 接口(SPI0) 第13 章 SSP 控制器(SPI1) 第14 章 USB 器件控制器 第15 章 定时器/计数器 定时器0 和定时器1 第16 章 脉宽调制器(PWM) 第17 章 模数转换器(ADC) 第18 章 数模转换器(DAC) 第19 章 实时时钟 第20 章 看门狗定时器 第21 章 FLASH存储器系统和编程 第22 章 EMBEDDEDICE 逻辑 第23 章 嵌入式跟踪宏单元(ETM) 第24 章 REALMONITOR 第25 章 补充信息
上传时间: 2014-01-24
上传用户:cccole0605
这是一个三次样条插值的.m程序 输入的是一个二维数组A(Nx2) 插值方法为: S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1)
上传时间: 2013-12-14
上传用户:gengxiaochao
REM 管理栏目设置 dim menu(4,10) menu(0,0)="信息及常规管理" menu(0,1)="<a target=main href=admin_config.asp>网站参数设置</a>" menu(0,2)="<a target=main href=admin_link.asp>友情链接管理</a>" menu(0,3)="<a target=main href=admin_mb.asp>网站模板管理</a>" menu(0,4)="<a target=main href=admin_ads.asp>网站广告管理</a>" menu(0,5)="<a target=main href=serverinfo.asp>服务器信息探测</a>" menu(0,6)="<a target=main href=mysql.asp>SQL高级管理</a>" menu(0,7)="<a target=main href=admin_config1.asp>恢复初始设置</a>"
标签: menu admin_config target href
上传时间: 2014-01-15
上传用户:moshushi0009
特点: 1. 双轴倾角传感器 2. 测量范围0.5g(±30 度)或者1g(±90 度) 3. 单极5V 供电,比例电压输出 4. 高分辨率双轴倾角传感器 5. 数字SPI 或模拟输出 6. 内置温度传感器 7. 长期稳定性非常好 8.高分辨率,低噪声,工作温度范围宽 优势: 长期稳定性好,温度特性优良 抗冲击能力强 应用: 双轴平台调平 倾斜测量 垂直方向的各种角度的测量
上传时间: 2016-09-17
上传用户:lunshaomo
JSP企业信息交流系统程序CICS v1.0: 功能描述: 1:管理员和普通用户采用同一页面登陆。 2:普通用户可以查看和修改自己的登陆密码。 3:普通用户可以给系统内的每一为人员发送信息,支持单次附件为100M。 4:系统内的任一用户都可以给自己发送信息。 5:普通用户可以查看系统内当前在线人员。 6:管理员可以为系统中添加新用户。 7:管理员可以修改自己的信息和密码。 8:管理员可以给系统内所有人员发送信息,支持单次附件为100M,或者接收系统内其他人员发送给自己的信息。 9:管理员可以查看到系统内所有人员的信息发送记录(不管用户是否删除)。 10:管理员可以查看系统内所有人员的基本信息,并且统计出这些人员发送信息和接受信息的数量,为工作管理带来了很大的方便。 11:该系统是作业,非任何商业产品,任何人可以修改和使用。本人不承担任何责任。 12:如果可能,该系统可能会在以后的过程中慢慢完善。
上传时间: 2014-12-05
上传用户:zhenyushaw
此工具是arm-linux-gcc交叉编译工具(cross-3.4.4),这个是我自己编译的,我试过,我用它编译了u-boot1.2.0没有问题,这个交叉编译器编了好长时间,我之前在网上搜了好长时间,但是没搜到,所以今天贡献出来,免得大家还得费时间去编译,我现在用是没有问题,如果有问题请多指教。希望热爱linux的同志们多贡献点好东西出来!
标签: arm-linux-gcc cross 交叉编译
上传时间: 2013-12-23
上传用户:498732662
停车诱导系统中车位预测模型的研究 摘 要 研究城市停车诱导系统的停车车位占有率预测问题。首先提出墓于B P神经网络的车位占有预测模型, 同时将自适应 学习速率调整法和加入动量项方法用于改善基本B P神经网络, 优化了学习速率, 减少了训练过程的震荡趋势, 改善了网络的收效 隆。以此为基础实现了停车位的智能预测 0最后, 进行了多种方法比对实验
上传时间: 2013-12-17
上传用户:GavinNeko
题目:实现一个能进行稀疏矩阵基本运算的运算器。 以“带行逻辑链接信息”的三元组顺序表示稀疏矩阵,实现两个矩阵相加,相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵以阵列形式列出。 1、 生成如下两个稀疏矩阵的三元组a和b: 1 0 3 0 3 0 0 0 0 1 0 0 0 4 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 2 2、输出a+b的三元组 3、输出a*b的三元组
上传时间: 2013-12-19
上传用户:ljmwh2000
Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.
标签: Communications installation Atheros Driver
上传时间: 2016-10-27
上传用户:hebmuljb
Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.
上传时间: 2013-12-13
上传用户:himbly