-
分析pe文件的信息,节表section信息,各种DATA_DIRECTORY位置,信息和资源信息,function imports table和function...
分析pe文件的信息,节表section信息,各种DATA_DIRECTORY位置,信息和资源信息,function imports table和function exports table-pe analysis of the information document, Table section Festival information, DATA_DIRECTORY various locations, information and resource information, function table imports and exports table function
- 2023-08-30 07:25:03下载
- 积分:1
-
8皇后问题,N皇后问题,随机算法,提高速度
8皇后问题,N皇后问题,随机算法,提高速度-this is a randomized solution of N Queens. with random algrithism, we can improve the speed of finding solution
- 2022-07-18 12:37:32下载
- 积分:1
-
access under mouse control handle and content (mainly access to the website, and...
获取鼠标下控件句柄和内容(主要是获取网页中的,并操作).rar-access under mouse control handle and content (mainly access to the website, and operation). Rar
- 2023-05-12 07:05:03下载
- 积分:1
-
process scheduling procedures, suitable for courses on operating system design a...
进程调度程序,适合操作系统课程设计及上机实验,可以自己修改,也可以直接应用.-process scheduling procedures, suitable for courses on operating system design and experiment on the plane, his amendment can be applied directly.
- 2023-04-02 03:55:03下载
- 积分:1
-
一个查看密码的spy 扩展程序,推荐下载,非常酷
一个查看密码的spy 扩展程序,推荐下载,非常酷--A spy extent program which can catch the password, recommend!
- 2022-04-30 16:21:14下载
- 积分:1
-
这是“系统托盘编程完全指南(三)”文章的配套例子代码。实现了托盘程序图标气球式样的提示。这是一个IE5.0+以后才有的新特性。 托盘程序的信息提示通常是将鼠标光...
这是“系统托盘编程完全指南(三)”文章的配套例子代码。实现了托盘程序图标气球式样的提示。这是一个IE5.0+以后才有的新特性。 托盘程序的信息提示通常是将鼠标光标移到托盘图标上之后,Windows会发送消息给托盘程序,从而显示提示信息――Tooltip。但在Windows XP中我们还看到有些系统托盘程序是自动显示ToolTips信息的,也就是说不用将鼠标光标移到托盘图标上便可显示ToolTips,在这是怎么实现的呢?此代码将示范一种新奇的ToolTips风格,它叫做气球提示:Balloon Tips。-This the "system tray full programming guide (3)" article supporting code examples. Achieving a tray icon balloon style tips. This a lE5.0 only occurred after the new features. The procedure tray is usually prompts the mouse to move the cursor on the tray icon, Windows will send messages to the tray procedures, as evidenced by a message-- Tooltip. However, in Windows XP, we also see some system tray procedure is automatic ToolTips information, in other words no need to move the mouse cursor on the tray icon will show ToolTips, it is how to achieve? This code will demonstrate a strange ToolTips style, it is called balloon Tip : Balloon Tips.
- 2022-09-01 14:40:03下载
- 积分:1
-
安全稳定的实现进线程监控 进线程监视在底层是如何实现的,在win2000源代码中先找到创建线程的函数实现 然后实现线程监视...
安全稳定的实现进线程监控 进线程监视在底层是如何实现的,在win2000源代码中先找到创建线程的函数实现 然后实现线程监视-achieve security and stability of the control into the threads into threads surveillance at the bottom is how to achieve, in WIN2000 first of the source code to find threads to create a function to achieve realization then threaded surveillance
- 2022-12-18 02:15:02下载
- 积分:1
-
process Scheduling Algorithm : The highest priority of several priority scheduli...
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
- 2022-07-18 13:52:56下载
- 积分:1
-
CUP utilization and memory utilization in real time the display device the curre...
CUP利用率和内存利用率会实时显示设备当前的系统状态。如果同时运行太多程序而变得很慢,可以用此来查看。-CUP utilization and memory utilization in real time the display device the current system state. If you run too many programs have become very slow, you can use this to view.
- 2022-12-10 23:15:03下载
- 积分:1
-
从.net框架中反编译出的nsafeNativeMethods类,在框架中由于是内部类型无法从外界调用。用此类中的IPersistStreamInit接口可实现...
从.net框架中反编译出的nsafeNativeMethods类,在框架中由于是内部类型无法从外界调用。用此类中的IPersistStreamInit接口可实现从内存流中加载图片等文件到WEBBROWSER控件-From. Net framework decompile out nsafeNativeMethods category, in the framework as a result of an internal type can not be called from the outside world. IPersistStreamInit use of such interface can be realized from the memory stream to load images and other documents to the WebBrowser control
- 2022-01-26 06:45:17下载
- 积分:1