资源列表

« 1 2 ... .89 .90 .91 .92 .93 294.95 .96 .97 .98 .99 ... 2387 »

[Dephi控件源码titleright

说明:Delphi实现窗口标题栏的文字右对齐,一般情况下,标题栏的文字都是左对齐的,右对齐是如何实现的呢?其实也简单的,暂且不告诉你,直接下载源码例子吧,可在Delphi7中直接编译。-Delphi realize the window s title bar text alignment right, under normal circumstances, the title bar text is left justified, righ
<wpudn51> 在 2024-10-03 上传 | 大小:16384 | 下载:0

[Dephi控件源码delphitime

说明:Delphi获取系统当前时间是多少,点击窗体上的按钮即可一键获得,程序简单,适合新手参考,没有其它别的功能。-Delphi gets the current system time is much, click on the button on the form can be a key to obtain, procedure is simple, suitable for novice reference, no other fun
<wpudn51> 在 2024-10-03 上传 | 大小:5120 | 下载:0

[Dephi控件源码Delphijudieyear

说明:Delphi检查判断闰年,在日期年份的选择上,直接调用了Windows的日期选择器功能,选择年份和日期挺方便的,个人觉得判断闰年并不怎么常用,倒是时间日期选择功能挺实用。测试发现,判断闰年好像不准哦,2014年是闰年啊,闰9月,为什么说不是闰年呢?晕!-Delphi examination to determine leap year, the date in the year choosing, direct calls to the
<wpudn51> 在 2024-10-03 上传 | 大小:5120 | 下载:0

[Dephi控件源码CRCdelphi

说明:Delphi CRC加密文件算法实例,选择文件后可加密文件,使用CRC算法,例子较简单,高手绕行,新手请参考代码。-Delphi CRC file encryption algorithm instance, select the file can be encrypted file, use the CRC algorithm, a simple example, the novice master ", please refer t
<wpudn51> 在 2024-10-03 上传 | 大小:9216 | 下载:0

[Dephi控件源码zuixiaogbs

说明:Delphi求最小公倍数,一个数学算法实例,求两个数的最小公倍数,你可在指定文本框中定义好数值1和数值2,然后点击“计算”按钮,即可求出两个数的最小公倍数是多少。-Delphi LCM, a mathematical algorithm for example, LCM for the number two, you can be specified in the text box to define a value of 1 and
<wpudn52> 在 2024-10-03 上传 | 大小:6144 | 下载:0

[Dephi控件源码Delphidatestring

说明:Delphi如何将日期转换成字符串呢?Delphi新手可参考的一个代码,源代码在Delphi中可完美编译运行,如示例截图所示。程序将借助Excel2000中的相关组件实现。-How Delphi the date into a string? A code Delphi novice can refer to, the source code can be compiled to run in Delphi, such as the e
<wpudn52> 在 2024-10-03 上传 | 大小:6144 | 下载:0

[Dephi控件源码xyfang

说明:Delphi数字运算例子,求一个数x的y次方是多少,求一个数的N次方,对于电脑来说这就是小K思了,那该如何编写代码呢?不费话了,直接下载源码吧。-Delphi digital computing example, how much is seeking a number of x y, a number of N times, for this is the small K, computer, how to write code? D
<wpudn52> 在 2024-10-03 上传 | 大小:5120 | 下载:0

[Dephi控件源码txtdatebase

说明:Delphi文本和数据记录的转换,就是将TXT的内容自动保存成数据库表记录的方式,自动转换内容成数据库格式;也可把数据表格的内容导出生成TXT格式内容。-Delphi conversion of text and data records, is the contents of the TXT automatically saved into database table records, automatic conversion of
<wpudn52> 在 2024-10-03 上传 | 大小:4096 | 下载:0

[Dephi控件源码delphijuecetu

说明:Delphi决策图的使用,由向导创建决策图,Delphi7下可顺利编译源码。本决策图比较简单,可作为一个模块,功能有待完善。-Using the Delphi decision graph, created by the wizard decision diagram, Delphi7 can be successfully compiled source code. The decision diagram is relatively
<wpudn52> 在 2024-10-03 上传 | 大小:926720 | 下载:0

[Dephi控件源码Delphituxiang

说明:Delphi图像通道提取实例,并且有明暗,柔化效果例子,可选择红色通道、绿色、黄色、蓝色等通道,以及水彩效果、失真效果、柔化效果和明暗效果,选择一种效果后,点击“效果”按钮即可看到处理效果。注:运行的时候有些慢,稍等片刻即好。-Delphi image channel extraction example, and a dark, smooth effect example, select the red channel, green,
<wpudn53> 在 2024-10-03 上传 | 大小:147456 | 下载:0

[Dephi控件源码sqlexcute

说明:模拟类似于SQLSERVER查询分析器的功能,可在输入框中定义SQL语句,本程序可模拟SQL语句执行查询命令,在数据集记录总数一栏中显示执行结果,最上边的DBGrid控件中会显示数据内容列表,-Simulation is similar to the SQLSERVER query analyzer function, can be defined in the SQL statement in the input box, this
<wpudn53> 在 2024-10-03 上传 | 大小:8192 | 下载:0

[Dephi控件源码Aboutform

说明:用Delphi设计的一个“about”窗体效果,一个"关于我们"的窗体设计实例,因为很多程序都会有一个“关于”窗体,看到有些朋友设计的很不美观,就从书中找了一个发上来,这个窗口也是很早设计的,虽然也不很美观,但至少不丑陋哈,可直接用在Delphi中。-A "about" form of the effect with Delphi design, a "about form design examples we", because ma
<wpudn53> 在 2024-10-03 上传 | 大小:10240 | 下载:1
« 1 2 ... .89 .90 .91 .92 .93 294.95 .96 .97 .98 .99 ... 2387 »

源码中国 www.ymcn.org