资源列表

« 1 2 ... .90 .91 .92 .93 .94 295.96 .97 .98 .99 .00 ... 2387 »

[Dephi控件源码ssxbc

说明:Smartscan_Xpress_Barcode_3.0功能强大的二维码控件-Smartscan_Xpress_Barcode_3.0 OCX
<吴震> 在 2024-10-03 上传 | 大小:6743040 | 下载:1

[Dephi控件源码gdbhcxdelphi

说明:Delphi演示哥德巴赫猜想理论,若不知道哥德巴赫猜想的,可百度下,概念就不解释了,本例子主要内含是表现哥德巴赫猜想算法的结果,用代码来实现,需要研究的请下载源码包吧。-Delphi demonstrates the Goldbach conjecture, if do not know Goldbach s conjecture, but Baidu, concept can not explain, this example is
<wpudn49> 在 2024-10-03 上传 | 大小:6144 | 下载:0

[Dephi控件源码delphimata

说明:Delphi生成数字斜塔,也就是倒金字塔算法,前一排的数字个数依次比下一行少一个,整体排下来就像是一个倒金字塔一样,研究数字算法的一个Dlephi简单例子-Delphi to generate the digital tower, also is the inverted Pyramid algorithm, the number of digits of a row are less than the next one, the wh
<wpudn49> 在 2024-10-03 上传 | 大小:6144 | 下载:0

[Dephi控件源码PDFReader

说明:Delphi开发的基于FoxitReader内核的PDF阅读器,使用Delphi6开发编写的,其他Delphi版本应该也可以打开源码,除了用有OCX控件外,没用其它的第三方控件。开发者若要查看修改源代码需要先注册FOXITREADER_AX_PRO.OCX控件,本人比較懶,加上目前的功能已满足需要,因此后续版本就需要他人完成了,大家期待吧!-The kernel of FoxitReader PDF reader based on De
<wpudn49> 在 2024-10-03 上传 | 大小:3178496 | 下载:0

[Dephi控件源码delphirizeform

说明:Delphi限制窗口大小不能被拉大,这个我觉得还是挺实用的,比较综合的Delphi项目中或许会用到。本例所演示的效果中,窗口被限制为400*250,即使再次拉大窗口后,窗口也不会变大,只能在长度:400、宽度250的范围内变小,不能被放大。-Delphi restrict the window size cannot be pulled high, I think this is very practical, comprehensiv
<wpudn49> 在 2024-10-03 上传 | 大小:7168 | 下载:0

[Dephi控件源码transformdelphi

说明:又一半透明的Delphi窗口实例源码,让窗体透明可以看到下面的内容,学习窗口编程时候的一个小例子,对新手来说是相当实用的,希望大家喜欢哦。-And half of the Delphi instance transparent source, make transparent window can see in the following content, learning a small example window programm
<wpudn49> 在 2024-10-03 上传 | 大小:6144 | 下载:0

[Dephi控件源码delphihuisu

说明:Delphi数组例子,Delphi使用回溯法找出n个自然数中取r个数的不同位组合,你可以指定自然数和数组元素,然后点击“分组”按钮,即可看到分组效果。-An array of Delphi example, Delphi use backtracking to find different combinations of R number n of the natural numbers, you can specify the nat
<wpudn50> 在 2024-10-03 上传 | 大小:7168 | 下载:0

[Dephi控件源码leonardofibonacci

说明:Delphi裴波纳契数列求和实例,请输入要计算数字的前多少位。斐波那契数列,又称黄金分割数列,指的是这样一个数列:0、1、1、2、3、5、8、13、21、……在数学上,斐波纳契数列以如下被以递归的方法定义:F0=0,F1=1,Fn=F(n-1)+F(n-2)(n>=2,n∈N*)在现代物理、准晶体结构、化学等领域,斐波纳契数列都有直接的应用。本例用Delphi来演示斐波那契数列的简单应用。-Delphi Fibonacci num
<wpudn50> 在 2024-10-03 上传 | 大小:6144 | 下载:0

[Dephi控件源码zharuorder

说明:Delphi直接插入法排序示例,插入法数组排序,示例将显示一组没有经过排序的数组,看上去比较混乱无规律,之后显示了排序后的数组,这下看着清爽了,有图有真相,你看出猫腻了吗?-Delphi direct insertion sort example, insertion sort the array, the example displays a group without a sorted array, looks confused w
<wpudn50> 在 2024-10-03 上传 | 大小:6144 | 下载:0

[Dephi控件源码statusloading

说明:Delphi显示状态栏检查框,进度条效果,程序正在运行时显示的进度指示,Windows中经常见到的效果,用Delphi是如何实现的呢,期待!-Delphi appears in the status bar check box, progress bar effect, display program is running the progress indicator, often see the Windows effect, Del
<wpudn50> 在 2024-10-03 上传 | 大小:78848 | 下载:0

[Dephi控件源码getmathlastday

说明:Delphi获取某月份的最后一天是多少,做成了窗体程序,可视化操作,用起来很方便。你只需指定某个日期就可以了,程序自动计算得到该月份的最后一天是多少-What is the Delphi for the last day of a month, a window procedure, visual operation, easy to use. You only need to specify a date on it, how muc
<wpudn50> 在 2024-10-03 上传 | 大小:6144 | 下载:0

[Dephi控件源码delphibhjs

说明:Delphi计算汉字笔划的实例源码下载,指定一个中文汉字,Delphi将按钮规则计算出该汉字有几划,包括绝大多数的汉字计算,运行示例效果图如上所示。-Delphi calculation Chinese characters stroke example source code download, specify a Chinese Chinese characters, Delphi will calculate the button
<wpudn51> 在 2024-10-03 上传 | 大小:14336 | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 295.96 .97 .98 .99 .00 ... 2387 »

源码中国 www.ymcn.org