CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 其它 Dephi控件源码

资源列表

« 1 2 ... .02 .03 .04 .05 .06 307.08 .09 .10 .11 .12 ... 2137 »
  1. Delphiregencrypt

    2下载:
  2. Delphi随机生成程序序列号,程序通过MS的S.M.A.R.T.接口,直接从RING3调用API DeviceIoControl()来获取硬盘信息Get SCSI port handle,演示源码中还包括了应用此序列号的注册程序,输入序列号正确后,则将已安装信息写入注册表,main文件夹中的注册序列号判断程序需要在任务管理器退出。-Delphi random sequence number, the program through the S.M.A.R.T. interface of MS,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-23
    • 文件大小:17912
    • 提供者:gpudn67
  1. randomnumber

    0下载:
  2. Delphi随机选号程序源码下载,很有意思的随机数选号程序,选号过程中,右侧的符号动画显示,点击左侧下边的“结束”按钮,即可显示出随机选中的号码。在此基础上扩展一下,可实现一个完善的Delphi选号程序。代码中运用了for循环的原因来实现。-Delphi random selection procedure source code download, a random number meaning selection procedure, selection process, symbolic
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:7405
    • 提供者:gpudn67
  1. hexconversion

    0下载:
  2. Delphi转换进制,可实现的功能:将16进制字符串转换成十进制整数、16进制AI转换成10进制数、2进制和十进制之间的转换、十进制数32转换成2进制数00000100000、2进制数01110转换成10进制数、将十进制整数转换成任意16进制以内的字符串、将10进制转换成罗马字符10进制数20转换成罗马进制数XX。有些进制间的转换平时见的不多,因此本源码还是有一定参考价值的。-Delphi conversion system, can realize the function: the 16 h
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:4457
    • 提供者:gpudn67
  1. counterstring

    0下载:
  2. Delphi统计中英文字符个数,对一段含有英文和中文的字符串分别统计,显示出英文个数和中文文字数量,测试了下,源码在Delphi7中可直接编译,但运行时程序功能好像失效了,这里把代码发上来,想用或学习的,自己研究一下修正下。-Delphi statistical number in English character, string for a section containing English and Chinese respectively statistics, shows that t
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5044
    • 提供者:lpudn10
  1. autorundeiphi

    0下载:
  2. Delphi设置程序被自动执行,就是把程序添加到开机启动项里面,程序主要是通过添加或修改注册表的HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\run键值来实现此功能。这也是大家惯用的添加开机启动的方法。通过程序界面你可以轻松实现这一功能。-Delphi setup is automated, is to add the user to the boot entry, program is mainly the HKEY_
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5542
    • 提供者:lpudn9
  1. iebarico

    0下载:
  2. Delphi在IE工具栏中加入你程序的快捷图标,依次在自定义的设置窗口中定义好图标相关参数,确定就可以了,在编写一些IE插件时,可能会在IE的工具栏上显示一个图标,本实例源码可帮助你把图标添加到IE工具栏上显示。-Delphi joined the shortcut icon you program in the IE toolbar, which defined the good icon related parameters in custom settings window, can be
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:6492
    • 提供者:lpudn8
  1. mouseclick

    0下载:
  2. Delphi持续响应鼠标点击,以图片移动、图片放大和图片连续缩小为例,演示如何实现持续的鼠标点击响应代码,你可以编译本源码,运行生成的测试程序,用鼠标连续点击对应功能查看演示。-Delphi continue to respond to mouse clicks, taking pictures, picture and image moving continuously reduces as an example, demonstrates how to achieve sustained t
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:11277
    • 提供者:lpudn7
  1. delphijinstance

    0下载:
  2. Delphi禁止运行程序多个实例,程序先初始化参数,然后判断程序是否已经运行,得到程序的句柄,若发现多个句柄,就只运行一个句柄,程序也就始终保持一个窗口。-Prohibit running multiple instances of Delphi program, the program first initialization parameter, then judge whether the program is already running, get the program handle
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:4079
    • 提供者:lpudn6
  1. ployfit

    0下载:
  2. Delphi 多点曲线光滑拟和,实现1次多项式最小二乘、2次多项式最小二乘,最终显示实验值、a+bx+cx^2拟合、ae^(b/x)拟合值,以控制台窗口方式显示出运算结果。-Delphi more smooth curve fitting, the realization of 1 polynomial least squares, 2 polynomial least squares, the final show experimental values, a+bx+cx^2 fitting,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:3929
    • 提供者:lpudn5
  1. Delphikey

    0下载:
  2. Delphi模拟键盘输入,好像模拟的不太好,点击模似按钮后,一下子出来很多字符,有兴趣的参阅下代码,不多介绍了。-Delphi simulation of keyboard input, like simulation is not too good, click the model button, all of a sudden out of many characters, interested to see under the code, not introduced.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:10827
    • 提供者:lpudn4
  1. mouseenter

    0下载:
  2. Delphi截获鼠标移开事件MouseLeave事件和MouseEnter事件,鼠标在本窗口上移动时,会告诉你鼠标的移动状态,MouseLeave或MouseEnter。-Delphi intercept mouse events away MouseLeave event and MouseEnter event, move the mouse over the window, will tell you the mouse moving status, MouseLeave or Mouse
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:4913
    • 提供者:lpudn3
  1. delphiextfile

    0下载:
  2. Delphi更改文件的扩展名并保存,比如,本代码中的默认文件扩展名为ICO,程序将其改为BMP,演示如何截取文件扩展名并修改扩展名后保存文件属性。-Delphi change file extensions and save, for example, the code in the default file extension for ICO, the program will read BMP, demonstrates how to intercept the file extension
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:7855
    • 提供者:lpudn2
« 1 2 ... .02 .03 .04 .05 .06 307.08 .09 .10 .11 .12 ... 2137 »
搜珍网 www.dssz.com