-
告诉怎么控制智能卡的操作,此程序就是对智能卡的控制
告诉怎么控制智能卡的操作,此程序就是对智能卡的控制-Told how to control the operation of the smart card, this program is to control the smart card
- 2022-03-21 16:28:29下载
- 积分:1
-
计算油库库容的经典算法,Q
计算油库库容的经典算法,Q-q方法,用来确定补油的量和补油点。-Q-q method for oil product depot capacity computing, a classic method of determing the amount of oil supply and the point to gain oil
- 2022-06-15 20:06:35下载
- 积分:1
-
Java实现deadlock detection algorithm
Java实现deadlock detection algorithm-Java deadlock detection algorithm
- 2022-07-07 18:54:12下载
- 积分:1
-
Cairngorm code explain the various API syntax Detailed
Cairngorm 语法代码详解 各种API详解-Cairngorm code explain the various API syntax Detailed
- 2022-01-25 16:46:41下载
- 积分:1
-
norm Comctl32 practice, register DLL type, and then in other software for call,...
模方comctl32的做法,在DLL中注册类,然后在其它软件中进行调用,可以用于PowerBuilder哦.-norm Comctl32 practice, register DLL type, and then in other software for call, which can be used PowerBuilder oh.
- 2022-02-24 20:14:48下载
- 积分:1
-
NVRAM WakeUp可以读写BIOS中的WakeUp 时间(通过最近2.4.x内核的/dev/nvram)。在这个WakeUp 时间,计算机将从软停止状态被...
NVRAM WakeUp可以读写BIOS中的WakeUp 时间(通过最近2.4.x内核的/dev/nvram)。在这个WakeUp 时间,计算机将从软停止状态被自动加电。-NVRAM WakeUp BIOS can read and write the WakeUp time (through the recent 2.4.x kernel/dev/nvram). In this WakeUp time, the computer will stop the soft state automatically increases power.
- 2023-08-21 21:30:03下载
- 积分:1
-
PL0 compiler source code 2. Requirements of PL/0 compiler is again compiled prog...
PL0编译器源代码
2. 要求的PL/0编译器是个一遍的编译程序,词法分析程序作为子程序,需要的时候被语法分析程序调用,使用语法制导的翻译技术,在语法分析的同时生成中间代码,并保存到文件中。-PL0 compiler source code 2. Requirements of PL/0 compiler is again compiled program, lexical analysis program as a subroutine, and when required by the syntax analysis program call, use the syntax-guided translation technology, in the middle of parsing the same time generating code, and save to a file .
- 2023-07-12 12:00:10下载
- 积分:1
-
收集cpu信息利用率的源代码
收集cpu信息利用率的源代码-information collection cpu utilization of source code
- 2023-01-21 01:35:04下载
- 积分:1
-
这是一个JAVA类的内核代码,解释了JVM在形成编译器的过程和原理,中间有代码解释。...
这是一个JAVA类的内核代码,解释了JVM在形成编译器的过程和原理,中间有代码解释。-This is a kind of core Java code, explain the formation of a JVM compiler process and the principles of interpretation of intermediate code.
- 2022-03-17 21:59:49下载
- 积分:1
-
存储管理中页面置换算法性能测试
要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面
置换算法进行性能测试,并对结果进行分析和比较...
存储管理中页面置换算法性能测试
要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面
置换算法进行性能测试,并对结果进行分析和比较。
(1) 最佳适应(Optimal)页面置换算法;
(2) 先进先出(FIFO)页面置换算法;
(3) 最近最久未使用(LRU)页面置换算法;
(4) 最少使用(LFU)页面置换算法。
要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page replacement algorithm in the performance testing requirements: system for the distribution of partial replacement of fixed storage allocation strategy, the preparation of simulation program on the following page replacement algorithm performance testing, and the results were analyzed and compared. (1) the best adaptation (Optimal) page replacement algorithm (2) First In First Out (FIFO) page replacement algorithm (3) the most recent use of long (LRU) page replacement algorithm (4) use at least (LFU) page replacement algorithm. Requirements applicable to the keyboard input and automatically generated pages to a random sequence of two data entry methods.
- 2022-03-10 14:23:25下载
- 积分:1