-
This is intended to bring the tab function in the framework of cross
这个是带tab功能的框架 截面比较好看 是别人的作品-This is intended to bring the tab function in the framework of cross-section look is the work of others
- 2022-01-25 14:39:45下载
- 积分:1
-
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方...
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方法选择,依置换策略选择一个可置换的页面并计算它们的缺页率以便比较。
-implementation procedures, when the main pages can be no deposit, in order to choose out of the main deposit which pages, spare a spare block transferred to the new store pages. Which pages out of the first problem is the choice of replacement algorithm. The program LRU Methods, according to choose a replacement strategy may replacement pages and calculation of their missing pages rate to facilitate comparison.
- 2022-05-25 18:24:45下载
- 积分:1
-
保留原有工具调入WORD工具的原代码
保留原有工具调入WORD工具的原代码-transferred to retain the existing tools WORD-source tools
- 2022-02-22 07:29:26下载
- 积分:1
-
Paint a more complete software source code, support for brushes and other drawin...
一个比较完整的画图软件的源代码,支持画笔等多种画图工具-Paint a more complete software source code, support for brushes and other drawing tools
- 2022-05-06 05:20:59下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1
-
银行排队叫号代码
资源描述模拟银行业务取号、工作人员叫号业务
- 2022-03-11 19:54:12下载
- 积分:1
-
另一拼图游戏的源代码
另一拼图游戏的源代码-another source puzzles
- 2022-07-24 17:23:08下载
- 积分:1
-
网络编程,进行端口监听
网络编程,进行端口监听-network programming, monitoring ports
- 2022-05-09 11:09:23下载
- 积分:1
-
PowerBuilder常用函数(汉化)
PowerBuilder常用函数(汉化)-PowerBuilder commonly used functions (finished)
- 2022-03-15 07:26:47下载
- 积分:1
-
NTFS流操作.流(STREAM)是NTFS下的概念。目前只有NTFS支持流。流依附于文件而存在,
你可以在流中存储2进制数据,文字或者其他一些东西.就象文...
NTFS流操作.流(STREAM)是NTFS下的概念。目前只有NTFS支持流。流依附于文件而存在,
你可以在流中存储2进制数据,文字或者其他一些东西.就象文件一样。文件存
什么,流就能存什么。每个文件可以含有多个流。当流所依附的文件被删除,
流也随之消失。-NTFS flow operation. Flow (STREAM) NTFS is the concept. At present, only NTFS support flow. Depend on the flow of documents exist, you can flow in two-band data storage, writing or other things. Like papers. What the file, what depositors will be able to flow. Each file can contain a number of flow. When the flow are dependent files are deleted, the flow will disappear.
- 2023-01-27 22:35:03下载
- 积分:1