搜索资源列表
201541547461
- 是一个delphi时间格式服务实现程序,可以在系统中实现毫秒级显示内容-time format service procedures, the system can achieve millisecond content
delphiUrlDownloader
- server.exe为服务端程序,用upx加壳后可达到9k左右,只是简单调用UrlDownloadToFile函数实现,没什么难度。 下载地址和保存路径长度设定为64个字节,主要是为了方便计算偏移地址。 brcc.bat设为你Delphi目录下bin子目录的路径。-server.exe for-service program, UPX shell can be reached about stamina, simply call UrlDownloadToFile Funct
CS_Delphi
- 基于Delphi语言的C/S架构,完整的服务器/客户端程序,先启动服务端,然后客户端再连接服务端-based Delphi language C / S structure, a complete server / client program, the first launching the service side, The client then connecting to the server
a47212
- Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 -Win32 API is engaged in the development of Windows applications are essential. The book begins with the Win32 API funct
ccSvrDemo
- DELPHI的一个简单的反向连接服务程序
HttpServ
- 用DELPHI做的可以提供HTTP服务的程序-do with Delphi can provide the procedures for HTTP
Socket_Server
- Socket实例代码_服务端,供使用Delphi进行Socket编程的程序员参考,Delphi版本为7.0
DelphiServiceIndyTcp
- delphi Windows服务程序,采用了IndyTcpServer与TIdThreadMgrPool 实现局域网服务,实现开机自动启动。类似SQL SERVER ,管理界面和真正的后台程序分开i
UDP安全传输演示(Delphi源码)
- UDP安全传输(完整源码) 大家都知道UDP比TCP好用发送速度快很多,程序写起来也简单的多,可缺点也同样明显UDP容易丢包,而且不能自动重发也不能自动组包没有数据安全机制,发的包不能超过2K(INDY,NMUDP等控件都是这样)否则就出错。 可很多需求中又需要发送大量数据包并且需要保证速度(如语音和视频通讯或者点对点点播服务。)而且有些重要的数据不允许丢包这个时候就需要安全UDP了。
DelphiService
- 一个系统服务的演示程序,写的可以说是非常的经典,想学习的看起来是不错的-Demonstration of a system service procedures, it can be said of Writing is a very classic, think of the study appeared to be good
Anskya_NtPacker_1.0
- Anskya NTPacker Generator For:NT,2K,Xp,2K3,LH V1.0 Written By Anskya[GST] Email:Anskya@Gmail.com QQ:115447[小零] GST Web:Www.GodExp.Com My Web:Www.Anskya.Net Thank:Aphex,x140d4n,[God Security Team] And You! [ This program creates
NetSend
- 一个封装了Windows的Netsend信使服务的小程序-A package of the Windows Messenger Service Netsend small program
mir3sdfksdkfdagdafg
- 传奇3.0 (evil’s illusion Server) 韩国正式版本 vc++ 源码 GameServer VC++源代码,包括地图,脚本,人物处理,协议加密,带数据库,由于源码为商业性质的,请使用者注意其版权和不要擅自公开发布和传播源码。 WEMADE 公司于 Delphi 版本服务器端程序后,修改为 VC++ 版本。 可用VC++ 6.0 或 VC.net 编译;学习网络游戏开发的朋友又一个绝好的源码。-Legends 3.0 (evil' s
mycode
- 对于装了iis服务器的系统,程序运行后将遍历并修改虚拟目录下的所有asp、js、html、htm文件-Iis server for the installed system, the program will run and modify the virtual directory traversal all asp, js, html, htm files
myChat
- myChat聊天室演示程序源代码,界面简洁。带客户端和服务端,全部程序源码在里面。学习网络编程特别好。-myChat chat room demo program source code, simple interface. With a client and server, all program source code inside. Learning Network program particularly well.
FtpServer
- 不知道在哪个程序里抽出来的一个FTP服务程序!!!绿色不保!-ftpserver
BackUpCD
- Delphi写的服务程序, 后台运行,自动监控光驱并复制内容到指定目录下-Service program written in Delphi, running in the background, automatic monitoring drive and copy the contents to a specified directory
USBEvent
- Delphi写的检查USB口的服务程序,简单实用。-Delphi USB port to write the check service program, simple and practical.
Delphi-back-monitor
- 一、把当前进程变为一个系统服务: 目的是在任务列表中把程序隐藏起来。调用API函数RegisterServiceProcess实现。 二、定义全局热键(本例中定义热键Ctrl+Del+R),步骤: 1、定义捕获Windows消息WM_HOTKEY的钩子函数,即:procedure WMHotKey(var Msg : TWMHotKey) message WM_HOTKEY 2、向Windows加入一个全局原子 Myhotkey:
serviceapp
- 这是一个Win32服务应用程序,使用Delphi编写的API调用你的服务的可执行文件(This is a Win32 Service app written in Delphi using only API calls removing huge amounts of m$ bloat from your service executable, a basic service will)