搜索资源列表
Preview
- Delphi商品房合同套打程序有控件版,从界面来看,程序使用了控件,界面确实比较好看,具有打印模板功能,压缩包内有DOC参考文档,程序套打效果不与该DOC为准。 -Delphi real estate contracts Printing With version control procedures, from the interface point of view, the program uses the control interface is indeed a good-looki
recursion
- delphi中如何用递归调用方式生成树形结构,树的级别不定;生成方法:首先声明树的结点,自定义树的结点内容,写一个递归函数,在窗体的显示事件里调用递归函数,实现树形结构的生成。-how in delphi to use the recursion transfer way production tree structure, tree s rank not to decide Production method: First stated that tree s point, from the
D9R6
- 用于无约束优化的鲍威尔优化方法, 程序中参数解释如下://P:存放设计变量 //XI:存放两个线性无关的向量 //N:含有N各元素的一维实型数组,用于存储设计变量 //NP:整形变量,用于存储P与xi的维数 //FTOL:迭代精度 //FRET:输出参数,存放目标函数在找到的近似极小值点处的值 //ITER:迭代次数-For unconstrained optimization of the Powell optimization methods, procedure
delphi1
- DELPHI 编程,实现一个小小的功能,对于初学者是一个很好的选择!希望能给你带来点收获!-DELPHI programming, a small function, for beginners is a good choice! Want to give you the point of harvest!
200511238399673
- 1.0 本程序演示了如何使用编辑器在运行期设置表格的一些常用参数 需要使用到Ehlib控件,最好使用3.6版本,旧版本也适用! 1.1 ColEditor 更易于使用了,BUG基本排除! 1.2 增加了智能过滤功能,对任意一DATASET都可以!此功能参考QLFilter,在此表示感谢! 以后会陆续增加一些MIS开发的常用功能组件或函数,请大家多多关注. 对了,几个按钮的ICON我暂时没有,没放上去丑了点,请大家自已加上去了!-1.0 program demons
2005102811221826
- 我做的函数折叠工具,主要作用为对一些较长的函数比如好几百行或上千行的一个函数,层次多,看起来费劲,那么可以这样做:把该函数复制到折叠工具中去,先点一次折叠刷新,然后就可以使用折叠功能了。-I do function folding tool, the main role in the function of some long lines such as hundreds or thousands of lines of a function, multi-level, looks strenu
2011101611402082
- 功能说明: (本系统提供两门课程的定卷,考试, 判卷,查分功能) (1)自动生成试卷(即定卷过程) 此功能分(3)种方式 1.由系统完成试卷随机生成的全部过程。 -Function: (The system provides two courses of a given volume, the examination, Graders, check point function) (1) automatic generation
AsyncCalls299
- AsyncCalls - asynchronous function calls With AsyncCalls you can execute multiple functions at the same time and synchronize them at every point in the function or method that started them. -AsyncCalls- asynchronous function calls With AsyncCalls
P2P_TEST
- DELPHI P2P点到点传输文件实例源码,如果文件不存在则可以创建文件,点对点的文件传输,类似QQ软件的文件传输功能一样,这仅是一个基础模块,如果要使用,则需要做的工作还有很多。-DELPHI P2P point-to-point transfer files example source code, if the file does not exist you can create a file, the peer-to-peer file transfer, file transfer f
strip_punctuation
- The Strip function returns a string with space characters removed from the front, back, or both ends. Intervening space characters between words are retained. Another character can be removed instead. result = Strip( string [, [ option ] [, cha
tokenisasi
- The Strip function returns a string with space characters removed from the front, back, or both ends. Intervening space characters between words are retained. Another character can be removed instead. result = Strip( string [, [ option ] [, cha
Delphi_277212
- Delphi:Delphi仿Windows计算器,实现从右向左输入内容的计算器,从界面上来看,似乎与Windows计算器很一样,为了演示从右到左输入字符,写了这个用于演示功能的计算器,在计算器的数据输入窗口中,你可看到是从右边输入数据的。 相关的源代码说明:operator = (Emp,add,sub,mul,divid) 定义空、加、减 、乘、除,Operate1: Operator = emp 记录上一次用户按下的运算符,Pointed: Boolean = False 作用是定
Delphi_705031
- Delphi:Delphi语言卡客户查询程序,一个提高效率、人性化的程序。本实例的功能就是当有来电的时候系统就可以通过电话号码查询相应的信息。当有电话进入的时候,来电号码就会写入下拉列表框,再在下拉列表框中选择进入的电话号码就可以显示客户的信息。主要的技术要点就是在有来电的时候如何把号码写入列表框,如何通过列表框中的号码显示客户的信息。主要函数如下:1)ComboBox1.Items.Add 这个函数是用来向列表框中添加一个字符串。2)ADODataSet2.Filter 这个函数是用来过滤数据