登录
首页 » matlab » AOS-method

AOS-method

于 2020-10-31 发布 文件大小:468KB
0 235
下载积分: 1 下载次数: 49

代码说明:

  正则化P-M模型的半隐式求解格式,加性分裂算子(AOS)方法(Regularization P- semi implicit solving format of M model, additive division operator (AOS) method)

文件列表:

使用正则化P-M方程的半隐式方案AOS算法实

......................................\gauss.m,1152,2014-06-06
......................................\gauss.txt,1152,2011-06-13
......................................\p_M_AOS.txt,2394,2011-06-13
......................................\Thomas.m,629,2014-06-06
......................................\Thomas.txt,629,2011-06-13
......................................\Untitled.m,2343,2014-06-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • a.c
    dos 工具 用老版本的gcc编译,否则会出错(dos tools with older versions of THING)
    2016-07-11 08:01:26下载
    积分:1
  • BIOS_HandBOOK
    完全BIOS手册,开发BIOS的人员可以参考作为入门。(BIOS HandBook)
    2009-06-11 10:08:43下载
    积分:1
  • process_attemper
    1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。 2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。 3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。 4、 程序与报告要求: a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。 b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。 c) 可以选择在Windows或Linux环境下编写、运行程序 d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。 e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。 (1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority number in operation during the entire process will not change. priority number in the designated input data, can be reached under the order, running time determine. b) dynamic priority number refers to several priorities for the process of the creation process can be given an initial value, and according to the principle of amending certain priority number.)
    2007-07-04 12:57:51下载
    积分:1
  • DebianPacker_1_3_2
    打包解包DEB 非常简单快捷。是ios破解爱好者的福音(Packing and unpacking DEB)
    2021-01-08 17:18:52下载
    积分:1
  • disk
    操作系统各种调度算法模拟,包括先来先服务、最短寻道时间优先、电梯调度算法等。(A variety of operating systems scheduling algorithm simulation, including first come, first service, the shortest way time priority, elevator for scheduling algorithm, etc.)
    2012-03-14 16:09:17下载
    积分:1
  • Wildcard-learning
    正确认识 学习表达式 也有关于DOS 通配符学习(Correct understanding of learning DOS wildcard expressions are also learning about)
    2014-04-16 20:48:23下载
    积分:1
  • df
    说明:  主存空间的分配和回收的作业,做的不错的,大家自己调整吧~~(Main memory space allocation and recovery operations, to do good, everybody make their own adjustments ~ ~~)
    2012-06-25 13:02:40下载
    积分:1
  • TrustedGRUB-1.1.5.tar
    支持可信启动链,支持TPM/TCM。在GRUB的stage1, stage1.5, stage2对关键加载数据进行扫描,并记录到TPM/TCM芯片中。需要BIOS提供0x1A中断实现。(supports trusted booting, support TPM/TCM。This software measures key data in stage1, stage1.5, stage2, and record into TPM/TCM chip. needs 0x1A interrupt functions implemented in BIOS.)
    2014-05-29 14:22:10下载
    积分:1
  • 页面调度算法
    页式虚拟存储器的页面置换算法一般有: 最佳置换算法(OPT),先进先出置换算法(FIFO),最近最久未使用置换算法(LRU),Clock置换算法,最少使用置换算法(LFU),页面缓存算法(PBA)等。 先进先出(FIFO)置换算法是最直观的置换算法,由于它可能是性能最差的算法,故实际应用极少。在这里我只使用前面三种算法来进行页面调度(Page replacement algorithms for page virtual memory generally include the best permutation algorithm (OPT), advanced first out permutation (FIFO), the most recent unused replacement algorithm (LRU), Clock permutation algorithm, minimum use of permutation (LFU), and page caching algorithm (PBA). The first in first out (FIFO) replacement algorithm is the most intuitive replacement algorithm, because it may be the worst performing algorithm, so there are few practical applications. Here I only use the first three algorithms for page scheduling.)
    2018-05-22 13:02:20下载
    积分:1
  • 10
    常用页面置换算法模拟通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存储技术的特点(Commonly used page replacement algorithm simulation)
    2012-12-02 16:00:53下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载