-
本件能够使得你的应用程序同时只能运行一个
本件能够使得你的应用程序同时只能运行一个-Only 1 instance of your application can run in the same time
- 2022-01-31 00:12:00下载
- 积分:1
-
根据所接收的值,程序可以在1到100之间接收一个整数…
程序能够接收1~100之间的整数,根据接收的数值,计算其Fibonacci数,在屏幕上输出其值。Fibonacci数列的定义如下:
Fib(1)=1
Fib(2)=1
Fib(n)=fib(n-2)+fib(n-1)
-Program can receive an integer between 1 to 100, according to the received value, to calculate the Fibonacci number, the screen output of its value. Fibonacci sequence is defined as follows: Fib (1) = 1 Fib (2) = 1 Fib (n) = fib (n-2)+ fib (n-1)
- 2023-05-17 04:15:03下载
- 积分:1
-
控制CAPSLOCK, NUMLOCK, SCRLOCK键的程序
控制CAPSLOCK, NUMLOCK, SCRLOCK键的程序-The Example of controling CAPSLOCK, NUMLOCK, SCRLOCK
- 2022-08-08 23:48:17下载
- 积分:1
-
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
-
Delphi中搜索
&模块:Delphi中的ADSI搜索
- 2022-06-18 14:26:18下载
- 积分:1
-
This is a C game.Let me share it with you. Thank you!
This is a C game.Let me share it with you. Thank you!
- 2023-07-13 16:00:03下载
- 积分:1
-
VB编写的电子地图,可以实现基本的功能,如缩放…
VB编写的电子地图,可实现放大缩小查找等基本功能-VB prepared the electronic maps, can realize the basic functions such as zoom to find
- 2022-02-12 01:10:45下载
- 积分:1
-
通过广度优先算法,遍历网络中的每个结点,得到遍历结点的时间...
通过广度优先算法,遍历网络中的每个结点,得到遍历结点的时间-Through breadth-first algorithm, network traversal each node, the node traversal time
- 2022-03-19 17:43:39下载
- 积分:1
-
对输入的10个数据点进行直线拟合
对输入的10个数据点进行直线拟合-the importation of 10 data points for linear fitting
- 2022-08-04 11:55:34下载
- 积分:1
-
taskview
任务视图
- 2022-02-04 13:57:36下载
- 积分:1