-
TestScktIocp
与ScktComp兼容的IOCP服务端组件
参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket
其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas)
测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接.
用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试.
如发现有错误之处请更正后通知本人.(ScktComp compatible with the IOCP server components IOCPComp reference ScktComp components and components, can directly replace the ScktComp events which TServerSocket methodology is generally the same, with the IOCP on its properties, no longer blocking the original thread TServerSocket options . the core document (ScktIocp.pas) test registry file to import, modify connections in XP to connect to test the 30,000 connections. FastMM4 test used, no memory leaks, application of large-scale services have yet to be tested. If there is error, please notify me corrected.)
- 2021-04-13 02:08:56下载
- 积分:1
-
ExpressBarsRibbonNotepadDemo.zip
How to use Ribbon components
- 2014-04-28 23:21:58下载
- 积分:1
-
Delphi Canvas.Brush为窗体绘制渐变背景
Delphi 为窗体绘制渐变背景,这里使用了Delphi中的Canvas.Brush.Color来实现窗口背景的渐变色,不错吧?如示例图的左右渐变效果,实现的代码:
for i:=0 to self.Width-1 do
begin
c1:=GetRValue(StartColor)+Trunc(i*(GetRValue(EndColor)-GetRValue(StartColor))/(self.Width-1));
c2:=GetGValue(StartColor)+Trunc(i*(GetGValue(EndColor)-GetGValue(StartColor))/(self.Width-1));
c3:=GetBValue(StartColor)+Trunc(i*(GetBValue(EndColor)-GetBValue(StartColor))/(self.Width-1));
Canvas.Brush.Color:=RGB(c1,c2,c3);
//每次画矩形的画刷颜色
Dct:=Rect(i,0,i+1,self.Height);
//每次刷绘的矩形区域
Canvas.FillRect(Dct);
//填充颜色
end;
- 2022-05-24 21:26:59下载
- 积分:1
-
使用delphi 7开发的调整图片的RGB对比度。
测试可用
使用delphi 7开发的调整图片的RGB对比度。
测试可用-Developed using delphi 7 to adjust the RGB image contrast. Test Available
- 2022-12-19 20:10:03下载
- 积分:1
-
IP输入框,IP输入框 IP输入框
IP输入框,IP输入框 IP输入框-input box IP, IP input box IP input box
- 2022-02-06 05:07:22下载
- 积分:1
-
Delphi生成立体字效果
Delphi生成立体字效果,在文字下面增加阴影效果,这个在PS软件中是一个常用的特效,用Delphi也可以实现这种原生效果,阴影大小和面积、角度在代码中可以设置,最终自定义的阴影效果如图所示,实现了一个不错的立体文字效果。
- 2023-07-03 14:00:03下载
- 积分:1
-
Ctrl-par-picoscope
This software is an example to use Picoscope 3306 DC generator to drive an old Heater.
- 2015-06-04 22:39:19下载
- 积分:1
-
帮助分析两个文本文件不同之处的一个小程序,很好用。有源码...
帮助分析两个文本文件不同之处的一个小程序,很好用。有源码-To help analyze differences between two text files in a small program, it just works. There Source
- 2022-09-16 04:20:02下载
- 积分:1
-
remotecxp
remote xp
powerfut remote control
- 2014-01-15 19:18:45下载
- 积分:1
-
海软大学生宿舍管理
海软大学生宿舍管理 用DELPHI 加 ms sql 编写,程序还有很多不完美的地方!(MS SQL for dormitory management of soft University Students)
- 2020-06-25 18:20:01下载
- 积分:1