搜索资源列表
用VC++设计语法编辑器synedit
- 语法编辑器是一个可以对程序设计语言进行语法编辑的文本编辑器,它对程序设计语言进行语法关键字进行加亮处理,如注释行、字符串、语法关键字、数字等,这样使得源程序更容易阅读,VB、VC++、DELPHI 等开发环境都提供了语法编辑功能,相信开发人员都会有切身的体会。-syntax editor of a right programming language syntax editor for the text editor, its programming language syntax highli
数学函数动态编译器
- 功能简介: 可以在程序运行过程中动态完成数学函数表达式字符串的编译执行, 可以带参数,支持布尔运算,定积分 动态生成机器码执行(并带编译优化),不是解释执行,执行速度超快!!! 可以想象,它他用在分形函数上时,可以允许用户自由输入新的方程式!而且速度还超级的快,心动了吧! 数学函数动态编译器类有两个,一个支持的是浮点类型,一个支持的是复数类型 而且同时提供了三种语言的开发支持(进行了封装):Delphi版(C++Builder也可以使用)、VB版(
dpcre61_dll_src
- Delphi下最牛的正则表达式库! Delphi程序员最痛苦的就是Delphi极弱的字符串处理能力,有了这个库,就将拥有和Python、Perl相同的能力,让你如虎添翼。-most cattle in the regular expression library! Delphi programmer is the most painful Delphi extremely weak string handling capacity, the existence of such arsenal
delphi02
- delphi字符串标准函数调用方面的资料,请需要的朋友下。-standard function call the information requested under a friend in need.
delphi 字符串加密
- delphi 写的字符串加密样例
cardread
- 本读卡用于明华rf35读写器,读写所有的m1号序号,主要用于将射频读写器中的内容读写到你需要的环境里(能接受字符串的当前焦点)。读卡有2种方式。一种是虚拟键盘的方式,另一种是剪贴板方式。这2种方式的区别是:剪贴板方式把读卡的信息放到剪贴板内存中去了,替换了剪贴板内存中的内容,而虚拟键盘的方式则是模拟键盘输入的形式,没替换剪贴板内存中的内容-The reader for the Ming Wah rf35 reader, read and write all of the m1 serial nu
1262523828
- VC 源代码 -------------------------------------------------------------------------------- CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC
lanyaoshi_Export2Excel
- 背景:本单元修改自Caidao的uTDS2Excel。 目的:代码更简洁,功能更灵活,不再限于导出TDataSet 功能:将字符串数组的数据导出到Excel 用法:uExport2Excel.Export2Excel(RowDatas,FileName) -Background: Since this module Caidao modify the uTDS2Excel. Objective: To code more concise and more flexible, is
pack4
- 压缩字符串及解压(效果非常好且可以输出)-compress
SQLConv
- 格式化sql语句成delphi,格式如下: 请自己定义SQLStr字符串变量 SQLStr := SQLStr + SQL句语 -Sql statements into a format delphi, format is as follows: the definition of your own SQLStr string variable SQLStr: = SQLStr+ ' SQL language'
InJectDLL
- 这个DLL封装了两个函数,一个是InJectDll,一个是UnLoadDll,分别是讲一个DLL注入到一个进程和将一个DLL从一个进程中卸载。两个函数的参数都一样,第一个是要操作的进程PID,一个是要操作的dll名称字符串。-The DLL encapsulates the two functions, one is InJectDll, one UnLoadDll, respectively, talk about a DLL injected into a process and a DLL
qzdzfc
- 取指定字符串源码-Take a specified string source
delphi_jdbcrm
- Delphi 编程入门经典教程,讲解Delphi快速入门的基础知识、面向对象编程的方法、字符串列表及应用、文本编辑器的设计、Delphi图形编程、文件管理、拖放编程、异常处理与程序调试、数据浏览部件的应用及编程、简单的数据库编程应用,动态链接库编程指南等。-Introduction to the classic Delphi Programming Tutorial, Getting Started Delphi explaining the basics of object-oriented
jjm
- delphi中对字符串进行加密与解密,适用于帐号等信息的加解密处理,避免帐号泄漏,程序为单元形式,直接加入工程即可调用.-delphi on string encryption and decryption for account information such as encryption and decryption processing, to avoid leaking account, procedures for the unit forms can call directly in
delphi
- delphi7.0 比较两字符串的相似程度,从而判断字符串相似度的优先级别-delphi7.0 compare the degree of similarity of the two strings in order to determine the priority of string similarity
delphidecodejsstr
- delphi解析JS中文字符串 delphi解析JS中文字符串-Delphi parsing JS Chinese string Delphi parsing JS Chinese string Delphi parsing JS Chinese string
superobjectv1.2.4
- DELPHI JSON 解析字符串,封装(DELPHI JSON Parsing string, encapsulation)
检测xxxxxxxxxx位开始后的xxxxxxxxxx字符
- delphi检测任意位字符或字符串,字符串中间的字符(Detection of arbitrary character or string)
delphi源码 sendmessage发送字符串
- 程序之间可以通过发送字符串来通讯,内含源码,在Delphi 10.3下编译通过。
delphi 源码 sendmessage发送字符串 接收部分
- delphi 实现的程序间收发字符串的源码演示,只是接收部分,delphi 10.3下编译通过。