CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - delphi 界面

搜索资源列表

  1. VB-Sniff

    0下载:
  2. VB做的网络数据包嗅探器,界面友好。之前曾上传过一个,但那个是DELPHI的-VB do network data packet sniffer, friendly interface. Before uploading a cross, but that is the DELPHI
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:394348
    • 提供者:taoguo
  1. DES

    0下载:
  2. 本例采用Delphi实现经典的DES加密解密算法,界面友好,功能齐全,代码书写规范,可供参考!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:339982
    • 提供者:陈龙云
  1. Soft20060207164558082

    0下载:
  2. 采用DELPHI的宿舍分配代码,界面简单易上手,而且实用,非常适合中小企业使用
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:215863
    • 提供者:朱镕基
  1. api-DELPHI

    0下载:
  2. 通过修改 Windows 界面上各个控件来演示API的用法
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:33923
    • 提供者:Alexander
  1. 自动抓屏为JPG图片格式

    0下载:
  2. 自动抓屏为JPG图片格式,非常有用.对界面处理的有需要.,Automatic screenshots to JPG picture format, very useful. On the interface there is a need of treatment.
  3. 所属分类:系统编程

    • 发布日期:2017-03-28
    • 文件大小:179408
    • 提供者:song
  1. 2DESsuanfa

    0下载:
  2. delphi写的二重des加解密算法,有图形界面,大家一起学习!-delphi write double des encryption algorithm, a graphical interface, we will study together!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:188283
    • 提供者:郭子
  1. Designer_v5.0.0_for_Eclipse3.2

    0下载:
  2. swtdesigner破解文件与方法 ,,可以对swtdesigner6.30及其低版本进行破解。方法见压缩包内。 swtdesigner是最好用的swt/jface界面编程工具,像Delphi和VB一样优秀。. -swtdesigner crack file method can crack the right swtdesigner6.30 its low. See compression package. swtdesigner is best to use the swt/jface
  3. 所属分类:Crack_Hack

    • 发布日期:2017-06-12
    • 文件大小:20093649
    • 提供者:卞生的
  1. bt

    0下载:
  2. 摸仿很多游戏中主界面直接拖动主窗口的原代码.-Feel like a lot of games in the main interface directly drag the main window of the original code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:165692
    • 提供者:song
  1. DELPHIhelp

    0下载:
  2. 一个以假乱真的任务管理器(界面有点像,但功能差远了),此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个网友作品的算法:如画CPU使用率的背景的效果
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:335636
    • 提供者:b397728431
  1. autopatch1_1_5

    0下载:
  2. 网络游戏自动更新程序.之前上传过一个给系统自动打补丁的小程序,但运行时界面有些问题。这个是我重新改写后的,界面方面有了很大的改进。压缩包内有几个示例补丁。-Online games automatically updates. Prior to upload to the system a small automatic patching process, but some problems with run-time interface. This is after I have rewrit
  3. 所属分类:Network Security

    • 发布日期:2017-04-17
    • 文件大小:129256
    • 提供者:gxnet
  1. ShowUseage

    0下载:
  2. 简直和WinXP系统自带的一模一样,功能和界面都一样,只是开发语言不同,系统的是用C写的,这是用DELPHI写的 此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:334148
    • 提供者:法激
  1. opeDataSet.dll

    0下载:
  2. 界面部分和业务部分物理分离。将业务部分和界面部分分别编译成dll和exe可执行文件。 定义一个接口部分以实现界面部分和业务部分之间通讯。接口部分可使用接口或抽象类来实现。一定要保持接 口的稳定,轻易不要改变接口单元中的内容。还可通过预留接口来满足未来功能增长的需求。 经常变动的通常是业务部分,通过修改DLL封装对象的实现方法来升级DLL,无需重新修改和编译界面部分的Exe文件。-Interface part and the operational part of the phy
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:630777
    • 提供者:黄磊
  1. des11

    0下载:
  2. Delphi实现的DES加密算法,界面友好,可以对任意的字符数字加密-Delphi to achieve DES encryption algorithm, user-friendly, you can encrypt any number of characters
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:194143
    • 提供者:周舟
  1. Blowfish

    1下载:
  2. delphi实现的blowfish分组算法的加解密,有图形界面,大家多指教!-delphi group to achieve the blowfish encryption algorithm, a graphical interface, you more advice!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:209685
    • 提供者:郭子
  1. DESsuanfa

    0下载:
  2. delphi写的des加解密算法,有图形界面,大家一起学习!-delphi write des encryption algorithm, a graphical interface, we will study together!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:187773
    • 提供者:郭子
  1. 3DESsuanfa

    0下载:
  2. delphi写的三重des加解密算法,有图形界面,大家一起学习!-delphi write the triple des encryption algorithm, a graphical interface, we will study together!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:188355
    • 提供者:郭子
  1. MD5suanfa

    0下载:
  2. delphi写的md5加解密算法,有图形界面,大家一起学习!-delphi write the md5 encryption algorithm, a graphical interface, we will study together!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:185861
    • 提供者:郭子
  1. Chap5

    0下载:
  2. delphi做的一个库存管理信息系统,有界面和数据库连接的使用,相当于数据库编程的案例-delphi example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:674695
    • 提供者:zhangbailan
  1. AESv1026

    0下载:
  2. AES加解密 在delphi中实现 界面需要自己实现 但是算法运行完整-AES encryption in delphi interface needs to implement to achieve but the algorithm runs its own complete
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:212616
    • 提供者:杜岩康
  1. RSA_delphi

    0下载:
  2. 计算机网络课程设计RSA机密解密,使用大数运算库实现,界面友好,操作简单.-Computer network curriculum design RSA secret decryption, the use of large number arithmetic library, implementation, friendly interface, simple operation.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:917080
    • 提供者:liujunjie
« 12 »
搜珍网 www.dssz.com