-
LPC176x-web
keil 源文件,包含tcpip协议栈,easyweb sever(This project is migrated from Keil MCB1700 Demo code.
It can run at Keil MCB1700 board with LPC17xx.
Example functionality:
- Clock Settings:
- XTAL = 12 MHz
- PLL0 = 288 MHz
- CCLK = 72 MHz
Due to a bug in the LPC175x family(80 pin package) that
MDIO and MDC are not functioning correctly. A bit-banging
on the MDIO and MDC are included in the driver. Setting
MDC_MDIO_WORKAROUND to 1 will enable the bit-banging in
both MDC and MDIO.
For board euipped with 80-pin LPC175x, some jumper setting
is necessary for EasyWEB demo.
Close "E/U" jumper(near USB Device/Host) on 2 and 3.
Close "E/C" jumper(Near CAN connector) on 2 and 3.
The web page shows the values of analog input(AN2).
This tiny webserver needs very little resources and therefore has
some restrictions:
- only one active TCP session at any one time
- no support for fragmented IP datagrams
- no buffer for TCP datagrams received in )
- 2012-12-17 21:46:18下载
- 积分:1
-
编译原理语法分析
c++实现了编译原理的语法分析,主要针对c、语言基本语法。下载后可直接运行,适用于编译原理课程设计。代码完善
- 2022-02-22 10:57:17下载
- 积分:1
-
DSP经典例子
interrupt void cpu_timer0_isr(void)
{
CpuTimer0.InterruptCount++;
GpioDataRegs.GPATOGGLE.bit.GPIO4 = 1; // Toggle GPIO0 once per 500 milliseconds
GpioDataRegs.GPATOGGLE.bit.GPIO5 = 1; // Toggle GPIO1 once per 500 milliseconds
GpioDataRegs.GPATOGGLE.bit.GPIO6 = 1; // Toggle GPIO2 once per 500 milliseconds
GpioDataRegs.GPATOGGLE.bit.GPIO7 = 1; // Toggle GPIO3 once per 500 milliseconds
// Acknowledge this interrupt to receive more interrupts from group 1
PieCtrlRegs.PIEACK.all = PIEACK_GROUP1;
}
- 2022-02-27 08:05:40下载
- 积分:1
-
Axisch
各个坐标系之间的坐标变化:地心大地坐标到地心空间大地直角系,地心系和测站系,测站系和测站系等之间的变化,旋转,平移。(Coordinate changes between the various coordinate systems: geocentric geodetic coordinate system to the geocentric Cartesian space earth, geocentric system and station lines, change the station, such as lines and lines between stations, rotation, translation)
- 2013-12-31 23:31:40下载
- 积分:1
-
普通c语言代码
一些初学者会遇到的c语言程序,这些都是我自己学习的
- 2022-04-13 15:13:32下载
- 积分:1
-
MaTeyou-CFD
马铁犹-计算流体动力学,一本介绍CFD很好的书,希望大家有用(Ma Teyou-CFD, hope the book can help you.)
- 2010-12-17 09:57:31下载
- 积分:1
-
Cognitive-Radar-Theory-
雷达系统的理论和设计一直占主导地位
概率论与统计,信息理论,信号处理和控制
然而,类似的编码译码的属性之间存在的视觉
BIAM和雷达已经黯然忽视的m所有雷达系统(For over six decades, the theory and design of radar systems have been dominated
by probability theory and statistics, information theory, signal processing and control
However, the similar encoding-decoding property that exists between the visual
biam and radar has been sadly overlooked m all radar systems)
- 2013-09-09 20:22:52下载
- 积分:1
-
RLE编码例子
RLE图像压缩编码,多个例子程序,可以参考(RLE image compression coding, multiple example programs)
- 2018-07-23 15:06:25下载
- 积分:1
-
猜拳问题的C语言实现
猜拳问题的C语言实现-the C language clause 8
- 2022-01-24 09:24:25下载
- 积分:1
-
CleanCodeHandbook_v1.0.1
leetcode的题目详解,希望对广大使用leetcode刷题的童鞋有帮助。(Detailed leetcode topic, I hope the majority of questions using leetcode brush shoes help.)
- 2015-02-21 20:41:09下载
- 积分:1