资源列表
testms5534
- 基于msp430F149单片机,模拟spi,驱动ms5534测量程序。含工程文件方便调用。-Based msp430F149 microcontroller, atmospheric pressure measurement module MS5534 drivers, analog spi, including engineering test program.
31767667webbook
- 本文描述了用ASP技术实现动态网上书店的开发概述、技术特征、应用原理及方法,充分突出了ASP技术的优越性。简要论述了电子商务的优势、对社会的影响和建立电子商务网站应该注意的问题,并介绍了整个网站的运行流程,数据库的结构及网站的页面组成。着重论述了购物车和购书管理子系统的具体功能实现、关键技术的使用,以及与其他方法的综合应用。-This paper describes the use of ASP technology to achieve dynamic development of an ov
3phase
- three phase power demo
My_UART0_SEND_RECEIVE
- Simple Interface of Uart LPC2148
xunhuan
- PLC控制伺服电机、步进电机、简单符号摇摆周期运动控制-PLC control servo motor, stepping motor, simple notation swing cycle movement control
Ongoing-ns-2-codes
- Here are some sample codes of NS2.
58762
- 一个公司希望为其客户订购行为建立一个数据库。一个消费者可以有一个或多个订单,每个订单可以有一种或多种商品。每个订单有一张发票,可以通过多种方式来支付,例如支票、信用卡或现金。-A company wants its customers ordering behavior of building a database. A consumer can have one or more orders, each order can have one or more commodities. Each
[NFA+TO+DFA]
- [NFA+TO+DFA] 很好很强大的,全部都有了,下下来就行了-[NFA+ TO+ DFA] very very powerful, all have been, the next down on the list
Atmega128
- atmega128 communication via rs 232
minijavaast
- 同样也是针对编译原理经典虎书的辅助性代码,主要是编译原理Java实现的PJ,本身的编译器也用java写成,希望能有帮助-The same principle also for the compilation of classic books tiger auxiliary code, the main principle is to compile the Java implementation of PJ, the compiler itself is written using java,
cifafenxi
- 输入:所给文法的源程序字符串 输出:二元组(syn, token或sum)构成的序列。 syn为单词种别码; token为存放的单词自身字符串; sum为整形常数。 例如:对源程序begin x:=9 if x>0 then x:=2*x+1/3 end# 经词法分析后输出如下序列:(1,begin)(10,’x’) (18,:=) (11,9) (26, ) (2,if)-failed to translate
CRC-coding-notes
- CRC编码的原理说明及C语言实现方法,亲测可用,初学者可以尝试-The principle of CRC coding and decoding with several examples to illustarte