-
一个简单的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
-
有向图的强连通的分量的实现
有向图的强连通的分量的实现-directed graph strongly connected component of the realization
- 2022-07-12 23:43:45下载
- 积分:1
-
操作系统银行家算法的仿真实现生成可视化文件,便于理解程序
操作系统银行家算法的仿真实现生成可视化文件,便于理解程序-OS bankers realize the simulation algorithm to generate visual documentation, easy to understand procedures
- 2022-03-04 00:09:47下载
- 积分:1
-
用VB6.0进行solidworks的二次开发,包括数据库操作,零件的参数化生成等应用。...
用VB6.0进行solidworks的二次开发,包括数据库操作,零件的参数化生成等应用。-SolidWorks using VB6.0 for secondary development, including database operations, parts of the parametric generation of applications.
- 2022-01-22 03:32:16下载
- 积分:1
-
Java编程增加
导入java.util.Scanner文件; ;类AddNumbers{公共静态void main(字符串args[]){int x,y,z;
- 2022-01-26 05:18:05下载
- 积分:1
-
共有4个数据结构的实例
共有4个数据结构的实例-a total of four examples of the data structure
- 2022-03-15 21:41:38下载
- 积分:1
-
Including the string reversal, list reversal, to determine the existence of two...
包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,-Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the existence of ring list, find the middle of a one-way linked list nodes, how to determine whether it is a balanced binary tree Binary Tree, strstr () to achieve a simple,
- 2022-04-24 01:21:16下载
- 积分:1
-
//Carry out principal component of the Gaussian elimination method// function: s...
// 带有列主元的高斯消元法
// 功能: 求解线性方程组 Ax = b
// 参数: A - 指向n*n系数矩阵的指针
// b - 常数向量的指针
// n - 方程组的维数
// 返回值:0 - 如果成功。线性方程组的解保存在 b 中
// 1 - 求解失败-//Carry out principal component of the Gaussian elimination method// function: solving linear equations Ax = b// parameters: A- point n* n coefficient matrix of the pointer// b- constant vector pointer// n- Equations dimension// return value: 0- if successful. Linear equations the solution stored in the b in// 1- Solving the failure of
- 2023-05-30 23:15:02下载
- 积分:1
-
网络办公系统,一个asp的网站管理办公系统,安装可以参见
网络办公系统,一个asp的网站管理办公系统,安装可以参见-Network Office System, one asp web site management office system, the installation can be found
- 2022-01-25 19:46:51下载
- 积分:1
-
一个短小精悍的PARADOX数据文件DB的修复工具,能修复绝大多数损坏的DB文件。...
一个短小精悍的PARADOX数据文件DB的修复工具,能修复绝大多数损坏的DB文件。-a small and PARADOX DB data file repair tool to repair damage to the majority of DB documents.
- 2022-07-02 03:00:37下载
- 积分:1