megahal is the conversation simulators conversing with a user in natural lAnguage. The program will exploit the fact that human beings tend to read much more meaning into what is said than is actually there
MegaHAL differs from conversation simulators such as ELIZA in that it uses
a Markov Model to learn how to hold a conversation. It is possible to
teach MegaHAL to talk about new topics, and in different lAnguages.
THE SYNTAX OF A PROGRAMMING lAnguage tells you what code it is possible
to write—what the machine will understand. Style tells you what you ought to write—
what the humans reading the code will understand. Code written with a consistent, simple
style will be maintainable, robust, and contain fewer bugs. Code written with no regard to
style will contain more bugs. It may simply be thrown away and rewritten rather than
maintained.
C++程序設(shè)計(jì)語言(特別版)This book presents every major C++ lAnguage feature and the standard library. It is organized around lAnguage and library facilities.