-
本程序为基于vc开发,用于读写系统时间,经实践非常好用
本程序为基于vc开发,用于读写系统时间,经实践非常好用-vc-based development system for reading and writing time, the practice is very handy
- 2022-04-08 18:05:43下载
- 积分:1
-
系统文件查找类 可以查找所有类型文件 使用简单 代有图
系统文件查找类 可以查找所有类型文件 使用简单 代有图
- 2022-06-27 09:21:09下载
- 积分:1
-
进程调度算法:优先数调度优先级最高的…
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(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-08-15 08:10:56下载
- 积分:1
-
Windows 中创建空的备用列表
翻译:maninwest@Codeforge 作者:Member 10018957 @CodeProject如何在 Windows 中创建看空的备用列表。进程黑_客的制造者了解 Windows 内核的里里外外,他们也幸运地熟练掌握 Windows 内核的设计语言C++。而其他的人则努力通过 C# 执行相似的功能。其中一个功能就是释放来自 windows 备用内存的内存。这就是我们在此要做的。最难的部分是获取内核的优先权限。感谢Nick Lowe:http://processprivileges.codeplex.com/步骤1:设置内核优先权限Microsoft 设计了可以获取包含结构数组的结构的 API。没有适用于此的编组过程的捷径。要么假设数组是 length=1 要么要求数组大小在编译时预先确定。为此,我设计了一个类,它通过 System.IntPtr拥有微软在未管理的内存中需要的确切结构。当前,我不得不采用不安全的步骤,但是我确定,将来会有办法绕过。[return: MarshalAs(UnmanagedType.Bool)]
[SuppressUnmanagedCodeSecurity, DllImport("advapi32.dll", SetLastError = true)] internal static extern bool AdjustTokenPrivileges(AccessTokenHandle accessTokenHandle,
[MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges, IntPtr NewPriviledges, Int32 bufferLength, ref IntPtr PriorPriviledges, out Int32 returnLength); 将我的类和 Nick Lowe 的优先代码相结合,我们可以设置内核优先权限:
- 2022-05-07 13:17:48下载
- 积分:1
-
教务系统的实现,能够实现对学生、课程、教师、课程计划及课程表等信息的管理...
教务系统的实现,能够实现对学生、课程、教师、课程计划及课程表等信息的管理-Senate system implementation, be able to achieve on the students, curriculum, teachers, curriculum planning and curriculum information management, etc.
- 2022-04-27 08:17:09下载
- 积分:1
-
C/C++:如何在程序中加载JPG图片?看了本程序,你就差不多搞定啦!...
C/C++:如何在程序中加载JPG图片?看了本程序,你就差不多搞定啦!-C/C++: How in the procedure to load JPG images? Read the procedures, you almost get it!
- 2022-01-26 14:35:57下载
- 积分:1
-
在windows VC++ MFC下打印预览源码,非常实用
在windows VC++ MFC下打印预览源码,非常实用-the windows VC MFC Print preview source, a very practical
- 2022-10-19 04:10:03下载
- 积分:1
-
一款可以获取当前网页所有链接的程序。VC利用MFC编写完成。
一款可以获取当前网页所有链接的程序。VC利用MFC编写完成。-one can access all current Web links procedures. VC using MFC completed.
- 2022-01-26 06:46:38下载
- 积分:1
-
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一...
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0―9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the expression. Suffix expression also called inverse Poland expression, which is made up of formulas can be more convenient for some simple, ordinary expression to calculate the brackets on the existence of the matching problem, in the calculation of expression values are generally first converted into a suffix expression, reuse suffix calculated the value of the expression. Such as : The expression (a, b* c)/d-e suffix method used to be said for abc* d/e-. Consider only four arithmetic operations and the operation of input assumptions are a few decimal (0-9), and enter the suffix-free form expression syntax errors
- 2023-07-12 10:50:03下载
- 积分:1
-
一个简单的基于元胞自动机的限空间内高密度人群流动模型
一个简单的基于元胞自动机的限空间内高密度人群流动模型-Based on a simple cellular automata space limit high-density population flow model
- 2022-06-03 13:23:11下载
- 积分:1