登录
首页 » Process-Thread » 这是一个非常好的进度条控件,可以多种颜色和填充方式显示进度,很漂亮....

这是一个非常好的进度条控件,可以多种颜色和填充方式显示进度,很漂亮....

于 2022-03-26 发布 文件大小:44.48 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

这是一个非常好的进度条控件,可以多种颜色和填充方式显示进度,很漂亮.-This is a very good progress of controls, can fill a variety of colors and shown progress, and very pretty.

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

发表评论

0 个回复

  • 2022-01-25 18:56:43下载
    积分:1
  • 一个多线程串口程序,可以比较串口收到的数据
    一个多线程串口程序,可以比较串口收到的数据-a multithreaded serial procedures can compare the data received Serial
    2022-10-29 10:00:03下载
    积分:1
  • 用visual c++ 6.0开发的一个创建、关闭线程的例子,非常适合初学者学习利用API来创建线程...
    用visual c++ 6.0开发的一个创建、关闭线程的例子,非常适合初学者学习利用API来创建线程-with visual c 6.0 creation of a closed-thread example, very suitable for beginners learning to use the API to create threads
    2022-01-25 19:26:43下载
    积分:1
  • 利用多线程技术实现文件快速查找和“有限责任”。
    《运用多线程技术实现文件的快速搜索》配套代码-"use multithreading technology to achieve the document Fast Search" complementary code
    2022-02-13 04:46:06下载
    积分:1
  • 一个简单的多
    一个简单的多线程的框架,每个线程作一个计数,并且可以用菜单控制线程的执行-a simple multi-threaded framework for a per-thread count, and the menu can be used to control the implementation of threads
    2022-02-09 12:09:57下载
    积分:1
  • 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功...
    使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀-Restrictions on the use of ISAPI Filter to achieve IIS multi-threaded access to the program. Main application in the download system, or use IIS to do the streaming media on-demand system, slightly modified to give it authentication. In the user authentication process has already done a direct return to processing. Use the Filter can be easily access the server connections, allowing multiple servers to achieve load balancing (which can be distributed to the request to connect to a fewer server). Access can be effectively controlled, you can customize unlimited users IP, restrictions on the user" s IP. Which can be achieved on a certain IP restriction does not limit the number of, or an IP-block
    2022-03-18 08:07:23下载
    积分:1
  • 多线程资源控制方面的 非常的好用啊
    多线程资源控制方面的 非常的好用啊 -Multi-threaded resource control is very easy to use ah
    2022-01-26 04:40:35下载
    积分:1
  • used to read and write those problems into priority
    用于阅读者和写入者问题之写入者优先-used to read and write those problems into priority
    2023-05-23 15:05:03下载
    积分:1
  • program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize =...
    program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned(VmAddress) then begin WriteLn( 保留虚拟内存失败! ) ExitProcess(0) end else WriteLn(Format( 保留虚拟内存成功, 基址为:[%8.8x]! , [Longint(VmAddress)])) //提交第二页虚拟内存 CommitAddress := Pointer(Longint(VmAddress) + PageSize) CommitAddress := VirtualAlloc(CommitAddress, PageSize, MEM_COMMIT, PAGE_READWRITE) if not Assigne-program VirtualMemory ($ APPTYPE CONSOLE) uses SysUtils, Windows const PageSize = 4096// definition pages size var VmAddress, CommitAddress : Pointer// virtual memory-based storage site Text : Pchar begin// reservations two virtual memory VmAddress : = VirtualAlloc (nil. PageSize* 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned (VmAddress) then begin WriteLn (reservations virtual memory failure!) ExitProcess (0) end else WriteLn (Format
    2022-10-06 15:35:03下载
    积分:1
  • 多线程范例,利用Windows+MFC开发,学习多线程的例子
    多线程范例,利用Windows+MFC开发,学习多线程的例子-multithreading example, the use of Windows+ MFC development, learning multithreading example
    2022-12-07 06:35:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载