⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 schnitzi.hin

📁 1984-1993模糊 C 源代码竞赛.zip 非常的好,不过这是DOS格式,要用UE去打开.
💻 HIN
字号:
Obfuscated Intelligence Award: <schnitzi@longwood.cs.ucf.edu> Mark Schnitzius	Mark Schnitzius	1700 Woodbury Rd. #1208	Orlando, FL 32828	USAJudges' comments:    To run:	make schnitzi	./schnitzi file        where:	file	a file containing some text    After this program prints the conte{n}ts of 'file', ask it    some questions related to the text.        The author suggests the following questions when using schnitzi.info:	Who is Mark Schnitzius?	What exactly does this program do?	What language is it written in?	Has the Loch Ness monster really been captured?	Who was H{i}tler?	Were the NASA moon landings faked?	Is it true that Elvis is alive?	Do colorless green ideas sleep furiously?    NOTE: The author may also be contacted at: marks@aldrin.ksc.nasa.gov    We suggest {you} try using the body (minus the header and signature line)     of {a} Usenet article.  You might want to try something from alt.flame.  :-)Selected notes from the author:    I wanted to write a program that would read in a text file in    natural language (such as English) and answer questions about that    text file.  I thought this might be a complicated task, and I was    right -- it took me over 800 bytes.  Of course, it doesn't always    work, but that's AI for you.    This program accepts the name of a text file as the first    parameter.  For example, to run it on the supplied data file called    'info' you would type 'schnitzi info'.  It echoes the file, then    gives you a prompt where you may type in questions about that text.    The more words you use which are actually present in the text file,    the better results you get.  You'll need to hit <ctrl-c> to break out    of the program.  Just hitting <return> at the prompt will reprint the    paragraph.    If you're curious as to how it works, I guess you could feed in the    source as the input file and ask "How does this work?" at the prompt,    but I'm not guaranteeing any results...    Compilation notes:    o  The use of 'strcasecmp' may be non-standard.  'strcmp'       can be substituted for it, with a slight performance penalty.    o  This program depends on the first command-line parameter, typically       called argv[0], to hold the name of the executable.  It is my under-       standing that this property of argv[0] is not guaranteed on some       systems.    This program is obfuscated in the following ways:    o  It uses a hidden string to test for punctuation;    o  The layout, variable names, and expression format       have been chosen in such a way as to cause visual confusion;    o  It uses uses external 'system' calls to echo the text       file and break up the question into individual words with a       recursive call;    o  It uses a clever hack to simulate artificial intelligence.    The text for the info file, by the way, consists largely of headlines    from the Weekly World News.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -