-
一个简单的LISP算术表达式计算器。Lisp简单算术表达式…
一个简单的LISP算术表达式计算器。
简单LISP算术表达式定义如下:
(1)一个0....9的整数
(2)(运算符 表达式 表达式)
例如,6,(+45),(+(+25)8)都是表达式,其值分别为6,9,15.-LISP a simple arithmetic expression calculator. LISP simple arithmetic expressions are defined as follows: (1) a 0 .... 9 integer (2) (expression operator expression) for example, 6, (+ 45), (+ (+ 25) 8 ) are expressions, and its value, respectively 6,9,15.
- 2022-09-21 21:30:03下载
- 积分:1
-
这是一本书<<VC数据库开发技术与工程实践>>中的部分代码,供学习者学习中使用...
这是一本书中的部分代码,供学习者学习中使用-This a book lt; Lt; VC database development technology and engineering practice gt; Gt; Part of the code for the use of Learners! !
- 2022-03-15 14:19:22下载
- 积分:1
-
用C#实现的连接数据库,然后可以些SELECT语句来实现查询!
用C#实现的连接数据库,然后可以些SELECT语句来实现查询!-With C# Achieve connectivity database, and then can be more SELECT statements to query!
- 2022-03-29 18:56:56下载
- 积分:1
-
vc中利用ado访问Access文件(包含tree,datagrid控件)
vc中利用ado访问Access文件(包含tree,datagrid控件)-vc use ado visit Access document (containing tree, datagrid control)
- 2022-03-31 13:37:44下载
- 积分:1
-
关系数据库管理系统的设计与实现:规范化
RDBMS Design and Implementation: Normalization
- 2022-02-26 15:16:11下载
- 积分:1
-
电子白板代码(JAVA)
电子白板代码(JAVA)-Whiteboard code (Java)
- 2022-07-15 08:43:28下载
- 积分:1
-
哈夫曼编译码器
利用哈夫曼编码进行通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统将待传数据进行预先编码;在接受端将传来的数据进行解码(复原)。对于可以双向传输的信道,每端都要有一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼的编译码系统。(难易程度:高)
- 2022-08-14 13:53:01下载
- 积分:1
-
机器人系统
简介: Whatis 机器人: 机器人是 mechanicaldevice,有时类似于一个人,是有能力执行晚熟往往是复杂的人工任务,命令或通过预先编程。 项目是关于: 这种机器人在这里我 haveused 蓝牙模块,控制机器人通过 2 博电机在 100 RPM appoxthe 机器人是控制由一部 android 手机应用单片机因此 AT89S52 形式 8051 家族在串行通信 UART 模式交流工作在 9800 bps 沟通与 Bluetoothmodule 蓝牙 moduleused 是 HC-05 在 smd 包装这项作用于 3.3 v 和 serialcommunication 与它相连的任何设备上配置通信速度可以在各种速度通过 AT 命令的功能。 蓝牙模块是修饰语支持配置文件,所以它可以轻松地连接到任何模块或电话。从这个数据可以发送和接收模块的配置文件。家单片机和 RX 引脚是 BT 模块姻亲。 L293D 是 motordriver IC 操作在任何方向需要依赖上逻辑应用于逻辑针脚的电动机。 我已经用来避免机箱包含的 2decks 低用于拟合上部的博汽车底盘总成的成衣 compactsize 机箱用作 batterystack 有顶部板板安装由螺丝固定。
- 2022-01-26 06:42:33下载
- 积分:1
-
inside contents include :
里面的内容包括:基盘存管理本信息管理库存管理入库管理出库管理等功能-inside contents include :-management of the inventory management of inventory management information storage and management database management, and other functions
- 2022-04-17 20:30:05下载
- 积分:1
-
二叉树排序实现二叉树的前序、中序、后序排列,以菜单形式出现,代码简洁、易懂易用...
二叉树排序实现二叉树的前序、中序、后序排列,以菜单形式出现,代码简洁、易懂易用-Binary Tree Binary Tree Sort realize the first order, in sequence, after the sequence order to the menu form, the code is simple and easy to understand and use
- 2022-05-12 23:53:53下载
- 积分:1