搜索资源列表
基于TCP的远程字典服务(RemoteLookup)
- 过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机 在启动服务端后,即可用客户端在线查询单词, 程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -off in the remote mainframe structures a remote server dictionary, other mainframe
fs.word.excel.code
- 飞思在线《Delphi7技术手册》配书源代码 -fly ideological online "Delphi7 technical manuals" on the source code distribution
wudao
- 在线查询单词的意思,可以查看已搜索的历史,模仿了有道词典的布局.-Online word means, you can view the search history, the proper way to imitate the layout of the dictionary.
reportdemoe
- 刚完成的项目中,客户要求将汇总的数据以三种方式进行显示和打印:AutoCad、Excel 和 Word 文档中。前两种方式网上资源很多,对 Word 文档我找到例子不是很多。由于需要和 AutoCad 开发程序结合,不能将 Word 文档以 OLE 的方式 嵌入到程序中,文档只能在内存中形成,这将占用大量的CPU资源,另开一个线程进行处理,线程间以发送消息的方式进行通信。-Recently completed projects, customer data will be summarized
eWebEditor014JSP
- eWebEditor是基于网页的、所见即所得的在线HTML编辑器。她能够在网页上实现许多桌面编辑软件(如:Word)所具有的强大可视编辑功能;现在您使用的是来自eWebSoft在线文本编辑器飞鱼修改版(JSP) 针对使用中发现的一些问题所进行的修订版本。-eWebEditor are web-based, WYSIWYG online HTML editor. She can realize many of the desktop web page editing software (such
ExtendingTheIDE
- Delphi的IDE扩展是一般程序员很少涉足的领域,不管是网上还是书店里,这方面的资料都是鲜有所见。Delphi7自带的帮助文件是我们最容易找到的资料,为了方便CnPack开发组成员以及对IDE扩展感兴趣的朋友对这一领域有更多的认识,我花了点时间把Delphi7中IDE扩展部分的帮助翻译成中文发布,希望对大家有所帮助。-Delphi' s IDE expansion is rarely set foot in the general areas of programmers, whethe
FCKeditor_2.5.1
- jsp,FCKeditor整合包,主要是实现在线网页编辑器的功能,可以让web程序拥有如MS Word这样强大的编辑功能-jsp, FCKeditor integrated package, mainly online web page editor of the feature that allows web procedures, such as MS Word has a powerful editing functions such
iWEB-demo
- c++ - iWEB嵌入式office办公ocx,实现网页在线word编辑-c++- iWEB Embedded office office ocx, achieve website online word editor
Online-mall-shopping-system
- 在互联网日益流行的今天,网络已经变的越来越重要,而在网络这个大家庭里,网上购物则是一个热点。“网”这个字意味着它具有信息时代的快捷方便等特征。事实上网上购物商城的出现,给消费者的消费观念带来了重要的变化。本系统具有良好的人机界面,支持打印功能,系统最大限度地实现易维护性和易操作性,运行稳定、安全可靠。-In the Internet becomes more and more popular today, network has become more and more important, a
Word
- 在线查看Word文件,以使能在web上查看Word文件。-View Word documents online, so that the Word document can be viewed on the web.
jsp-test-online
- jsp 在线考试系统,word文档的,解压即可 就算是毕业设计的论文吧,可以参考做做的-jsp online examination system, word documents, decompression can even graduation design papers, can refer to doing the
onlineweboffice
- WebOffice是一款功能强大的在线Word/excel/wps编辑辅助控件,可以实现: 1.在线编辑Word、Excel、PPT、WPS... ... 2.全面支持MS Office的界面定制,包括对于Office2007的全面支持 3.修订留痕 4.限制打印、保存、复制 5.直接保存到服务器,支持标准Http Post协议 6.强大的书签管理 7.套红、文档保护 8.模板管理-WebOffice is a powerful online Word/excel
zxch_v2.0
- 521yy歪歪海词在线查询,是一款在线词语查询小偷。 t.js 是腾讯话题墙代码可以换AD,tj.js 是统计代码 查看:index.sap 第129行 修改:http://localhost/zxch_v1.0/xiaotou.asp 这里 把http://localhost/zxch_v1.0 换成自己的域名和路径-521yy crooked sea word online inquiries, is an online word query thief. T.js is
owordeditor
- 嵌入web的在线word文档编辑器. 可以新建/显示/保存docx格式文档-Embedded web online word document editor, you can create new/display/save docx format documents
web-sn_editace_1.0
- 超强的“在线WORD”!并且已经汉化了!这个程序要求需改一下config.asp的,大家请看setup.txt,这个帮助文件没汉化-Super online WORD ! And we have finished it! This procedure requires the need to change it config.asp, we see setup.txt, the help file is not finished
xinhua-1.6
- 查字网(hifang.net)提供的在线新华字典查询小工具,可用于各类网站,根目录、子目录均可使用!在搜索框内输入查询的汉字,点击检索,就可以找到相应汉字的拼音、部首、笔划、注解、出处。-Xinhua Dictionary online word search network (hifang.net) provide query gadget can be used for various websites, root directories, subdirectories can be use
Remote Dictionary Service
- 是基于TCP/IP协议的在线查单词程序,实现一台远程字典服务器的搭建,通过客户端程序RemoteLookup将所查单词发送给字典服务器,然后由字典服务器将单词中文释义返回给客户机,实现了一个完整的查询过程,其实这个程序是示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。(The TCP/IP protocol is online word search program based on the realization of building a remote dictio
WordDemo
- 在线编辑word demo,实现在线编辑等功能(Online editing, word, demo, online editing and other functions)
word解析
- 实现word文档根据目录在线解析拆分成多个文件,文件只提供了后台解析方法,具体页面只有一个上传功能,暂未提供,有需要者可找我单独发;(The implementation of word document according to the directory online parsing split into multiple files, the file provides only the background parsing method, the specific page has on
word
- 在线查询单词,保存到本地数据库,查询过的单词可以实现离线查询,通过XML数据解析,获取网络数据。(Online query words, save to local database, query the word can be offline query, through the XML data analysis, access to network data.)