搜索资源列表
-
0下载:
程序通过替换wsock32.dll 来监测winsock调用. 可以在要跟踪的程序当前目录下复制一份 windows\\system\\wsock32.dll 到跟踪的程序当前目录,并改名为 wsock32.aaa,把本程序生成的wsock32.dll 也复制过去。 -wsock32.dll replacement procedures adopted to monitor call winsock. The procedures to follow under the current dire
-
-
0下载:
Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
-
-
0下载:
sysinternals公司制作的一款文件系统监视工具,能监视系统调用的文件-sysinternals company produced a paper system monitoring tool that can monitor the file system call
-
-
0下载:
delphi环境下调用操作系统Api监视系统资源-delphi call the operating system environment monitor system resources Api
-
-
0下载:
钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
-
-
0下载:
楼宇直按可视对讲门铃室系统软件设计及实现单片机软件主要完成门铃呼叫信号、摘挂机、按键检测及相应控制信号的输出,完成来人呼叫后及主动监视30s定时等功能。用MCS-51语言编写的程序如下:
-buildings by direct visualization room intercom doorbell system software design and realization of complete single-chip software doorbell call sign, pick
-
-
0下载:
SIP console application for call center system, call monitor & call control-SIP console application for call center system, call monitor & call control...
-
-
0下载:
中国移动基站拨测系统 设备端监控主程序,主要是嵌入式设备端的监控主程序-China Mobile' s base station equipment-side monitoring measurement system call the main program, mainly embedded devices to monitor the main program end
-
-
1下载:
这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控
制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
-
-
0下载:
提供内存管理:防止内存泄露,通过damd_porting_memory_poor_status()
观察内存使用,查看有没有重复申请的情况
查找内存泄漏的问题
1)长时间运行后出现内存泄漏;
2)为跟踪这个问题做了一个内存监控管理机制,采用分配登记,释放注销的原则,统一封装malloc和
free
3)目的是清楚系统各个模块和各个负责人分配的内存情况;
调用例子-Provide memory management: Prevent memory leaks
-
-
0下载:
使用epoll系统调用监听多个网络连接,实现简单Web服务器-Use epoll system call multiplexer monitor descr iptor fd, simple Web server
-
-
0下载:
一个网站上的源码,关于短信监听、拦截的,有对短信相关系统API调用描述,对学习很有帮助!-A website source code, short message monitor, interception, the messages related to system call API descr iption, very helpful for learning!
-
-
0下载:
摘要:介绍了现场可编程门阵列FPGA(Field Programmable Gate Array)器件XCS30的主要特点、技
术参数、内部结构和工作原理,I}述了其在电力系统高速数据采集系统中的应用实例。电力数据采
集装置—馈线终端单元(FTU)需要监测多条线路的电压和电流,实时性要求高,充分利用FPGA
的并行处理能力,对输入信号实行同时采样、分时进行A/D转换,通过在FPGA片上构建的DRAM
进行数据的快速传输。FPGA在系统中承担了较多的实时任务,使DSP芯片TMS32
-
-
0下载:
手机监听系统的一部分,实现android手机的通话监听-The phone part of the monitoring system, Android phone call monitor
-
-
0下载:
Hook KiFastCallEntry监控系统调用
这是一个监控特定进程系统调用的小程序,整理硬盘时找到的,发出来跟大家分享。原理很简单,通过hook KiFastCallEntry实现,很老的技术了。-The monitoring system Hook KiFastCallEntry call this is a small program to monitor specific process system calls, finishing hard disk when you fi
-
-
2下载:
设计一个内存监视器,能实时地显示当前系统中内存的使用情况,包括系统地址空间的布局,物理内存的使用情况;能实时显示某个进程的虚拟地址空间布局和工作集信息等。
相关的系统调用:
GetSystemInfo, VirtualQueryEx,VirtualAlloc, GetPerformanceInfo, GlobalMemoryStatusEx …-Design a memory monitor, real-time display of the current system
-
-
0下载:
易语言API监视鼠标按键点击源码 CallNextHookEx——呼叫下一钩子
SetWindowsHookExA——安装系统钩子
UnhookWindowsHookEx——卸载系统钩子-Easy language API monitor mouse button click Source CallNextHookEx call the next hook
SetWindowsHookExA hook mounting system
UnhookWindowsHookEx
-
-
0下载:
DLL的文件调用,可以在原有的基础上加以修改就可以监测系统的情况!,-Call DLL files, can be modified on the basis of the original can monitor system!
-
-
0下载:
DLL的文件调用,可以在原有的基础上加以修改就可以监测系统的情况!,-Call DLL files, can be modified on the basis of the original can monitor system!
-
-
0下载:
操作系统实习报告编写一段程序,使用系统调用FORK创建两个子进程(Operating system internship report. Write a program to use the FORK system call to create two child process)
-