您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. WinAPI (Delphi版)

  2. Creating Windows CreateMDIWindow CreateWindow CreateWindowEx RegisterClass RegisterClassEx UnregisterClass Message Processing BroadcastSystemMessage CallNextHookEx CallWindowProc DefFrameProc DefMDIChildProc DefWindowProc DispatchMe ssage GetMessage
  3. 所属分类:Delphi

    • 发布日期:2004-11-10
    • 文件大小:1048576
    • 提供者:microrain
  1. 用户名密码查询findpass

  2. // Find Password from winlogon in win2000 / winnt4 + FindPass.cpp // 1. http://www.smidgeonsoft.com/ // 2. shotgun add comment, bingle change a little to find other user in winlogon // This code is licensed under the te rms of the GPL (gnu public l
  3. 所属分类:网络攻防

    • 发布日期:2009-07-15
    • 文件大小:108544
    • 提供者:jfliao
  1. 网络编程之PING实现

  2. // ping.cpp : Defines the entry point for the console application. // #pragma pack(4) #include "winsock2.h" #include "stdlib.h" #include "stdio.h" #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 #define ICMP_MIN 8 // minimum 8 byte icmp packet (just he
  3. 所属分类:Web开发

    • 发布日期:2009-11-09
    • 文件大小:80896
    • 提供者:softwind1025
  1. VC函数(API,VC常用内存分配函数等)

  2. VC函数 VC函数库编辑版 VC常用内存分配函数HeapAlloc,GlobalAlloc,LocalAll VC API函数
  3. 所属分类:C++

    • 发布日期:2010-03-26
    • 文件大小:314368
    • 提供者:angelos3
  1. Delphi 创建高权限进程

  2. program Project1; //{$APPTYPE CONSOLE} uses windows, SysUtils, tlhelp32, accctrl, aclapi; procedure SetPrivilege; var OldTokenPrivileges, TokenPrivileges: TTokenPrivileges; ReturnLength: dword; hToken: THandle; Luid: int64; begin OpenProcessToken(Ge
  3. 所属分类:网络攻防

    • 发布日期:2010-05-30
    • 文件大小:3072
    • 提供者:timetech
  1. pageheap内存越界检测

  2. PageHeap.Exe将针对某个指定的应用程序启用Page Heap标志,从而自动监视所有的malloc、new和heapAlloc的内存分配,找出内存错误。
  3. 所属分类:C++

    • 发布日期:2011-03-14
    • 文件大小:69632
    • 提供者:abc1235
  1. 申请内存区别new malloc HeapAlloc VirtualAlloc

  2. 申请内存区别new malloc HeapAlloc VirtualAlloc,很多时候内存分配影响着程序性能,本例通过源代码显示这几个函数的本质。
  3. 所属分类:C

    • 发布日期:2011-04-23
    • 文件大小:11264
    • 提供者:VirtualRookit
  1. 堆内存分配

  2. 在进程私有的内存里分配,又有两种分配情况,一种上基于栈式的内存分配,另一种是基于堆内存的分配。在c++里使用堆内存分配是使用HeapAlloc函数来实现的,也就是实现new操作符分配内存时会调这个函数。
  3. 所属分类:C++

    • 发布日期:2012-05-18
    • 文件大小:1024
    • 提供者:pig2007
  1. pageheap内存越界检测

  2. PageHeap.Exe将针对某个指定的应用程序启用Page Heap标志,从而自动监视所有的malloc、new和heapAlloc的内存分配,找出内存错误.
  3. 所属分类:C++

  1. MyWMCopyDataRecv

  2. DWORD dwTextLenth GetWindowTextLength hwndEdit + 1 sizeof TCHAR ; LPTSTR szText LPTSTR HeapAlloc GetProcessHeap HEAP NO SERIALIZE dwTextLenth ; memset szText 0 dwTextLenth ; GetWindowText hwndEdit szText dwTextLenth sizeof TCHAR ;
  3. 所属分类:C++

    • 发布日期:2014-03-27
    • 文件大小:54272
    • 提供者:yhm_js
  1. 重叠IO模型之OverLapped完成例程模型WSACompletionRoutineServer VS2010

  2. 重叠IO模型之OverLapped完成例程模型WSACompletionRoutineServer VS2010 基础入门 客户端与服务器端 客户端向服务器端发送数据 可接收多个客户端 #include #include #pragma comment (lib, "ws2_32.lib") #define PORT 8088 #define MSG_SIZE 1024 SOCKET g_sConnect; bool g_bConnect = false; typedef struct {
  3. 所属分类:网络基础

    • 发布日期:2014-06-11
    • 文件大小:7168
    • 提供者:yulinxx
  1. Win32(File/Thread/HeapAlloc)等小例子

  2. vs2013 上根据培训内容抄的Win32 API实现的windows环境下的文件读写/内存分配/线程同步等小实例。适合初学者学习和长时间很少接触Win32 API的开发者快速了解
  3. 所属分类:C++

    • 发布日期:2016-01-20
    • 文件大小:5242880
    • 提供者:ustb_atrx
  1. [FREEDOS1.0].源码.

  2. MessageBox SendMessage SetFocus ReleaseCapture PtInRect SetCapture TextOut CheckRadioButton CheckDlgButton DlgDirList SetDlgItemText GetDlgItemText FindClose DialogBox PeekMessage DispatchMessage Beep EndDialog PostMessage GetFocus SetDoubleClickTim
  3. 所属分类:Java

    • 发布日期:2007-05-22
    • 文件大小:9437184
    • 提供者:yilvqingchen
  1. 获取本机网卡的物理地址程序(VB6.0源代码编写)

  2. 获取本机网卡的物理地址程序(VB6.0源代码编写)' API函数声明 Private Declare Function Netbios Lib "netapi32.dll" (pNCB As NCB) As Byte Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (hpvDest As Any, ByVal hpvSource As Long, ByVal cbCopy As Long) Private
  3. 所属分类:VB

    • 发布日期:2009-01-16
    • 文件大小:7168
    • 提供者:sny9999
  1. VC 6.0 获得驱动器序列号.rar

  2. VC 6.0 获得驱动器序列号,本例子中可以指定驱动器分区,也就是大家说的D盘、E盘,每个磁盘分区的序列号,这个序列号标识ID分区后由系统自动指定,我们可编写以下代码实现此功能:   //获得实际存储驱动器号的字符串长度   dwNumBytesForDriveStrings=GetLogicalDriveStrings(0,NULL)*sizeof(TCHAR);   //如果字符串不为空,则表示有正常的驱动器存在   if (dwNumBytesForDriveStrings!=0) {
  3. 所属分类:其它

    • 发布日期:2019-07-10
    • 文件大小:19456
    • 提供者:weixin_39840387
  1. 以SYSTEM身份运行程序

  2. CreateSystemProcess,GetProcessId,OpenProcessToken,LookupPrivilegeValue,CloseHandle,CreateToolhelp32Snapshot,Process32First,Process32Next,StrCmpNI,lstrlen,OpenProcess,GetLastError,BuildExplicitAccessWithName,GetKernelObjectSecurity,HeapAlloc
  3. 所属分类:其它

    • 发布日期:2020-07-17
    • 文件大小:18432
    • 提供者:weixin_38649091
  1. jplot:iTerm2 expvarJSON监视工具-源码

  2. jplot Jplot跟踪类似expvar(JSON)的指标,并将其随时间的变化绘制到iTerm2终端中。 上面的捕获是jplot监视Go服务的 : jplot --url http://:8080/debug/vars \ memstats.HeapSys+memstats.HeapAlloc+memstats.HeapIdle+marker,counter:memstats.NumGC \ counter:memstats.TotalAlloc \ memsta
  3. 所属分类:其它

    • 发布日期:2021-01-30
    • 文件大小:7340032
    • 提供者:weixin_42099815