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

资源列表

« 1 2 ... .18 .19 .20 .21 .22 1823.24 .25 .26 .27 .28 ... 2137 »
  1. Delphi_632413

    0下载:
  2. Delphi:采用BASE64算法流加密,编码多个字节,可以编码奇数字节和基数字节,把编码好的块写到流中,当然也可进行BASE64算法流的解密,解密的数据输入到流中,还可进行BASE64算法字符串加密,字符串解密等,比较全的BASE64加密与解密实例,仅供参考。 -Delphi: a stream cipher algorithm using BASE64 encoding a plurality of bytes, and the base may be encoded odd byte
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:9129
    • 提供者:ZS52OX7
  1. Delphi_643444

    0下载:
  2. Delphi:Delphi获取本地电脑的磁盘容量,也就是空间大小,可检测并显示硬盘驱动器的总容量和可用容量,你只需点击一下“检测驱动器C盘容量”的按钮,程序将立即得到磁盘使用情况,并返回给用户。Driver:= c:\ //就是要监测的驱动器名,这里可以改成D/E等。 -Delphi: Delphi get disk capacity of local computer, which is the size of the space, can detect and display the h
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:8853
    • 提供者:ZS52OX7
  1. Delphi_651805

    0下载:
  2. Delphi:HotImages属性的基本用法源码演示,通过HotImages控件属性实现图像变换,鼠标放上后图像就变成另一个,由此来实现漂亮的工具栏图标特别有意思,增加窗体美感,思路值得学习一下。如示例示,把你的鼠标放在“打开”、“保存”的按钮上,会看到图像变换了。 -Delphi: HotImages source demonstrates the basic usage attributes through HotImages control properties of image t
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:432080
    • 提供者:ZS52OX7
  1. Delphi_703552

    0下载:
  2. Delphi:StartPos属性用法的Delphi实例源码,以一个窗体程序介绍Delphi中的StartPos组件属性的用法,简单易懂,期待下载。 -Delphi: StartPos property usage Delphi source code examples, describes how to use the program to a form of StartPos Delphi component properties, easy to understand and look
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5691
    • 提供者:ZS52OX7
  1. Delphi_716344

    0下载:
  2. Delphi:当基于Delphi的程序运行的时候,对TStringGrid控件中的数据进行计算,以一个“商品入库管理”程序为模板,演示计算过程,让初学者了解原理和思路,计算是在后台进行的,具体的计算代码请参见本例中的Delphi源代码。 -Delphi: Delphi when the program runs based on the data in the control TStringGrid calculated to a "commodity storage management"
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:77564
    • 提供者:KASA1S8
  1. Delphi_733007

    0下载:
  2. Delphi:这几天做一个Delphi项目,要用到TRichEdit组件内的文字滚动,索性研究了一下,编写了这么一个实例,点击按钮可控制TRichEdit组件显示区的文字滚动。关于TRichEdit组件:它是一个高级文本编辑组件,可以编辑多行文本,并且支持RTF格式的文件。在TRichEdit中可以改变部分文本的字体和颜色,实现了简单的文字处理功能,当文字非常多时,会自动显示一个滚动条,拖动滚动条就会看到其他文字。 -Delphi: Delphi these days to do a pro
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6728
    • 提供者:VNSQQYH
  1. Delphi_750127

    0下载:
  2. Delphi:Delphi环境下使用RSA算法加密字符串和文件的例子,代码文件较多,比较完整的例子,位数可设置为:128位、256位、512位、768位、1024位。相信通过这个RSA加密实例,你会学会如何运用Delphi语言进行RSA算法的加密技巧。 -Delphi: Delphi environment using the following example of RSA encryption algorithm strings and files, code files larger,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:151907
    • 提供者:STLXTZS
  1. Delphi_771388

    0下载:
  2. Delphi:Delphi隐藏鼠标指针的小程序演示,经过本程序可把鼠标的指针隐藏掉,点击窗体上的按钮“出去一会”鼠标就被隐藏了,点击“显示鼠标”可找回鼠标,也可按回车键恢复鼠标指针。 -Delphi: Delphi hide the mouse pointer small program demonstrates, through this program can hide the mouse pointer away, click the button on the form, "out
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:3988
    • 提供者:IGGGRG0
  1. Delphi_778242

    0下载:
  2. Delphi:Delphi设定系统输入法,先获取到电脑里安装的输入法,通过本程序可设置当前的输入法状态,以前发过类似的输入法设置程序,比较一下,两者有何不同,感谢大家喜欢Delphi。 -Delphi: Delphi to set the system input method, first get to the computer to install the input method, you can set the current input state through this pro
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-08
    • 文件大小:1847041
    • 提供者:IGGGRG0
  1. Delphi_780477

    0下载:
  2. Delphi:Delphi源码演示ExecuteOptions属性的具体方法,没有其它的功能,所以挺简单的,初接触Delphi的程序员有兴趣可参见源码。学好Delphi编程,有必要掌握一些实用的对象属性操作,通过本例你或许会对ExecuteOptions属性操作有所了解。本例所用到的数据库文件在database目录中,编译测试前请先附加好数据库信息。 -Delphi: Delphi source code demonstrates ExecuteOptions specific method
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:125539
    • 提供者:IGGGRG0
  1. Delphi_801165

    0下载:
  2. Delphi:基于uniGUI组件开发的云存储分享平台源码-Delphi: Based uniGUI component development cloud storage sharing platform source code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-13
    • 文件大小:3288821
    • 提供者:IGGGRG0
  1. Delphi_805400

    0下载:
  2. Delphi:Delphi中的TStringGrid用法实例,演示如何使用TStringGrid实现表单式批量录入数据,在单元格处连续点击两次,进入输入状态,输入数据后自动保存,依次类推。 -Delphi: Delphi in TStringGrid usage examples demonstrate how to use forms-based bulk TStringGrid achieve data entry in a cell at the continuous click tw
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:76618
    • 提供者:K8C3XML
« 1 2 ... .18 .19 .20 .21 .22 1823.24 .25 .26 .27 .28 ... 2137 »
搜珍网 www.dssz.com