登录
首页 » Delphi VCL » Delphi实现客户端和服务器 实现客户端和服务器

Delphi实现客户端和服务器 实现客户端和服务器

于 2022-06-30 发布 文件大小:299.28 kB
0 238
下载积分: 2 下载次数: 1

代码说明:

Delphi实现客户端和服务器 实现客户端和服务器 -Delphi DownLoad chess server client

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

发表评论

0 个回复

  • 学士课程设计技能集(1
    Delphi2005 BS程序设计技巧集 (1-3) 现在delphi 2005 B/S的书籍资料太少,几乎没有可参考的资料,这在一定程度上限制了delphi 2005的使用,相反C#,ASP的书籍资料到处都是。通过几个月的学习也算是总结了一点经验,从现在起我将陆续将ASP和C#的例子、技巧翻译到delphi 2005下面,希望对大家的学习和工作有帮助,毕竟.Net是一种发展趋势。我将不定期写新的内容,同时,如果你在工作或学习中有什么问题,我也会将问题加入本篇文章,另外,一个人的能力毕竟有限,也希望大家共同来解决问题。 宋雨炫-Delphi BS program design skills sets (1-3) now delphi 2005 B/S books so little information, almost no reference to the information, This, to a certain extent, limit the use of Delphi 2005, C# contrary, ASP information books are everywhere. Through several months of learning is also summed up the experiences that from now on I will continue, ASP and C# example, delphi translation skills to below 2,005, we hope to study and work there to help, After all. Net is a development trend. From time to time I will write the new content, and if you work or study any problem, I will also take the issue into this article, in addition to the ability of a person is limited, I hope we can jointly to solve the problem. SONG Xuan
    2022-05-16 22:31:07下载
    积分:1
  • 以Delphi为平台,开发的一个两个随机数进行加减法并且可以验证结果的程序....
    以Delphi为平台,开发的一个两个随机数进行加减法并且可以验证结果的程序.-To Delphi as a platform to develop a two-random number addition and subtraction and can be carried out to verify the results of the procedure.
    2023-01-22 07:50:03下载
    积分:1
  • 利用Delphi编写的几个对话框程序,主要是体会函数的使用所带来的方便。...
    利用Delphi编写的几个对话框程序,主要是体会函数的使用所带来的方便。-use Delphi several dialog procedures, the main function is to understand the use of the convenience.
    2022-08-07 16:19:55下载
    积分:1
  • 实现UP、DOWN原语 产生3个进程: 两个进程模拟需要进入临界区的用户进程。 当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程...
    实现UP、DOWN原语 产生3个进程: 两个进程模拟需要进入临界区的用户进程。 当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请; 申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”; 当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请; 当申请返回,显示:“进程x已退出临界区。” 一个进程作为原语的管理进程,接受其他进程的临界区进入请求: 如果允许进入,则根据DOWN 原语的操作步骤设置相应变量,然后返回; 如果不允许进入,则进入循环等待,直到允许为止; 退出时模拟UP 操作。 进程间通信可以采用信号、消息传递、管道或网络通信方式。 -achieve UP, DOWN original language have three processes : process simulation of two critical needs for access to the users in the process. When the need to access critical areas, revealed : "The process of x request to enter the critical areas ...", and also to the management process applications; applied to return, entered a critical area. In the critical area to wait for a certain period of time random, and that : "the process of x is the critical area ..."; When the time ended, showed : "x withdraw from the process of critical areas ...", and also to withdraw from the process management applications; When applied to ret
    2023-08-26 18:05:03下载
    积分:1
  • 图形中LAB的算法,与标准有一定差异,但使用决对没有问题,我用它开发了不少东东。...
    图形中LAB的算法,与标准有一定差异,但使用决对没有问题,我用它开发了不少东东。-the algorithm, the standard is different, but decided to use no problem, I use it a lot of the Eastern Development.
    2022-01-24 16:42:51下载
    积分:1
  • The use of desktop software delphi elf, very interesting! For the intermediate l...
    利用delphi软件制作桌面小精灵,非常有趣!适合中级水平的人员学习。-The use of desktop software delphi elf, very interesting! For the intermediate level of learning.
    2022-08-20 20:14:16下载
    积分:1
  • delphi语言实现运筹学排序问题(双工序)程序
    用delphi语言实现运筹学排序问题(双工序)程序-used language tacticians scheduling problem (double Processes) procedures
    2023-06-11 12:05:03下载
    积分:1
  • 编程技能集(23
    Delphi2005 B/S程序设计技巧集(23--28) 现在delphi 2005 B/S的书籍资料太少,几乎没有可参考的资料,这在一定程度上限制了delphi 2005的使用,相反C#,ASP的书籍资料到处都是。通过几个月的学习也算是总结了一点经验,从现在起我将陆续将ASP和C#的例子、技巧翻译到delphi 2005下面,希望对大家的学习和工作有帮助,毕竟.Net是一种发展趋势。我将不定期写新的内容,同时,如果你在工作或学习中有什么问题,我也会将问题加入本篇文章,另外,一个人的能力毕竟有限,也希望大家共同来解决问题。 宋雨炫 -Delphi B/S programming skills sets (23-- 28) is now delphi 2005 B/S books so little information, almost no reference to the information, This, to a certain extent, limit the use of Delphi 2005, C# contrary, ASP information books are everywhere. Through several months of learning is also summed up the experiences that from now on I will continue, ASP and C# example, delphi translation skills to below 2,005, we hope to study and work there to help, After all. Net is a development trend. From time to time I will write the new content, and if you work or study any problem, I will also take the issue into this article, in addition to the ability of a person is limited, I hope we can jointly to solve the problem. SONG X
    2022-01-27 22:34:33下载
    积分:1
  • FancyButton 好用的按钮控件
    FancyButton 好用的按钮控件-FancyButton handy button controls
    2022-07-21 07:50:52下载
    积分:1
  • 海康高清电视Delphi源码(带IE插件) ★ 智能识别插卡数量 ★ 自动启停视频预览窗口数量 ★ 窗口大小随意可调 ★ 可全屏观看...
    海康高清电视Delphi源码(带IE插件) ★ 智能识别插卡数量 ★ 自动启停视频预览窗口数量 ★ 窗口大小随意可调 ★ 可全屏观看 ★ 登录身份验证 ★ 登录IP地址验证 ★ 多达255条定时录像任务,自动启停录像 ★ 录像视频质量随时调节 ★ 快速抓拍连续动作画面 ★ 可自定义录像及抓图文件夹路径 ★ 随WINDOWS自动后台运行 ★ 后台运行时同样可执行定时录像任务 -Delphi Haikang HDTV source (with the IE plug-ins) ★ ★ smart identification card number of automatic start and stop video preview window window size the number of free adjustable ★ ★ ★ can watch full-screen login authentication login ★ ★ verify IP addresses multi- Tatsu 255 video timing mission, automatic start and stop video video video quality at any time ★ ★ adjust quickly to capture consecutive action shots ★ customizable video and drawings with the folder path ★ ★ WINDOWS automatically running in the background the same executable running in the background when the video timing mission
    2023-06-08 16:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载