-
多线程下的文件读写加锁
多线程下的文件读写加锁 -File accesss lock in multi-thread
- 2022-08-25 12:34:50下载
- 积分:1
-
one of the examples of multi
一个关于多线程的事例,学习多线程最好用上12分的心,很多的意外错误让你想冬眠.也许你还发誓一辈子都只写单线程的.~^~-one of the examples of multi-threaded, multi-thread study the best use of 12 hours of heart, Many accidents wrong to let you hibernate. Perhaps you also vowed only to write a lifetime of the thread. ~ ^ ~
- 2022-05-31 17:41:20下载
- 积分:1
-
java数据库,这是非常有用的当您尝试使用如java程序…
java for database, It is very useful when you try to use such as java to program .
- 2022-06-03 18:56:53下载
- 积分:1
-
一个动态链接库源文件,实现动态链接库的生成功能
一个动态链接库源文件,实现动态链接库的生成功能-A dynamic link library source files, dynamic link library generation function
- 2022-05-23 12:39:44下载
- 积分:1
-
实现了以重定向的命令,输入命令,或文件的编译…
在VC下实现了DOS命令的重定向,输入DOS命令,或者文件的编译命令,可以在VIEW试图下显示结果,基本上可以替代CMD命令窗口-VC achieved in order to redirect DOS, enter the DOS command, or file the compiler command, you can attempt to display the results of VIEW, basically an alternative to CMD command window
- 2022-02-16 01:51:26下载
- 积分:1
-
it is a page replacement algorithms
it is a page replacement algorithms
- 2022-01-21 17:48:37下载
- 积分:1
-
JOS Lab 2: Memory Management
The first component is a physical memory allocator for the kernel, so that the kernel can allocate memory and later free it. Your allocator will operate in units of 4096 bytes, called pages. Your task will be to maintain data structures that record which physical pages are free and which are allocated, and how many processes are sharing each allocated page. You will also write the routines to allocate and free pages of memory.
The second component of memory management is virtual memory, which maps the virtual addresses used by kernel and user software to addresses in physical memory. The x86 hardware memory management unit (MMU) performs the mapping when instructions use memory, consulting a set of page tables. You will modify JOS to set up the MMU page tables according to a specification we provide.
- 2022-02-05 12:16:48下载
- 积分:1
-
Windows NT平台的关机代码包的C语言头文件,只是#…
Windows NT平台下关机代码,封装为C语言头文件,只需#include "xSHUTDOWN.h"即可使用。-Windows NT platform shutdown code package for the C language header files, just# Include xSHUTDOWN.h to use.
- 2022-02-14 10:06:20下载
- 积分:1
-
api function Xiang Jie, including the use of api functions, a simple api functio...
api函数详解,包括api函数的用法,简单的api函数使用功能-api function Xiang Jie, including the use of api functions, a simple api function, use function
- 2022-06-29 23:03:25下载
- 积分:1
-
以实现的类:
XArray<T>
XDynamicArray<T>
开始实现XByteBuffer
1、定义好相关类的框...
以实现的类:
XArray
XDynamicArray
开始实现XByteBuffer
1、定义好相关类的框架,也就是只有定义,而无实现内容
2、依次实现-to achieve the category : XArray
- 2022-02-22 01:46:33下载
- 积分:1