嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C 英语电子词典
一个C 实习的电子词典,是我们的一个课程作业,有需要,可以拿去参考
.
├── C 英语电子词典_Dictionary-.rar
└── Dictionary -
├── Dictionary
│ ├── CstringTochar.h
│ ├── Dictionary.aps
│ ├── Dictionary.cpp
│ ├── Dictionary.h
│ ├── Dictionary.rc
│ ├── Dictionary.vcproj
│ ├── Dictionary.vcproj.acer-PC.acer.user
│ ├── DictionaryDlg.cpp
│ ├── DictionaryDlg.h
│ ├── DlgAddWord.cpp
│ ├── DlgAddWord.h
│ ├── RBTree.h
│ ├── ReadMe.txt
│ ├── Release
│ │ ├── BuildLog.htm
│ │ ├── Dictionary.exe.intermediate.manifest
│ │ ├── Dictionary.obj
│ │ ├── Dictionary.pch
│ │ ├── Dictionary.res
│ │ ├── DictionaryDlg.obj
│ │ ├── DlgAddWord.obj
│ │ ├── mt.dep
│ │ ├── stdafx.obj
│ │ ├── vc80.idb
│ │ └── vc80.pdb
│ ├── WNode.h
│ ├── in.txt
│ ├── in2.txt
│ ├── in3.txt
│ ├── out.txt
│ ├── res
│ │ ├── Dictionary.ico
│ │ ├── Dictionary.rc2
│ │ ├── search.bmp
│ │ └── 背景.bmp
│ ├── resource.h
│ ├── second.txt
│ ├── sentence.txt
│ ├── stdafx.cpp
│ └── stdafx.h
├── Dictionary.sln
├── Dictionary.suo
├── bug.txt
├── release
│ ├── Dictionary.exe
│ ├── Dictionary.pdb
│ ├── in.txt
│ ├── in2.txt
│ ├── in3.txt
│ └── sentence.txt
└── 使用说明.txt
5 directories, 49 files