写了一下午, linux下的小的测试版本出来了:
我测试环境:
as3u3 kernel-version 2.6.9-34.el
gcc version 3.4.5 20051201 (red hat 3.4.5-2)
下面是我的测试:
[gan@localhost dict]$ ls -l
总用量 20
-rw-rw-r-- 1 gan gan 5890 10月 27 17:11 dict.c
-rw-rw-r-- 1 gan gan 72 10月 27 16:41 makefile
[gan@localhost dict]$ make
gcc -wall -o2 dict.c -o dict
[gan@localhost dict]$ dict a
get form:
input word: a
a.一,一个,一只,一件.
i don't care what a car looks like as long as it gets me from a to b.我倒不在乎汽车的样子, 只要能把 我从一处载到另一处就行了.
would you do me a favor?你能帮我一个忙吗?
declension means varying the forms of nouns, pronouns and adjectives in a sentence.变格是指名词、代 词和形容词在句中的形式变化。
[gan@localhost dict]$ dict china
get form:
input word: china
n. 中国,瓷器
china is an oriental country with a long history.中国是一个有着悠久历史的东方国家。
this set of ancient china is invaluable.这套古瓷器非常珍贵。
china is a developing country.中国是一个发展中国家。
具体源码请查看:
对总使用命令行的人来说应该感觉还可以, 改天找个时间弄个windows下的版本出来! 有什么好的建议,请多多提!多谢!
阅读(2266) | 评论(0) | 转发(0) |