-
In some cases you need to display the callstack of the current thread or your ar...
In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads / processes. Therefore I wrote this project.
The goal for this project was the following:
Simple interface to generate a callstack
C++ based to allow overwrites of several methods
Hiding the implementation details (API) from the class interface
Support of x86, x64 and IA64 architecture
Default output to debugger-output window (but can be customized)
Support of user-provided read-memory-function
Support of the widest range of development-IDEs (VC5-VC8)
Most portable solution to walk the callstack
-In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads/processes. Therefore I wrote this project.
The goal for this project was the following:
Simple interface to generate a callstack
C++ based to allow overwrites of several methods
Hiding
- 2022-02-14 18:26:54下载
- 积分:1
-
一个捕捉屏幕鼠标位置的源程序,包括所有的源码
一个捕捉屏幕鼠标位置的源程序,包括所有的源码-Capture the screen of a mouse the location of source, including all of the source
- 2022-09-18 18:55:03下载
- 积分:1
-
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
- 2023-01-10 21:05:03下载
- 积分:1
-
简单的Java聊天室系统
C/S实训开发模拟
运用Java程序编程聊天室,实现简单的聊天功能。它是以图形界面,线程,数据流等技术的综合应用。其界面主要采用了java.awt包,java.swing包以及java.util包等。程序实现了聊天室的基本功能,其中有:
1. 启动服务器;
2. 进入客户端界面;
3. 登录聊天室;
4. 发送信息(发送按钮);
5. 关闭服务器(关闭按钮)。
要实现用户与服务器相连接,就要用到Java网络编程的知识。当客户需要通信时,它们可以通过使用socket类建立套接字对象并连接在一起,当客户端对象建立后,客户端socket对象可以使用方法getInputStream()获得一个输入流,这个出入流的源和服务器的一个输出流的目的地刚好相同,所以,客户端用输入流可以读取服务器写入到输出流中的数据,客户端Socket对象使用方法getOutputStream()获得一个输出流,这个输出流的目的地和服务器端的一个输入流的源刚好相同,因此服务器用输入流可以读取客户写入到输出流中的数据。为了能使客户成功地连接到服务器,服务器必须建立一个ServerSocket对象,该对象通过将客户端的套接字对象和服务器端的一个套接字对象连接起来,从而达到连接的目的。当服务器的ServerSocket
- 2022-03-23 13:31:03下载
- 积分:1
-
下载的视频文件
这是从相机捕获视频的文件并显示和它会执行一些音频功能方面的需求,我们可以看到任何类型的视频从任何地方用于捕获,它将支持所有类型的像 h264 和 v264 的视频编解码器
- 2022-06-30 09:05:55下载
- 积分:1
-
双机并口通信程序
双机并口通信程序-Two-plane parallel port communication program
- 2023-04-23 16:40:03下载
- 积分:1
-
- 2022-05-18 05:47:09下载
- 积分:1
-
develolped with VB,about sending and receiveing email.
用VB开发,关于收发邮件。
- 2022-02-10 12:21:00下载
- 积分:1
-
此代码实现了图象的平移,旋转,镜像,转置,缩放等几何变换算法....
此代码实现了图象的平移,旋转,镜像,转置,缩放等几何变换算法.-This program achieves geometrical transform algorithm of images levle-remove,circumrotation,Mirror,transpose,zoom and so on.
- 2022-08-25 01:40:18下载
- 积分:1
-
ini adalah program untuk menyimpan data lewat mmc dengan mikrokontroller
ini adalah program untuk menyimpan data lewat mmc dengan mikrokontroller
- 2023-02-21 02:50:04下载
- 积分:1