CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - memory

搜索资源列表

  1. 三角矩阵

    0下载:
  2. 在C++中用好的办法存储三角矩阵可以节省内存,提高运算效率-C used in a good way storage triangular matrix can save memory and improve computing efficiency
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.29kb
    • 提供者:王通顺
  1. MemStash

    0下载:
  2. C++ 通过Mem类实现Stash类,很经典的一个程序,因为是自动分配内存且是自动消除的.-C category by Mem achieve Stash category, is a classic procedure, because it is automatically allocate memory which is automatically eliminated.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.72kb
    • 提供者:张楞
  1. 银行家法

    0下载:
  2. 一、实验目的: 熟悉银行家算法,理解系统产生死锁的原因及避免死锁的方法,加深记意。 二、实验要求: 用高级语言编写和调试一个描述银行家算法的程序。 三、实验内容: 1、 设计一个结构体,用于描述每个进程对资源的要求分配情况。包括:进程名——name[5],要求资源数目——command[m](m类资源),还需要资源数目——need[m],已分配资源数目——allo[m]。 2、 编写三个算法,分别用以完成:①申请资源; ②显示资源;③释放资源。(动态完成)-an ex
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:23.78kb
    • 提供者:陈晨
  1. 操作系统课程实验

    1下载:
  2. 操作系统实验,包括进程管理,文件管理,内存管理的基本实验源玛-experimental operating system, including process management, document management, memory management source of the basic experiment Machia
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24.57kb
    • 提供者:lome
  1. os_2

    0下载:
  2. 本程序需要用到数据结构中队列的概念完成。用指针指出下一个进程的PCB首地址,最后一个进程中指针为“0”。该调度算法是从后备队列中选择一个或若干个估计运行时间最短的作业,将其调入内存运行。当要求运行时间不为0时,将PCB加入队列(按优先数大小插入,且置队首标志);若要求运行时间为0,则把它的状态修改为“结束”(),并退出队列。-the procedures need to resort to queue data structure to complete the concept. Using i
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:紫水晶
  1. 哈夫曼译码

    2下载:
  2. [基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件T
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:60.07kb
    • 提供者:吕夏琴
  1. 链表的C语言实现之单链表的实现

    0下载:
  2. 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:尹科华
  1. EditOperation

    0下载:
  2. 编写程序对内存数据的操作,实现系统的剪切、复制和粘贴、删除的功能。-procedures for the preparation of data memory, the operation to achieve the cut, copy and paste, delete functions.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7.85kb
    • 提供者:li
  1. a1229

    0下载:
  2. 一个C程序,用char *malloc(unsigned size)函数向系统申请一次内存空间-a C program, char * malloc (unsigned size) function to the system for a memory space
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:927byte
    • 提供者:liutao
  1. a1230

    0下载:
  2. 一个C程序,用char *malloc(unsigned size)函数向系统申请一次内存空间-a C program, char * malloc (unsigned size) function to the system for a memory space
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:927byte
    • 提供者:liutao
  1. Share-memory

    0下载:
  2. 用C#写的共享内存的源码,封装好了读写byte和string的API函数,可用于和其他软件进行数据交换-Code compile with C# for share memory in window.
  3. 所属分类:CSharp

    • 发布日期:2017-11-08
    • 文件大小:24.34kb
    • 提供者:fult
  1. Cache_dotnet_cs

    0下载:
  2. 实现LRU算法的cache dotnet C#源码,用来支持asp.net程序提升系统访问速度。同时保证系统能够控制内存的使用不产生泄漏。-LRU algorithm implementation cache dotnet C# source code, used to support asp.net procedures to enhance the speed of system access. At the same time to ensure that the system be ab
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:14.13kb
    • 提供者:zzj
  1. memory

    0下载:
  2. Memory Game. A game to improve your memory skills. WinForms, controls.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:56.17kb
    • 提供者:dreeyfus
  1. xunicunchuqi

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:2.28kb
    • 提供者:aihao
  1. memory

    0下载:
  2. 编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配和回收;最后编写主函数对所做工作进行测试。-Write a program to complete the allocation of main memory recovery of the dynamic partitioning storage management. The experiments include: first determine the mai
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:59.9kb
    • 提供者:陈玲玲
  1. chang-memory

    0下载:
  2. 内存修改器,修改游戏和其它程序的内存数据-Memory data memory modify, modify, games and other programs
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:95.94kb
    • 提供者:rush
  1. MEMORY

    0下载:
  2. Visual C++C 程序经典900例MEMORY-The Visual C++C procedures classic 900 cases MEMORY
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:10.12kb
    • 提供者:宋高远
  1. Memory Game

    0下载:
  2. Memory Game in winforms
  3. 所属分类:C#编程

    • 发布日期:2015-07-08
    • 文件大小:29.02kb
    • 提供者:niran15
  1. MEMORY

    0下载:
  2. C与内存相关的小例子,主要是动态内存分配的,malloc,alloc-C memory related small examples
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:12.53kb
    • 提供者:Gao Jian
  1. yood-memory

    0下载:
  2. This Program can get information, memory is good,
  3. 所属分类:CSharp

    • 发布日期:2017-12-15
    • 文件大小:181kb
    • 提供者:Aqela
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com