搜索资源列表
fastreport v300_d7
- 本fastreport 源自于网络流传,源安装包为英文版,需中文版的朋友,请另行下载中文包。DELPHI制作报表的好工具。-FastReport comes from the network, rumor sources installation package is available in English, the Chinese version of the need friends, please download a separate company. DELPHI statement
delphiobject20rule
- Delphi面向对象编程的20条规则 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 82 KB -Delphi object-oriented programming rules of 20 books Language : English books categories : program design license : free software books Size : 82 K
checi
- 用论坛所谈到的方法, 可以读出英文, 但在delphi下, 作不到读中文, 虽然SDK5.1的VC, VB, XML例子可以, 并且xml的例子还很简单,但是不能套用到delphi -Forum are talking about using the method can be read in English, but in delphi, for not read Chinese, Although SDK5.1 VC, VB, XML examples, and examples
bianlizhongwendaima
- delphi 7.0 用于查找源代码中的中文并进行修改-search for the source code to the Chinese and revised
delphiHOOKHZ
- delphi 拦截中文以VB调用 用delphi写了一个dll主要拦截汉字然后把它存放在当前目录的hytalk.bav文件里
KmdManager
- 驱动程序加载运行器的Delphi源代码,本人编辑整理并运行成功.纯中文,爽.-Driving the procedure adds the Delphi source code that transport a line of machines, oneself edit the sorting and circulate the success.Pure Chinese,good!
DBServer
- 599代码修改过后支持中文注册的DBServer代码!需要的自己下载啊-599 after the code changes to support the Chinese registered DBServer code! Required of its own download ah
rfbprotocol4cn_and_en
- VNC server使用的rfb协议的文档,里面包含有中文版本和英文版本的两个pdf文档。-Rfb protocol document used by VNC server, which contains Chinese and English versions of the two pdf documents.
hotkey
- Delphi 文件键盘记录器,多线程记录,支持中文,日文,英文,韩文-Delphi file keyboard recorder, multi-threaded record to support Chinese, Japanese, English, Korean
yuandaima
- 支持智能指导的可视化汇编语言集成开发环境,实现了汇编语言在Windows下的可视化开发。该平台主要包括以下两部分。 (1)可视化汇编语言集成开发。具体包括:① 系统集成:将编译、连接、运行和调试等分立的DOS程序集中到统一的WINDOWS程序环境中,通过点击鼠标就可以实现汇编的全部操作。② 信息提示兼顾中英文,操作界面全部中文化。通过选项的设置,编译信息、链接信息以及错误的提示信息既可以采用中文,也可以采用英文,还可以使用中英文对照。③ 人性化界面:关键词、语法高亮显示,可根据个人喜好定制指
Delphi_Unicode
- Delphi Unicode 学习繁体中文 -Delphi Unicode Learning English
HKproc.dcu
- 一份键盘记录源码 ,但不支持中文。支持特殊符号。 -Keylogger source does not support the Chinese
Big2GB
- 繁體中文(Big5)字碼轉換到簡體中文(GB2312)-Translate from Traditional Chinese (Big5) to Simplified Chinese (GB2312)
windows_csharp_32
- 中文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典。ICTCLAS全部采用C/C++编写,支持Linux、FreeBSD及Windows系列操作系统,支持C/C++/C#/Delphi/Java等主流的开发语言
GetKey
- 陈经韬的可记录中文的键盘记录-youself look!!!!!!!!!!!!!!!!!!!!!
directx
- directx 中文手册 使用delphi 做directx二次开发时使用-delphi directx chinese report
delphi-SQL-query-stringCHANGE
- 根据数据词典,把sql英文查询字串包括(*)的转带中文别名的sql查询字串(最后一个函数)-According to the data dictionary, include SQL query string in English (*) turn with Chinese alias SQL query string (the last function)
2WM
- 能够生层二维码。但是目前中文优点问题,大家可以调试下试试(Able to generate two-dimensional codes. However, the current Chinese advantages, we can debug under the try)
FMXQRCode
- QRCode二维码维码支持中文Asp Net C# 是VS2010的项目 VS2008 VS2005也可以用 需要在你的项目里引用ThoughtWorks QRCode dll 这里提供源码 使用的时候只要把bin文件中的ThoughtWorks QRCode dll拿出来引用就可以 支持中文哦 可以生成二维码和读取二维码 以下是生成二维码示例:(QRCode two-dimensional code Asp Net C# Chinese dimensional code to support
Delphi解析修改Json文件
- 说明:读取文件时如果json文件中包含中文格式,那么在读取时必须保证为获取字段为UTF8String类型。 jRet.O['WindSpeedLine'].A['coordinates'][0].AsArray().add(jo);//对与数组嵌套的json,可以通过这种方式添加。 读取或者声明的jo := SO();不能用clear()清空,否则add(jo)就会成为空数据。