-
BluetoothChat
Symbian OS 蓝牙聊天程序,是基于Symbian os v9.1 版 (Bluetooth chat program Symbian OS is based on the version of Symbian os v9.1)
- 2009-03-28 09:54:00下载
- 积分:1
-
CatchScreen-4.26
截屏保存为单色位图。其中有把彩色转换为单色的功能(Screenshot is saved as a monochrome bitmap. Which has the function of color into monochrome)
- 2011-06-01 15:18:33下载
- 积分:1
-
SOURCES
51单片机控制的仓库测温系统。主机为单片机,从机为分布在现场的单片机,DS18B20测温,1602显示,并通过485总线通信。(51 temperature measurement system with microprocessor controlled warehouse. Host microcontroller, the slave is distributed in the field of single-chip, DS18B20 temperature measurement, 1602, and through the 485 bus communication.)
- 2013-11-23 17:32:45下载
- 积分:1
-
MSP430-FIR-filter
利用msp430单片机来实现FIR滤波器功能的算法程序(Using msp430 MCU to achieve the FIR filter function algorithm program)
- 2016-12-21 20:18:04下载
- 积分:1
-
f040_interrupt
说明: c8051f041定时中断的程序,绝对正确,相比例程中没设置页。实现小灯的闪烁(interrupted from time to time c8051f041 procedures, absolutely right, compared with no routine in the Settings page. Small lights flicker)
- 2009-07-22 15:13:08下载
- 积分:1
-
399-51单片机定时器2应用实例
定时器2相关例程,包含定时器的运用,0-99计时,18b20的运用。(Timer 2 related routines, including the use of timers, 0-99 timing, 18B20 application.)
- 2020-06-21 04:00:02下载
- 积分:1
-
MPCController
基于模型预测控制算法的matlab控制器设计通用方法,matlab程序(matlab controller design coding ,generic)
- 2013-04-06 13:50:11下载
- 积分:1
-
Population
c++ 链接access 建立的一个小型人员统计系统管理 代码简单(c++ link access to the set of a small staff Biejiao simple statistical system management code)
- 2014-03-09 10:11:57下载
- 积分:1
-
LCD1602显示矩阵按键键值
1602显示源程序 基于51单片机的1602显示矩阵按键键值 按下矩阵键盘显示对应按键号(1602 Display source program,Based on 51 MCU, 1602 display matrix button key value, press matrix keyboard and display corresponding key number.)
- 2018-04-14 17:35:41下载
- 积分:1
-
用C-语言实现的编译器
用C-语言实现词法分析和语义分析,实现一个简单的编译器
在学习《编译原理》课程过程中,结合各章节的构造编译程序的基本理论,要求用C或C++语言描述及上机调试,实现一个 C-Minus 小编译程序(包括词法分析,语法分析等重要子程序),使学生将理论与实际应用结合起来,受到软件设计等开发过程的全面训练,从而提高学生软件开发的能力。
本程序采用C++语言以面向对象的思想编写,程序分为两部分:词法分析(Scanner)和语法分析(Parser),分别将两个处理阶段封装成Scanner类和Parser类,两个类各司其职,分别完成词法分析和语法分析的任务。Scanner类主要的工作是过滤注释、词法分析获取Token。Parser类的主要工作是根据Scanner类词法分析之后的Token进行语法分析,生成语法树,最后并输出语法树。在处理过程中,Scanner类的对象作为Parser类的一个成员变量,配合Parser类进行语法分析
- 2022-10-16 08:40:03下载
- 积分:1