-
In layman
深入浅出ARM7-LPC213x_214xEmbedded_systems_architecture_Programming_and_Design-In layman
- 2022-07-01 11:28:27下载
- 积分:1
-
<自己动手写操作系统>源代码第3章随书源码,每个代码都经过调试。...
源代码第3章随书源码,每个代码都经过调试。- source code in Chapter 3 with the source books, each have been debug code.
- 2022-01-24 18:19:30下载
- 积分:1
-
On the operating system on UXIX information, including how the basic operation a...
讲解关于UXIX操作系统的资料,包含如何基本操作以及编程.-On the operating system on UXIX information, including how the basic operation and programming.
- 2023-03-03 03:55:04下载
- 积分:1
-
可带操作系统或者不需要操作系统即可使用的SD卡的源代码!
可带操作系统或者不需要操作系统即可使用的SD卡的源代码!-May bring the operating system or operating system does not need to use the SD card source code!
- 2022-02-14 01:10:53下载
- 积分:1
-
这个文件最初在一个m
这个文件最初在一个m-ix86pm的UCOS For 386包中,
但是没有源代码,原名叫ExeToImg.EXE
用于将PE结构的EXE文件转换为内存映像文件,
可用于在WIN平台上开发基于x86的操作系统
这个源代码编译后效果跟原版差不多,是我用OllyDBG反编译写成C的.
对于学习PE文件及操作系统有一定作用,
毕竟我的大部分的操作是在window下,
机器差得要得,不想用虚拟机在linux下编译入门的操作系统.
像中的Tinux
-This document was originally in a m-ix86pm the UCOS For 386 package, but no source code, the original name used to ExeToImg.EXE structure of PE files into memory EXE image file that can be used in the WIN platform x86-based operating system of the source code compiled with the original effect is almost that I wrote with OllyDBG decompile C
- 2022-03-22 06:43:00下载
- 积分:1
-
这个是删除windows无用的零时文件删除windows无用的临时文件
这个是删除windows无用的零时文件删除windows无用的临时文件-this is the deletion of unwanted windows 0:00 a.m. document useless delete windows temporary files
- 2022-02-05 06:21:05下载
- 积分:1
-
本书是讲述VxD和设备驱动程序的权威指南。主要分为两部分。第一部分(第2到第12章)讲述Windows执行环境和VxD。第二部分(第13到第19章)讲述基于DL...
本书是讲述VxD和设备驱动程序的权威指南。主要分为两部分。第一部分(第2到第12章)讲述Windows执行环境和VxD。第二部分(第13到第19章)讲述基于DLL的驱动程序。本书几乎涵盖了设备驱动程序开发的各个层面,内容全面翔实,可读性较高。 -the book is about the VxD driver and equipment to the authority and guidance. Divided into two main parts. The first part (section 2 of chapter 12) about the implementation of the Windows environment and VxD. The second part (13 to 19) based on the DLL drivers. The book covers almost the device driver development at all levels, as comprehensive and informative, readable higher.
- 2023-04-07 17:35:04下载
- 积分:1
-
bankers algorithm. Resolve Deadlock
银行家算法.解决死锁问题-bankers algorithm. Resolve Deadlock
- 2022-04-17 09:22:05下载
- 积分:1
-
一个整体操作系统的主要功能的计算机模拟实现(含进程、内存与设备管理)...
一个整体操作系统的主要功能的计算机模拟实现(含进程、内存与设备管理)-an overall system of the main functions of the computer simulation (including the process, memory management and equipment)
- 2023-02-01 02:50:03下载
- 积分:1
-
线程同步机制。
互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、...
线程同步机制。
互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex" s function and the critical region is very similar. The difference is: Mutex spent more time than the multi-Critical Section, but the Mutex is the core object (Event, Semaphore is), you can cross-process use, and has been locked waiting for a Mutex can be set to TIMEOUT, not as Critical Section did not know the critical situation in the region, for so long and so die.
- 2023-07-23 08:05:05下载
- 积分:1