搜索资源列表
数学函数动态编译器
- 功能简介: 可以在程序运行过程中动态完成数学函数表达式字符串的编译执行, 可以带参数,支持布尔运算,定积分 动态生成机器码执行(并带编译优化),不是解释执行,执行速度超快!!! 可以想象,它他用在分形函数上时,可以允许用户自由输入新的方程式!而且速度还超级的快,心动了吧! 数学函数动态编译器类有两个,一个支持的是浮点类型,一个支持的是复数类型 而且同时提供了三种语言的开发支持(进行了封装):Delphi版(C++Builder也可以使用)、VB版(
MySystem
- 专为Delphi制作的常用函数功能合集,其中分为字符串\\窗体\\系统\\键盘鼠标等几个大类.-produced specifically for the Delphi Common Function Collection, It is divided into a string \\ windows \\ system \\ keyboard and mouse several major categories.
MyWindow
- 专为Delphi制作的常用函数功能合集,其中分为字符串\\窗体\\系统\\键盘鼠标等几个大类.-produced specifically for the Delphi Common Function Collection, It is divided into a string \\ windows \\ system \\ keyboard and mouse several major categories.
MyMouseKey
- 专为Delphi制作的常用函数功能合集,其中分为字符串\\窗体\\系统\\键盘鼠标等几个大类.-produced specifically for the Delphi Common Function Collection, It is divided into a string \\ windows \\ system \\ keyboard and mouse several major categories.
my_str_KMP
- 字符串KMP算法,是数据结构学习的好例子,用DELPHI实现-string KMP algorithm, the data structure is a good example of learning, using DELPHI
vc_demo_classic
- CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。