CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 内存动态分配

搜索资源列表

  1. malloc.rar

    1下载:
  2. CSAPP一书的malloc实验,关于虚拟内存的动态分配,有详细实验报告,Malloc book CSAPP experiments on the dynamic allocation of virtual memory, a detailed test report
  3. 所属分类:Windows Develop

    • 发布日期:
    • 文件大小:90663
    • 提供者:刘志群
  1. list

    0下载:
  2. jscr ipt错误代码及相应解释大全 Jscr ipt 运行时错误 Jscr ipt 运行时错误是指当 Jscr ipt 脚本试图执行一个系统不能运行的动作时导致的错误。当正在运行脚本、计算变量表达式、或者正在动态分配内存时出现 Jscr ipt 运行时错误时。-Jscr ipt error code and the corresponding interpretation of Guinness Jscr ipt runtime error Jscr ipt runtime err
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2754
    • 提供者:yufeng
  1. primecalculator

    0下载:
  2. 计算百亿内素数个数的效率极高的算法,采用动态分配内存和倒筛法,文件夹内附有报告。-Calculating the number of prime numbers in tens of billions of extremely efficient algorithms, dynamic allocation of memory and inverted sieve method, the folder containing the report.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:82667
    • 提供者:slh
  1. wave

    0下载:
  2. WAVE文件的格式播放。低级音频函数的使用比较繁琐,大致要有以下几个步骤。 1. 用waveInOpen打开设备,并设置回调。因为要保证实时性,所以不能用查询的方式,而必须设置回调。 2. 为设备分配足够的内存做缓冲区,动态分配或静态数组都可以。为了保证实时性,程序用了双缓冲技术,在处理一个缓冲区数据的同时另一个缓冲区用于录音。为了便于说明写成Buffer1、Buffer2。 3. 将Buffer1关联到设备上去,waveInPrepareBuffer、waveInAddBuf
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-16
    • 文件大小:157555
    • 提供者:amon
  1. cunchuqichuli

    0下载:
  2. ⑴设计一个模拟内存分配的系统; ⑵采用分页内存管理策略; ⑶输入数据为进程号,需要的内存量,并根据这些信息进行内存分配; ⑷输入数据为进程号,则将该进程占用的内存释放; ⑸动态显示分配结果,用位示图来表示内存的使用情况。 -⑴Designs a simulation memory allocation the system ⑵Uses the paging memory management strategy ⑶The data-in is the advancement
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:128815
    • 提供者:戴依依
  1. aj

    0下载:
  2. 本例中,定义了结构stu,定义了stu类型指针变量ps。然后分配一块stu大内存区,并把首地址赋予ps,使ps指向该区域。再以ps为指向结构的指针变量对各成员赋值,并用printf输出各成员值。最后用free函数释放ps指向的内存空间。整个程序包含了申请内存空间、使用内存空间、释放内存空间三个步骤,实现存储空间的动态分配。-This case, the definition of the structure of stu, the definition of a pointer variable
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:2473
    • 提供者:lili
  1. DynamicMemoryAllocation

    0下载:
  2. 在VC++中简化基于heap的动态内存的分配和释放!-In VC++ in the simplification of the heap-based dynamic memory allocation and release!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:56509
    • 提供者:tangqing
  1. youxiyouhua

    0下载:
  2. 它能够通过提升系统硬件性能/智能配置系统服务/让系统动态分配内存/优化键盘鼠标在游戏中的响应速度,切切实实让您感受到虚拟世界流畅的快感。-It is able to improve system performance of the hardware/Smart Allocation System Service/let the system dynamically allocates memory/optimized keyboard and mouse response speed in t
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2507598
    • 提供者:李斌
  1. biqueque

    0下载:
  2. 数据结构中的双向循环链表,模块化便于增加功能,用动态分配内存实现-Data structure in the two-way circular linked list, modular, easy to add features, with dynamic allocation of memory to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6786
    • 提供者:zhangts
  1. 1

    1下载:
  2. 操作系统中利用最佳适应算法 最坏适应算法 循环首次适应算法 首次适应算法实现动态内存的分配和回收内存-The operating system using the best-fit algorithm worst-fit algorithm loop first-fit algorithm first-fit algorithm to achieve dynamic memory allocation and recovery of memory
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:9632
    • 提供者:雷哲文
  1. firstFit

    0下载:
  2. 这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。-This is an operating system for the first time a memory allocation algorithm, used to simulate the operating system memory allocation of dynamic partitioning.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:177011
    • 提供者:qxianbo
  1. OS_Memory

    0下载:
  2. 本程序是一个基于对话框的内存分配模拟程序,可以模拟内存动态的分配和释放。-This program is a dialog-based memory allocation simulation program that can simulate the dynamic memory allocation and release.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1910613
    • 提供者:dabing07
  1. sort

    0下载:
  2. 在输入的字符串中查找指定字符,动态分配内存-In the input string to find the specified character, dynamic allocation of memory
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:572
    • 提供者:卡卡
  1. mmry_mng

    0下载:
  2. 模拟内存的动态分配管理。采用动态双向循环链表-Simulate the dynamic allocation of memory management. Dynamic two-way linked list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2042
    • 提供者:李孟实
  1. sy5

    1下载:
  2. 动态分区分配算法的模拟  初始化功能:内存状态设置为初始状态。  分配功能:要求至少使用两种算法,用户可以选择使用。  回收功能:  空闲块的合并:即紧凑功能,用以消除碎片。当做碎片整理时,需要跟踪分配的空间,修改其引用以保证引用的正确性。  显示当前内存的使用状态,可以使用表格或图形。 -Dynamic partition allocation algorithm simulation &#
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:328342
    • 提供者:陈婷婷
  1. MemoryAllocation

    0下载:
  2. 检验标识符是否合法(动态数组) 根据C语言标识符是否合法的程序 主要联系动态分配内存的使用-Memory Allocation
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:176987
    • 提供者:Bill
  1. MemoryAllocationAndRecovery

    0下载:
  2. 内存分配与回收,本程序采用两各分配方法,首次适应算法和最佳适应算法,深入了解动态分区存储管理方式内存分配与回收的实现.-Memory allocation and recovery, the program uses two different distribution methods, first-fit algorithm and the best fit algorithm, in-depth understanding of the dynamic memory allocation a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:186491
    • 提供者:小白鲨
  1. main

    0下载:
  2. 自己写的矩阵类。重载了<< >> + - =。动态分配内存。-Write your own matrix class. Overload the < < > > +- =. Dynamic allocation of memory.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:748
    • 提供者:ahha
  1. Testmalloc

    0下载:
  2. 动态内存分配的C语言实现,调试通过,深入理解操作系统和指针-Dynamic memory allocation of C language, debugging through in-depth understanding of the operating system and pointers
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:761379
    • 提供者:卫良刚
  1. progressmanagement

    0下载:
  2. 进程是当前操作系统下一个被加载到内存的、正在运行的应用程序的实例。每一个进程都是由内核对象和地址空间所组成的,内核对象可以让系统在其内存放有关进程的统计信息并使系统能够以此来管理进程,而地址空间则包括了所有程序模块的代码和数据以及线程堆栈、堆分配空间等动态分配的空间-Process is a current operating system is loaded into memory, the running instance of the application. Each is a proc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:10946
    • 提供者:hkj
« 1 23 4 5 6 »
搜珍网 www.dssz.com