文件名称:C_S_dictionary
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-07-18
- 文件大小:
- 355kb
- 下载次数:
- 0次
- 提 供 者:
- w*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个基于c/s模式的英汉电子词典程序,具有完整的数据库,client端与server端通过套接字进行网络通讯,单词的中英文对照放在server端的access数据库中,client端可在局域网中另一台电脑上通过与server端的套接字通信,对词典数据库进行增删查改。-This is based on c/s mode English-Chinese electronic dictionary program, with a complete database, client-side and server-side network communication via sockets, bilingual word on the server side of the access database, client-side in the LAN on the other computer to communicate with the server through socket end of the dictionary database CRUD.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
基于C_S的英汉电子词典网络版软件\Client\Client.clw
...............................\......\Client.cpp
...............................\......\Client.dsp
...............................\......\Client.dsw
...............................\......\Client.h
...............................\......\Client.ncb
...............................\......\Client.opt
...............................\......\Client.plg
...............................\......\Client.rc
...............................\......\ClientDlg.cpp
...............................\......\ClientDlg.h
...............................\......\Debug\Client.exe
...............................\......\LookupSocket.cpp
...............................\......\LookupSocket.h
...............................\......\res\Client.ico
...............................\......\...\Client.rc2
...............................\......\resource.h
...............................\......\StdAfx.cpp
...............................\......\StdAfx.h
...............................\Server\ClientSocket.cpp
...............................\......\ClientSocket.h
...............................\......\Debug\Server.exe
...............................\......\.....\StdAfx.obj
...............................\......\Dict.mdb
...............................\......\EditWordDlg.cpp
...............................\......\EditWordDlg.h
...............................\......\MainFrm.cpp
...............................\......\MainFrm.h
...............................\......\msado15.tlh
...............................\......\msado15.tli
...............................\......\res\Server.ico
...............................\......\...\Server.rc2
...............................\......\...\ServerDoc.ico
...............................\......\...\Toolbar.bmp
...............................\......\resource.h
...............................\......\Server.aps
...............................\......\Server.clw
...............................\......\Server.cpp
...............................\......\Server.dsp
...............................\......\Server.dsw
...............................\......\Server.h
...............................\......\Server.ncb
...............................\......\Server.opt
...............................\......\Server.plg
...............................\......\Server.rc
...............................\......\ServerAddrDlg.cpp
...............................\......\ServerAddrDlg.h
...............................\......\ServerDoc.cpp
...............................\......\ServerDoc.h
...............................\......\ServerView.cpp
...............................\......\ServerView.h
...............................\......\StdAfx.cpp
...............................\......\StdAfx.h
...............................\......\UnknWordDlg.cpp
...............................\......\UnknWordDlg.h
...............................\Client\Debug
...............................\......\res
...............................\Server\Debug
...............................\......\res
...............................\Client
...............................\Server
基于C_S的英汉电子词典网络版软件