搜索资源列表
ossybook
- 本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-the design I use most frequently used pages out algorithm. The algorithm needs his wife to a certain page is the
CPUPerformanceCounter
- CSharp开发的图形显示系统中各种计数器的小程序-CSharp development of the graphics system of small counter various procedures
comput
- 计数器的C#实现,有加减乘除,乘方,开方等操作。-counter C#, arithmetic, involution, evolution and other operations.
num
- 数字输入控件,类似计数器的显示,C#专用-Digital input controls, similar to the display counters, C# precincts
CreatShortcut
- C#中没有提供创建快捷方式的方法,找了好长时间找到的创建快捷方式最好的方法,没有性能计数器等问题的困扰,和大家分享。
count
- c#做的一个计数器,课堂实验来的,希望对大家有用
d
- 哥赫巴德猜想 汉若塔 简单编码 简单计数器
EasyHit_srcode
- asp.net计数器控件-counter Asp. Net control
计算器实例程序
- 一个小计数器 c#编的 语句简单,初学者可下而学之-a small counter c # series of simple statements, and beginners can be acquired under
计数器原码
- 采用Stack类来实现计数器的简单运算.-used to achieve a simple counter computing.
COUNTER
- ActiveDAQ 研华数据采集图形控件计数器控件使用例程-ActiveDAQ Advantech data acquisition routine control using graphical controls counter
Caculater
- 一个简单的计数器程序,用C#写的,功能不是很强,用到了一些委托的概念。-A simple counter procedures, using C# Written function is not very strong, and used a number of commissioned concept.
counter
- 相信很多人都可以做得一个计数器的程序,不论是用C#、VB、VC++等编程工具。在这里我所做的这个计数器是使用C#做的,效果可能可其他人所做的不一样。它主要的目的是通过等额还贷对买房子的客户分期付款的金额和要多少年限才能还清钱进行计算。-I believe many people could do a counter procedures, whether they are using C#, VB, VC++ And other programming tools. I have done he
caculator
- 一个利用了面向对象方法开发的计数器 C#语言写的-One advantage of object-oriented method to develop the language of the counter written in C#
1602
- 基于单片机的stc89c52rc的实验 1602液晶显示与计数器倒计时计数-Based on the experimental SCM stc89c52rc liquid crystal display with 1602 count countdown counter
pinlvji
- 本例子是采用定时计数器1实现精确定时1S,然后测量脉冲个数,从而得出频率-This example is used from time to time to achieve an accurate timing counter 1S, and then measuring the number of pulses so as to arrive at the frequency of
sr
- 计数器和手机归属地查询, 计数器和手机归属地查询-Counter and cell phone ownership to inquiries, counters and mobile phone ownership to inquiries, counters and mobile phone ownership to inquiries,
123
- 可预置可逆4位计数器可预置可逆4位计数器
View_counter_value_C_programming_code
- C编程查看计数器值代码View counter value C programming code-View counter value C programming code
counter
- 定义一个类,类名为CounterType。这个类的对象用于计数,记录一个非负的整数。为该类写一个默认构造函数,它能将计数器置0;再写一个构造函数,它接收一个参数,用于将计数器设为由参数指定的值。编写两个成员函数,分别使计数能够递增1和递减1。确保任何成员函数都不允许计数器为负值。成员函数void reset( );能在任何时候将计数器的值重置为0。编写两个成员函数,一个返回当前计数器的值,另一个将计数器的值输出到一个流,这个用于输出的函数有一个ostream类型的形式参数(被调用时,实际参数可以