资源列表
先进先出页面算法程序
- 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。-respectively optimal replacement algorithm (optimal), FIFO (FIFO) page replacement algorithm and the most recent time on the use (LRU) replacement algorithm, the algorithm is given
csharplablet
- 这个自学习的lab为有C#开发经验的程序员提供一个很好的介绍.-learning from the lab to C# programmers development experience provides a good introduction.
trigFunctionsInDegrees
- oiiuiuiuiuiulioiuoioiu
c语言管理系统
- C#管理系统在C#环境下开发,能够实现记录的增加,删除,修改,查询,统计,等功能。是一个不错的管理系统-C# management system in C# development environment, to achieve record to add, delete, modify, query, statistics, and other features. It is a good management system
Csharp写的时钟程序
- 一个很不错的时钟程序。 界面美观且个性化,易操作。-a very good clock procedures. Beautiful interface which personalized and easy to operate.
richtestbox
- richtestbox去掉图片链接点击后,图片周围的虚线?...在本文介绍的程序中,是把读取的文本文件,用一个richTextBox组件显示出来。要读取文本文件,必须使用到\"...掌握了上面这些关键步骤,就可以方便的得到用C#来处理文本文件的一个完-richtestbox Click on the link removed pictures, pictures around the dotted line ... This paper describes the procedure is to
CPuInfo
- 自己弄的一个获得CPU的型号的程序 提供大家学习-themselves get access to a CPU model in the learning process for everyone
Dot_net_study1
- 基于.net 的web程序 以C# 为主的教学。如果认真学习你也可以成为一名asp.net程序员。 这些资料讲述十分详尽,此资料尤其宝贵。 -based. Net web procedures to C#-based teaching. Seriously, if you can learn to become a programmer Asp. Net. Information about these very detailed, this information is particularl
Dot_net_study2
- 基于.net 的web程序 以C# 为主的教学。如果认真学习你也可以成为一名asp.net程序员。 这些资料讲述十分详尽,此资料尤其宝贵。-based. Net web procedures to C#-based teaching. Seriously, if you can learn to become a programmer Asp. Net. Information about these very detailed, this information is particularly
Dot_net_study3
- 基于.net 的web程序 以C# 为主的教学。如果认真学习你也可以成为一名asp.net程序员。 这些资料讲述十分详尽,此资料尤其宝贵。-based. Net web procedures to C#-based teaching. Seriously, if you can learn to become a programmer Asp. Net. Information about these very detailed, this information is particularl
asp.net中绘制饼图与棒图
- asp.net中绘制饼图与棒图,希望能给大家一点帮助-pie and bar map, in hopes of giving us some help!
内联汇编
- 在Visual C++中使用内联汇编不需要额外的编译器和联接器,且可以处理Visual C++中不能处理的一些事情,而且可以使用在C/C++中的变量,所以非常方便。内联汇编主要用于如下场合: 1.使用汇编语言写函数; 2.对速度要求非常高的代码; 3.设备驱动程序中直接访问硬件; 4.\"Naked\" Call的初始化和结束代码。 -used in conjunction with the compilation does not need