CLIPS是一个专家系统,它用C语言编定。全称是The C Language Integrated Production System. 它可以应用到很多的系统上,如Microsoft Windows,Macintosh,VAX 11/780等。事实上,由于CLIPS 由C语言编写,所以理论上,只要有C语言的编绎器,我们可以将CLIPS移值到任何的系统上。 专家系统是将某领域专家们的知识与经验,经过知识加工服务的过程,建立一套以推理的方式来解 决问题的系统。它就像某一领域的专家一样,能够对该领域的一系列问题进行判定。比如医学疹断 专家系统(疹断各种疾病),农业分析系统等。
上传时间: 2013-12-24
上传用户:JIUSHICHEN
Although MATLAB® is a complete, self-contained environment for programming and manipulating data, it is often useful to interact with data and programs external to the MATLAB environment. MATLAB provides an interface to external programs written in the C and Fortran languages. This interface is part of the MATLAB Application Program Interface, or API.
标签: self-contained manipulating environment programming
上传时间: 2016-10-25
上传用户:stella2015
flex code,compiler theory curriculum design, the C write PL / 0 compiler, a detailed documentation and code
上传时间: 2016-11-05
上传用户:13681659100
sqlite的帮助文档, This ZIP archive contains most of the static HTML files that comprise this website, including all of the SQL Syntax and the C/C++ interface specs and other miscellaneous documentation.
上传时间: 2013-12-23
上传用户:evil
全英文版的STL书籍,本人认为比较好的一本书:Design Components with the C++ STL
上传时间: 2017-05-08
上传用户:jhksyghr
最小二乘法曲面拟合,包括C程序及说明文件。对于搞三维重建的有一定帮助-Least squares surface fitting, including the C procedures and documentation. For engaging in three-dimensional reconstruction to some extent help the
标签: 通信网
上传时间: 2015-11-28
上传用户:schhqq
简单命令使用grep等的使用 [zorro@isch ~]$ history 1 ifconfig 2 su 3 exit 4 ls 5 cd Desktop/ 6 ls 7 tar zxcf VMwareTools-8.4.5-324285.tar.gz 8 tar zxvf VMwareTools-8.4.5-324285.tar.gz 9 cd vmware-tools-distrib/ 10 ls 11 ./vmware-install.pl 12 su 13 ls 14 cd .. 15 ls 16 rm VMwareTools-8.4.5-324285.tar.gz 17 rm -r vmware-tools-distrib 18 ls 19 make 20 ls 21 cd redis/ 22 quit 23 ls 24 ca redis/ 25 cd redis/ 26 cd redis-2.8.17 27 make 28 cd redis-2.8.17 29 ls 30 cd redis-2.8.17 31 cd str 32 cd src 33 ls 34 ./redis-cli 35 ls 36 cd redis-2.8.17 tar.gz 37 make 38 cd src 39 ./redis-server .. /redis.conf 40 ./redis-cli 41 ./redis-server ../redis.conf 42 vi test1.sh 43 ./test1.sh 44 vi test.sh 45 ./test.sh 46 ls 47 chmod 777 test.sh 48 ./test.sh 49 vi express 50 $ grep –n ‘the’ express 51 clear 52 grep -n 'the' express 53 vi express 54 grep -n 'the' express 55 grep -vn 'the'express 56 grep -vn 'the' express 57 grep -in 'the' express 58 vi test2.c 59 grep -l 'the' *.c 60 grep -n 't[ae]st' express 61 grep -n 'oo' express 62 grep -n '[^g]oo' express 63 grep -n '[a^z]oo' express 64 grep -n '[0^9]' express 65 grep -n '^the' express 66 vi express 67 sed -e 'd' express 68 sed -e '1d' express 69 sed -e '1~7d' express 70 sed -e '$d' express 71 sed -e '1,/^$/d' express 72 ls 73 cd 74 pwd 75 history [zorro@isch ~]$
标签: 简单命令使用
上传时间: 2016-05-24
上传用户:12345678gan
There are few technologies that have had a more profound effect on people’s lives than mobile communications. As recently as twenty years ago no one had a mobile phone, while today 1.4 billion men, women and children depend on them. This now exceeds the number of landline users, where it took the preceding one hundred years to reach the 1 billion mark. The ability to make mobile voice calls turns out to be the answer to a deeply felt need across different cultures who simply want to communicate.
标签: Communications Wireless Mobile and
上传时间: 2020-05-30
上传用户:shancjb
As you may have guessed from the title, this book is about GPS (the satellite-based Global Positioning System) and maps; digital maps to be exact.
标签: GPS_for_Dummie
上传时间: 2020-06-09
上传用户:shancjb
Since its release, Arduino has become more than just a development platform; it has become a culture built around the idea of open source and open hardware, and one that is reimagining computer science and education. Arduino has opened hardware development by making the starting skills easy to obtain, but retaining the complexities of real-world application. This combination makes Arduino a perfect environment for school students, seasoned developers, and designers. This is the first Arduino book to hold the title of “Pro,” and demonstrates skills and concepts that are used by developers in a more advanced setting. Going beyond projects, this book provides examples that demonstrate concepts that can be easily integrated into many different projects and provide inspiration for future ones. The focus of this book is as a transition from the intermediate to the professional.
上传时间: 2020-06-09
上传用户:shancjb