登录
首页 » Process-Thread » 一个有关定时器的例程,一个很基础的咚咚,哎

一个有关定时器的例程,一个很基础的咚咚,哎

于 2022-08-20 发布 文件大小:104.00 kB
0 139
下载积分: 2 下载次数: 1

代码说明:

一个有关定时器的例程,一个很基础的咚咚,哎-A timer routine, based on a very咚咚, hey

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

发表评论

0 个回复

  • 采用visual c++.net编写的动态链接库与多线程、多进程教学实例
    采用visual c++.net编写的动态链接库与多线程、多进程教学实例-The use of visual c++. Net prepared by dynamic-link library with multi-threaded, multi-process teaching examples
    2022-04-14 14:37:53下载
    积分:1
  • MyProcess进程管理器
    MyProcess进程管理器-MyProcess thead manegement
    2022-04-15 05:22:09下载
    积分:1
  • 是一个钩子利用的实例,使用函数 setwindowshookexw 获取全局键盘信息...
    是一个钩子利用的实例,使用函数 setwindowshookexw 获取全局键盘信息-Is an example of the use of hook, use the function global keyboard access to information setwindowshookexw
    2022-11-06 04:00:04下载
    积分: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
  • 一个VB写的可以取得任意带焦点的对象详细信息的代码.具体可以取得对象句柄,类型,标题名称,在在桌面上的位置,对象大小等信息 另外还可以控制对象,如果是应用程序还...
    一个VB写的可以取得任意带焦点的对象详细信息的代码.具体可以取得对象句柄,类型,标题名称,在在桌面上的位置,对象大小等信息 另外还可以控制对象,如果是应用程序还可以把它当作子窗体装载到里面来!反正功能还很多,有兴趣的可以下去慢慢看吧-Write a VB can be achieved with the focus of any detailed information of the object code. Specific object can handle, type, title name, in the desktop position, object size and other information also can control the object, if the application also can treat it as a sub-form to the inside to load! anyway functions are still many who are interested can go slowly and see
    2022-03-19 22:55:45下载
    积分:1
  • MThreadVB 多线程技术,VB也可以多线程。
    MThreadVB 多线程技术,VB也可以多线程。-MThreadVB multi-threading technology, VB can also be multi-threaded.
    2023-02-18 06:35:04下载
    积分:1
  • 关于出票系统的线程代码,很经典实用,希望大家多多互相学习...
    关于出票系统的线程代码,很经典实用,希望大家多多互相学习-The counting system on the thread code, it is classic and practical, a lot of hope that we learn from each other
    2023-06-23 17:10:03下载
    积分:1
  • Originally wanted to write a auto
    本来想写个自动关机软件的,结果神不知鬼不觉的写成了一个目录监视软件!直接放源码!:-Originally wanted to write a auto-shutdown software, the result of God without anybody knowing it" s written in a directory monitoring software! Direct release source code!:
    2022-08-16 11:51:57下载
    积分:1
  • 封装的线程类CThread
    封装的线程类CThread- Seal line Cheng Lei CThread
    2023-01-21 19:40:04下载
    积分:1
  • VC++多任务经典源程序。 很适合于初学者。
    VC++多任务经典源程序。 很适合于初学者。-VC++ Source multi-task classic. Very suitable for beginners.
    2022-03-09 12:25:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载