CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - delphi api

搜索资源列表

  1. Delphi

    0下载:
  2. 多线程端口扫描演示,能够设置连接延时,使用Winsocket2 API编写,Delphi7编译通过-Multithreaded port scanning demo, set the connection delay, Winsocket2 API to write, Delphi7 compiler
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-18
    • 文件大小:24575
    • 提供者:女娲
  1. SocketServer(API)

    0下载:
  2. SocketServer(API).rar delphi SocketServer模版代码-SocketServer (API). Rar delphi SocketServer template code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-13
    • 文件大小:7710
    • 提供者:ninja
  1. messenger-sdk-for-delphi

    0下载:
  2. 雅虎Message API Delphi版本接口,转自Java-Yahoo Message API Delphi version of the interface, switched from Java
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-08
    • 文件大小:2685491
    • 提供者:宫昌华
  1. Delphi

    0下载:
  2. delphi下通过API运行采集设备U120816的一个实例,旨在通过实例讲解如何通过API开发设备采集程序.-delphi run through the API acquisition equipment U120816 an instance of the purpose of examples to explain how the API to develop equipment acquisition program.
  3. 所属分类:Delphi VCL

    • 发布日期:2015-05-28
    • 文件大小:307200
    • 提供者:wwwsax
  1. Delphi-back-monitor

    0下载:
  2. 一、把当前进程变为一个系统服务:   目的是在任务列表中把程序隐藏起来。调用API函数RegisterServiceProcess实现。   二、定义全局热键(本例中定义热键Ctrl+Del+R),步骤:   1、定义捕获Windows消息WM_HOTKEY的钩子函数,即:procedure WMHotKey(var Msg : TWMHotKey) message WM_HOTKEY   2、向Windows加入一个全局原子 Myhotkey:
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1418
    • 提供者:iminss
  1. Windows-API

    0下载:
  2. 本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。-The book begins with the Win32 API function do a complete overview then included five categories: window management, graphics device interface, system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:678227
    • 提供者:liyang
  1. 96586486

    0下载:
  2. Delphi API 文件拖放获取路径,编程学习源码,很好的参考资料。-Delphi API drag and drop files access path, learning programming source code, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:3735
    • 提供者:清蒸翅子
  1. Google-Safe-Browsing-API

    0下载:
  2. delphi 写的访问 Google Safe Browsing API 的实现,Google Safe Browsing API 主要实现的是检测网站是否合法,是否网站有被感染,GOOGLE API里面还提供了钓鱼网站的检测规则。例子里面采用两个方式,一个是POST 一个是GET,post可以检测多个链接,GET只能一个。-delphi write access to achieve Google Safe Browsing API' s, Google Safe Browsing AP
  3. 所属分类:Network Security

    • 发布日期:2017-04-05
    • 文件大小:663029
    • 提供者:marsbear
  1. Delphi-PCAN-Samples-Project

    0下载:
  2. PCAN Basic API example code for PCAN CAN bus analyzer tool to monitor from PC.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:259181
    • 提供者:Atee
  1. Delphi_230785

    0下载:
  2. 用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等 -With multi-threading technology Delphi API serial communication example, the application simply call API for read/write buffer operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6762
    • 提供者:B4P56BE
  1. Delphi_265315

    0下载:
  2. Delphi:“API编写窗口程序”的Delphi演示程序,请情请参见WindowDemo.dpr,在打开编译生成的exe后,在窗体上点击右键,会弹出一个窗口: 和您打个招呼 。 -Delphi "API to write the window procedure" Delphi demo program, please refer to the situation WindowDemo.dpr, compiled after opening the exe, right click on
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6460
    • 提供者:Q6SVO80
  1. apiprint

    0下载:
  2. Delphi利用API直接打印内容,可打印图像和打印文字类型的内容,与其它打印程序的区别是,本程序是基于Delphi API实现的。-API direct printing content by Delphi, can print images and print text content types, different from other print procedures, this procedure is implemented based on Delphi API.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:8273
    • 提供者:wpudn45
  1. delphiapithread

    0下载:
  2. 采用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等,当然还用到了许多函数。除了用到这些API函数外,还用到了一个DCB设备控制块,本例仅作最基本的API串口通信介绍,因此程序代码都不是太复杂的设计,仅创建了一些新项目后为form窗体增加几行代码即可。-Delphi API examples of serial communica
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:6843
    • 提供者:wpudn45
  1. delphi-GPS

    0下载:
  2. 通过API实现输入经纬度调取goole地图,并实时显示路况信息-API to implement input longitude and latitude Google map to be obtained, and the traffic information in real time
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:341127
    • 提供者:
  1. delphi-rest-client-api-master

    0下载:
  2. A Delphi REST client API to consume REST services written in any programming language. The API was tested in Delphi 7, XE, XE2, XE3, XE4 and XE7. It is also compatible with Mac OSX and iOS.
  3. 所属分类:Web Server

    • 发布日期:2017-04-28
    • 文件大小:296455
    • 提供者:jose luis
  1. Delphi-back-monitor

    0下载:
  2. 一、把当前进程变为一个系统服务:   目的是在任务列表中把程序隐藏起来。调用API函数RegisterServiceProcess实现。   二、定义全局热键(本例中定义热键Ctrl+Del+R),步骤:   1、定义捕获Windows消息WM_HOTKEY的钩子函数,即:procedure WMHotKey(var Msg : TWMHotKey) message WM_HOTKEY   2、向Windows加入一个全局原子 Myhotkey: GlobalAddAtom(’MyHotkey’
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1463
    • 提供者:zhan30840
  1. AutoShutDown103

    0下载:
  2. delphi定时关机关机程序纯api写的。压缩后20多KB!-Shutdown shutdown pure delphi api written. Compressed more than 20 KB!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4261
    • 提供者:gang1240nsn
  1. AutoShutDown103

    0下载:
  2. delphi定时关机关机程序纯api写的。压缩后20多KB!-Shutdown shutdown pure delphi api written. Compressed more than 20 KB!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4512
    • 提供者:j48xian
  1. Google-Offline-API

    1下载:
  2. 介绍谷歌离线地图插件API,及部分功能演示。 特别适合Winform里实现离线谷歌的朋友们。 支持VB,VC,DELPHI,C#,VB.NET等多种语言-Google offline map plug-in API, and part of the function demo. Particularly suitable for Winform to achieve offline friends Google friends. Support VB, VC, DELPHI, C#, V
  3. 所属分类:CSharp

    • 发布日期:2017-05-31
    • 文件大小:13284674
    • 提供者:wyf
  1. sendmessage

    1下载:
  2. 使用Delphi API函数向手机发送短信消息,并且可以接收手机发回来的短信。-Use Delphi API function to send SMS messages to mobile phones, and can receive mobile phone text messages sent back.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-05
    • 文件大小:6040
    • 提供者:时间空间
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 26 »
搜珍网 www.dssz.com