搜索资源列表
ossybook
- 本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-the design I use most frequently used pages out algorithm. The algorithm needs his wife to a certain page is the
多媒体新闻系统
- 比较好的新闻ASP辕马。2.后台更新了全套编辑器图标,配合新版发布 3.后台增加多次查找替换、计算器、当前日期、当前时间、EXCEL表格、符号、公式等功能,大大增强了表格编辑功能。 4.后台增加保存文章时保存远程(从其它网站上复制内容,并且内容中包含有图片)的图片。 5.其他小的修正 6.中英文混合标题截取修正 7.新闻增加手动分页功能 8.大类修改总栏类别的BUG 9.重写原有自带计数器,不需要FSO权限;防刷新;不管每天服务器什么时候关,在第二天都会自动清零;提供
shuji
- 计数器用一个开关K控制,当K=1时,可逆加法计数器进行计数,K=0时可逆减法计数器进行计数,即可构成一个具有清零和预置功能的可逆加减法计数器-counter with a control switch K, K = 1, the reversible addition counter for counting, K = 0 reversible subtraction counter for counting, with constitutes a reset and preset functi
guofuskksjhithhgnuoi
- 数字时控器 题目要求: 1、 在定时范围1分钟内,用开关设置两个任意时刻t1和t2,到t1时能够自动启动某一过程,t2时停止该过程. 2、 定时精度1s 3、 时间由数码管显示. 4、要求计数器具有异步清零功能,计数控制功能 -figures controller topics : 1, the scope of a regular minutes, Switching set two arbitrary time t1 and t2, t1 can be automa
喷墨打印机维修资料
- 价值连城的喷墨打印机维修资料 EPSON彩喷机和HP激光机计数器的清零-priceless inkjet printer maintenance information EPSON 16.957 machines and HP laser machine, reset the counter
模拟页式虚拟存储管理中缺页中断
- 本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction: This design require me use a most unusual swap algorithm. When swap operation is demanded, this al
cnt_100
- 带有同步复位的可加载的100制进的可加可减计数器-With synchronous reset can be loaded into the 100 system can be increased or decreased Counter
oushoufenping
- 偶数倍分频:偶数倍分频应该是大家都比较熟悉的分频,通过计数器计数是完全可以实现的。如进行N倍偶数分频,那么可以通过由待分频的,时钟触发计数器计数,当计数器从0计数到N/2-1时,输出时钟进行翻转,并给计数器一个复位信号,使得下一个时钟从零开始计数。以此循环下去。这种方法可以实现任意的偶数分频。-Dual frequency many times: even several times frequency should be more familiar with all the sub-frequ
wdt
- Watch Dog Counter reset the output when the given timing meets.
Count_Up
- UP COUNTER, 4 LED displays, memory (in case supply down counter will be save counted impulse, after the power is available again counter will count from memorized value), only the button RESET can clear the counted value.
example3
- Example3 加/减法计数器 本例程实现的是一个加/减8 进制计数器。其中包括时钟输入、使能信号、加减控制信 号、复位信号、三位输入和一位进位位。 -Example3 add/subtract counter implementation of this routine is a plus/minus 8 binary counter. These include the clock input enable signal, addition and subtractio
count_n
- 内置计数器,重置信号到达后开始计数,到达给定数值,输出脉冲-Counter reset, to reach a given value, the output pulse
RESET-COUNTERS-scx_4300-4200
- Reset Counter printer SCX-4200-43-Reset Counter printer SCX-4200-4300
The-decimal-counter
- 用verilog实现的十进制计数器(异步复位)-The decimal counters (asynchronous reset)
counter
- 设计一个十进制计数器模块,输入端口包括 reset、up_enable 和 clk,输出端口为 count 和 bcd,当 reset 有效时(低电平),bcd 和 count 输出清零,当 up_enable 有效时(高电 平),计数模块开始计数(clk 脉冲数),bcd 为计数输出,当计数为 9 时,count 输出一 个脉冲(一个 clk周期的高电平,时间上与“bcd=9”时对齐)-Design of a decimal counter module, input port,
counter (2)
- This tutorial introduce VHDL code for clock pulse and 4-bit counter. With four bits, the counter count from 0 to 15. The timing of the counter is controlled by a clock signal. There will be a clear signal which can reset the counter value.
RESET EPSON T50
- reset couter espon t50
programador eeprom SCX 4200
- reset counter t50 epson
Epson TX125 Reset Program
- Reset Epson TX123 waste ink pad counter
counter
- 定义一个类,类名为CounterType。这个类的对象用于计数,记录一个非负的整数。为该类写一个默认构造函数,它能将计数器置0;再写一个构造函数,它接收一个参数,用于将计数器设为由参数指定的值。编写两个成员函数,分别使计数能够递增1和递减1。确保任何成员函数都不允许计数器为负值。成员函数void reset( );能在任何时候将计数器的值重置为0。编写两个成员函数,一个返回当前计数器的值,另一个将计数器的值输出到一个流,这个用于输出的函数有一个ostream类型的形式参数(被调用时,实际参数可以