-
OOP(UML.2.0)
UML统一建模语言,面向对象设计的一般方法学,OOP软件开发规范学习的经典(UML Unified Modeling Language, object-oriented design methodology in general, OOP software development of the classical norms of learning)
- 2009-05-08 20:29:07下载
- 积分:1
-
ARM_FGA_DEV
采用LPC的芯片做的气体排放检测,包括气体成分分析,数据的处理,数据传输给工作站.(LPC chips used to do the detection of gas emissions, including gas composition analysis, data processing, data transmission to the workstation.)
- 2008-08-05 20:14:20下载
- 积分:1
-
up51s002
说明: 报警声程序 *
* 功能:操纵蜂鸣器发出报警声 *
* C51文件夹为C51文件实现 *
* ASM文件夹为汇编文件实现 (Alarm sound procedures** function: to manipulate the issue of alarm buzzer sound** C51 to C51 documents folder** ASM to achieve for the compilation of a document folder to achieve)
- 2009-08-11 11:51:46下载
- 积分:1
-
DSPC
多波束、波束形成、DSP实现、多波束分析(Multibeam、Multi-beam forming、Multi-beam analysis、DSP、)
- 2011-08-14 17:16:57下载
- 积分:1
-
程序
基于51单片机的自动评分器,使用了keil软件和proteus仿真软件,利用矩阵键盘输入基础分值,自动求和求出平均数,并且自动去掉了最大值和最小值。(Automatic Scorer Based on 51 Single Chip Microcomputer Keil software and Proteus simulation software are used to input the basic score by matrix keyboard, and the average is automatically summed up, and the maximum and minimum values are automatically removed.)
- 2021-04-25 20:38:46下载
- 积分:1
-
基于LPC138和ILI9320LCD触摸屏的贪吃蛇程序
硬件采用LPC2138作为主控芯片,3.5寸LCD显示屏采用ILI9320驱动芯片,文件夹包括完整工程文件:LPC2138驱动、LCD屏驱动和贪吃蛇游戏的基本模型。能够触摸实现贪吃蛇的方向控制
- 2022-03-19 19:28:01下载
- 积分:1
-
interfcaing与公司的LPC812微泡
为对公司的LPC812微Em18接口代码,软件的串口复用代码。
- 2022-01-25 19:17:28下载
- 积分:1
-
C
说明: QuanXuan primary gaussian elimination technique solution of linear equations
- 2011-04-20 15:10:16下载
- 积分:1
-
c_fir_ppt
C语言写得FIR滤波器代码,简单实用,是学习滤波器设计的好材料,附带PPT滤波器设计说明(C language written FIR filter code, simple and practical, is a good learning materials of filter design, with PPT filter design
)
- 2020-07-04 03:00:02下载
- 积分:1
-
Simple_Compiler
说明: 程序功能:实现对一些简单语句的解释运算。支持的运算种类:
int a(这种情况下a=0)
int a,45
int b,44
a=a+b
a=a-b
a=a*b
a=a/b
string str(str为空)
string str1,hello!
string str2,like
str=str1+str2
input str
input a
print str
print a
输入文件:输入“file”命令,随后输入文件路径
读取命令行参数:在命令的后面紧跟文件路径,个数不限(This program can realize some simple expression(newly created). It's like the command line in MATLAB, and it can also read lines from local documents.)
- 2017-12-02 15:40:27下载
- 积分:1