登录
首页 » Delphi VCL » 说一个大的发送

说一个大的发送

于 2023-05-23 发布 文件大小:1.16 MB
0 154
下载积分: 2 下载次数: 1

代码说明:

传送说盛大的服务端和客户端核心代码?是070605版的,喜欢纯正盛大的朋友可以拿去,里面附有开发的组件 Legend of shenda`s server and Client`s soure ,it is on 6.5 in2007,you can take who like sdo .And some controls in it-Said a grand send-side and client services to the core code? Is a version of 070605, like true friends can take a grand, which accompanied the development of components Legend of shenda `s server and Client` s soure, it is on 6.5 in2007 , you can take who like sdo. And some controls in it

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Multi
    DBGridEh多表头输出到Excel.zip-Multi-table DBGridEh first output to Excel.zip
    2022-04-27 08:06:52下载
    积分:1
  • 共有 Delphi 技巧 108个 来自:先人的DELPHI基础开发技巧.htm
    共有 Delphi 技巧 108个 来自:先人的DELPHI基础开发技巧.htm-A total of 108 from the Delphi technique: DELPHI ancestors based on the development of skills. Htm
    2022-07-10 17:59:16下载
    积分:1
  • 驾照模拟考试系统
    驾照模拟考试系统-Mock examination system of driving license
    2023-06-13 01:15:15下载
    积分:1
  • 打印监控,从网上收集,喜欢的网友可以下载参考,我刚上传,是同名...
    打印监控,从网上收集,喜欢的网友可以下载参考,我刚上传,是同名
    2022-11-07 03:50:03下载
    积分:1
  • UGO_NOTE
    强大的记事本源码 根据您获取 Windows 软件的方式,这是 (i) 您与设备制造商或使用您的设备分销软件的软件安装商之间的许可协议;或 (ii) 您与微软公司(或其位于您居住所在地或业务主营地的关联公司之一)之间的许可协议,前提是您的软件是从零售商处购买的。微软是微软或其关联公司之一所生产设备的设备制造商,如果您的软件是直接从微软购买的,则微软还是零售商。 本协议介绍您的权利以及您使用 Windows 软件的前提条件。您应阅读完整协议,包括软件随附的任何补充许可条款以及所有链接条款,因为所有条款都很重要并一起构成适用于您的协议。您可通过将 (aka.ms/) 链接粘贴到浏览器窗口中来查看链接的条款。
    2022-04-10 15:51:43下载
    积分:1
  • 并口DLL,用来控制并口的.,Visual basic
    并口DLL,用来控制并口的.,Visual basic-Parallel DLL, used to control the parallel port., Visual basic
    2023-08-10 16:45:03下载
    积分:1
  • to choose, the replacement window tablecloths (Windows Wall Paper) as a model pr...
    能够选择、更换窗口桌布 ( Windows Wall Paper ) 的范例程序,并且能够自动变换桌布。-to choose, the replacement window tablecloths (Windows Wall Paper) as a model procedures, and can automatically transform tablecloths.
    2022-01-28 12:25:29下载
    积分:1
  • sequence on the Internet to the most basic method of peer
    序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹-sequence on the Internet to the most basic method of peer-to-peer communication. Simulation instant messaging each other fat. 2 . P2P communications : 1). Gateway is the ideal type of state. that is non-symmetric NAT. 2). with the network within a two CLIE NT-communication, if not support NAT Gateway Circular, will fail. directory : tQServer : process server, you should put its public Internet. tQClient : clients, in various operations within the network login connected to the server. Common : Public folder agreement
    2022-01-31 04:20:42下载
    积分:1
  • 嘿嘿,大侠看到不要见笑呀... 大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去. 到网上找,发现是MDI和模式窗体的,非模式的也有...
    嘿嘿,大侠看到不要见笑呀... 大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去. 到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题. 原来是用DLL创建一个对象返回,但发现有很多的问题. 想了半天就去寻根问柳吧. 找到了类. 我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了? 找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功. 接着我又想看看其他的类是不是也能这样,就拿TFrame来实验. function GetDllFrameClass():TFrame stdcall 第一次是这样声明的,失败.奇怪?! 试了好多次都不行,就想到了TFormClass(Ctrl+左键),进去看看,发现是这样声明的. TFormClass = class of TForm 哎呀,恍然大悟!! class(TFrame) 是声明一个类, 这个类继承了TFrame类 f: TFrame 是一个对象 class of TFrame 声明的是类类型, f:TFrameClass 是一个类. function GetDllFrameClass():TFrame 返回就不是类而是对象了,照TFormClass修改后TFrameClass = class of TFrame 运行...成功,
    2022-01-31 01:59:09下载
    积分:1
  • 用Delphi串口通信程序系列的最佳控制效果。
    用Delphi写串口通信程序这最好的串口控制控件-write with Delphi serial communication procedure to the best serial control Controls
    2022-06-13 00:00:38下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载