登录
首页 » C# » MyBank

MyBank

于 2010-05-04 发布 文件大小:258KB
0 139
下载积分: 1 下载次数: 1

代码说明:

说明:  操作系统银行家算法,C#编写,比较漂亮,有用!(OS Banker' s algorithm, C# prepared, more beautiful, works!)

文件列表:

MyBank\MyBank\Properties\Resources.resx
MyBank\MyBank\Properties\Settings.settings
MyBank\MyBank\Properties\AssemblyInfo.cs
MyBank\MyBank\Properties\Resources.Designer.cs
MyBank\MyBank\Properties\Settings.Designer.cs
MyBank\MyBank\fmmain.cs
MyBank\MyBank\MyBank.csproj.user
MyBank\MyBank\fmSet.cs
MyBank\MyBank\MyBank.csproj
MyBank\MyBank\bin\Debug\MyBank.vshost.exe
MyBank\MyBank\bin\Debug\DiamondGreen.ssk
MyBank\MyBank\bin\Debug\Install_04.ico
MyBank\MyBank\bin\Debug\SetXML.xml
MyBank\MyBank\bin\Debug\IrisSkin2.dll
MyBank\MyBank\bin\Debug\MyBank.exe
MyBank\MyBank\bin\Debug\MyBank.pdb
MyBank\MyBank\bin\Debug\DataXML.xml
MyBank\MyBank\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
MyBank\MyBank\obj\Debug\MyBank.csproj.GenerateResource.Cache
MyBank\MyBank\obj\Debug\MyBank.pdb
MyBank\MyBank\obj\Debug\MyBank.fmAddNode.resources
MyBank\MyBank\obj\Debug\MyBank.fmDelNode.resources
MyBank\MyBank\obj\Debug\ResolveAssemblyReference.cache
MyBank\MyBank\obj\Debug\MyBank.fmCreate.resources
MyBank\MyBank\obj\Debug\MyBank.fmmain.resources
MyBank\MyBank\obj\Debug\MyBank.fmResource.resources
MyBank\MyBank\obj\Debug\MyBank.fmSet.resources
MyBank\MyBank\obj\Debug\MyBank.Properties.Resources.resources
MyBank\MyBank\obj\Debug\MyBank.exe
MyBank\MyBank\obj\MyBank.csproj.FileListAbsolute.txt
MyBank\MyBank\obj\MyBank.csproj.FileList.txt
MyBank\MyBank\fmCreate.Designer.cs
MyBank\MyBank\fmResource.Designer.cs
MyBank\MyBank\fmResource.resx
MyBank\MyBank\fmmain.Designer.cs
MyBank\MyBank\fmCreate.cs
MyBank\MyBank\fmmain.resx
MyBank\MyBank\fmCreate.resx
MyBank\MyBank\fmSet.Designer.cs
MyBank\MyBank\fmResource.cs
MyBank\MyBank\Program.cs
MyBank\MyBank\fmDelNode.cs
MyBank\MyBank\Install_04.ico
MyBank\MyBank\fmAddNode.Designer.cs
MyBank\MyBank\fmDelNode.Designer.cs
MyBank\MyBank\fmAddNode.cs
MyBank\MyBank\fmAddNode.resx
MyBank\MyBank\fmDelNode.resx
MyBank\MyBank\fmSet.resx
MyBank\MyBank\code\DoXml.cs
MyBank\MyBank\code\proClass.cs
MyBank\MyBank.sln
MyBank\MyBank.suo
MyBank\MyBank\obj\Debug\TempPE
MyBank\MyBank\obj\Debug\Refactor
MyBank\MyBank\bin\Debug
MyBank\MyBank\obj\Debug
MyBank\MyBank\Properties
MyBank\MyBank\bin
MyBank\MyBank\obj
MyBank\MyBank\code
MyBank\MyBank
MyBank

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

发表评论

0 个回复

  • simple-file
    简单的文件系统试验源代码,可用于操作系统的大型实验~~(Simple test source code of the file system, the operating system can be used for large-scale experiments to ~)
    2013-01-06 14:34:35下载
    积分:1
  • operatingsystem
    操作系统知识要点,四级复习资料,需要的可以下来看看(Operating system knowledge points 4 Review the information required can be down to see)
    2009-02-20 14:44:14下载
    积分:1
  • caozuoxitong
    大三操作系统的报告,完全包干,给需要的人(Third report of the operating system completely lump sum to those who need it)
    2008-12-26 10:20:54下载
    积分:1
  • LRU
    利用LRU算法仿真请求页面系统 1、设计内容:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:近期最久未使用算法(LRU) 2) 内存物理块数固定为3个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(0-9页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串长度50---100,要求必须包括作业所有的页面,可作为样例数据保存 6) 可读取样例数据(要求存放在外部文件中)进行作业数量、作业大小、页面串长度的初始化 7) 要求采用可视化界面,模拟内存分配和使用情况图,可在运行过程中随时暂停,查看当前内存物理块使用情况。 8) 每次全部作业运行结束后,要求打印出访问命中率 (Request page using LRU algorithm simulation system)
    2011-07-06 17:33:06下载
    积分:1
  • test1
    生产者消费者问题-经典进程同步问题——生产者消费者问题及其同步方案;(produce&comsumer produce&comsumerproduce&comsumerproduce&comsumer)
    2018-05-03 19:36:23下载
    积分:1
  • ucore-lab1
    Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统做准备。proj1 提供了一个非常小的bootloader,整个bootloader 的大小小于512 个字节,这样才能放到硬盘的主引导扇区中。通过分析和实现这个bootloader,读者可以了解到:基于分段机制的存储管理、设备管理的基本概念、PC 启动bootloader 的过程、bootloader 的文件组成、编译运行bootloader 的过程、调试bootloader 的方法、在汇编级了解栈的结构和处理过程、中断处理机制、通过串口/并口/CGA 输出字符的方法。文件中包括源代码、实验指导书和实验报告。(Ucore is a small operating system for learning, the " Sparrow" contains the virtual memory management, process management, processor scheduling, synchronization mutually exclusive, inter-process communication, file system and other major kernel functions, the total amount of kernel code ( C+ asm) no more than 5K lines. Fully embodies the " small" the guiding ideology. This is ucore experiment 1: the system software boot process. Purpose: the operating system is a software, but also need some mechanism to load and run it. Here we will adopt another more simple software-bootloader to complete these tasks. To this end, we need to be able to complete a switch to the x86 protected mode and display the characters bootloader, the operating system to start to prepare for the future. proj1 provides a very small bootloader, the bootloader is less than 512 bytes in size, so as to put the hard disk master boot sector. Through the analysis and to achieve this bootloader, the read)
    2011-06-07 14:36:34下载
    积分:1
  • sskelm
    说明:  运用机器学习中的半监督核极限学习机模型,可以实现故障分类,例如气动调节阀故障(Using the semi-supervised nuclear extreme learning machine model in machine learning, fault classification can be achieved, such as pneumatic valve failure)
    2019-05-25 00:48:20下载
    积分:1
  • unix_V
    说明:  著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 (famous AT)
    2006-01-10 11:14:16下载
    积分:1
  • stm32f103rct6步进电机freeRTOS掉电保存
    stm32f103rct6步进电机 基于freeRTOS 掉电存储(stm32f103rct6 stepper based freeRTOS)
    2020-06-15 22:45:01下载
    积分:1
  • Shell-Programming-in-24-Hours
    INSTRUCTOR’S MANUAL TO ACCOMPANY OPERATING SYSTEM CONCEPTS SIXTH EDITION ABRAHAM SILBERSCHATZ Bell Laboratories PETER BAER GALVIN Corporate Technologies GREG GAGNE Westminster College
    2012-04-16 15:53:06下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载