Lisp库
Lisp库技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
500
Lisp库 全部资料 500 份
A very small LISP implementation with several packages and demo programs.
A very small LISP implementation with several packages and demo programs.
2017-04-18
184
NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vect
NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vect...
2013-12-30
84
基于Visual LISP的压力中心计算机速求系统(CAD)
本文基于Visual LISP for AutoCAD2000和确定压力中心的新方法,成功地开发了压力中心计算机速求系统。应用该系统可以用计算机快速准确地求得压力中心。本文阐述了系统的设计实现、
2024-05-02
9
using lisp to do the caculation, can parse the natural language,and can caculate the simple, like wh
using lisp to do the caculation, can parse the natural language,and can caculate the simple, like what is 2 plus 3 ?
2016-12-03
86
一个简单的LISP算术表达式计算器。 简单LISP算术表达式定义如下: (1)一个0....9的整数 (2)(运算符 表达式 表达式) 例如
一个简单的LISP算术表达式计算器。 简单LISP算术表达式定义如下: (1)一个0....9的整数 (2)(运算符 表达式 表达式) 例如,6,(+45),(+(+25)8)都是表达式,其值分别为6,9,15.
2013-12-06
164