CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 内存 释放

搜索资源列表

  1. NudtCommonTree

    0下载:
  2. 由STL扩展的树范型。该范型支持边的加权。树封装了内存管理,使得程序员免予释放、分配节点内存。附有实例程序-STL extended by the tree-Fan. Fan support for the type of edge-weighted. Tree Packaging, a memory management, allowing programmers to exempt from release, distribution nodes memory. With examples
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16kb
    • 提供者:邓熠
  1. Harris Corner

    0下载:
  2. 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 代码没有任何优化 内存也没来得及释放... 但角点检测效果还是不错的 而且参数可以调节 2005年12月11日 http://contact.ys168.com/ bugzhao@sdu.edu.cn-Harris algorithm VC procedures helpless himself wrote it with a two hour writ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:56.26kb
    • 提供者:赵辉
  1. SmartPoint

    0下载:
  2. 一个智能指针的实现,vc写的,可以自动释放内存-an intelligent guide the realization vc written, it will automatically free the memory
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1.17kb
    • 提供者:yaowei
  1. TurboPascalAdvancedProgramming

    0下载:
  2. 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:109.62kb
    • 提供者:zhangyoufu
  1. armlinux-Buddy

    0下载:
  2. Buddy(伙伴算法)最让人为之激动的在于它释放回收页面过程中将小内存合并成大内存进而减少碎片的功能, 下面让我们来看看释放页面的函数__free_pages_ok()的具体实现.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.44kb
    • 提供者:feng
  1. hash_map

    0下载:
  2. STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.65kb
    • 提供者:何智峰
  1. bin_tree_demo

    0下载:
  2. 二叉平衡树算法,包括二叉平衡树的数据结构定义、创建、插入、查找、删除、释放内存等方法。-two forks balanced tree algorithms, including two forks balance tree data structure definition, create, insert, search, delete, release methods such as memory.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19.95kb
    • 提供者:何智峰
  1. link

    0下载:
  2. 关于链表的数据类型定义和基本运算:新建链表,增加和删除节点。释放内存等。-List of data types on the definition and basic computing: the new list to increase and delete nodes. Release of memory.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2.39kb
    • 提供者:elisa
  1. bpnet

    0下载:
  2. 一个BP神经网络封装类。包括矩阵运算的封装。采用特殊封装方式,极大简化书写矩阵运算表达式,同时尽量减少申请/释放内存,提高运行速度。经过封装,这个神经网络结构很简单,易于理解,易于扩展。相信这个封装能给学习,应用神经网络的同学以方便。-A BP neural network package. Including a Matrix operations packaging. With special package methou, It greatly simplify the expressio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:4.8kb
    • 提供者:封装的艺术
  1. FList

    0下载:
  2. 自己编的一个链表类。我自己经常用来管理内存的释放。还有两个字段用户可以自定义使用。-A calss, used to manage the data
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2.08kb
    • 提供者:fahai
  1. MyOOCFwV1_0

    0下载:
  2. 使用C语言时,经常需要调用malloc()和free()函数来进行动态内存的分配和回收。有些时候,程序员可能会忘记回收分配的动态内存。为了解决这个问题,这里设计了一个代替malloc()和free()函数的数据结构(或者类)——ObjectManager。ObjectManager中提供了objmgr_malloc()和objmgr_free()以及objmgr_show_mem_info()函数。objmgr_malloc()函数负责按字节总数动态分配内存并且予以记录,objmgr_free(
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:16.97kb
    • 提供者:
  1. DArray-better

    0下载:
  2. 当数组的元素个数发生变化时,不用重新申请内存空间,数组也能继续使用。这样就提高了效率。 对于机器算法中,“时间”和“空间”的矛盾总是存在的:存储多一点,运行就快些;存储少了,运行就慢些。在这里就体现了,这样处理是用空间换时间。虽然在内存空间上是“浪费”了部分的空间,但是在很长一段时间里,只要空间没有发生变化,运行的时间复杂度就恒定的。只有当现有的空间不够用时,才发生内存的重新申请和释放操作。最简单的增长方法就是增长一倍,即乘以2,这样内存分配的大小就是2的幂次方。 -When th
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:286.14kb
    • 提供者:陈婉
  1. BA

    1下载:
  2. 复杂网络BA模型matlab代码,返回网络图的邻接矩阵,代码中采用稀疏矩阵,极大地释放内存,提高效率。-BA model complex network matlab code, return to the network adjacency matrix, the code used in sparse matrix, which greatly release memory and improve efficiency.
  3. 所属分类:matlab例程

    • 发布日期:2017-04-09
    • 文件大小:936byte
    • 提供者:郭虹
  1. C_qeustion3

    0下载:
  2. 双向链表的操作,包括初始化,插入,删除,排序,释放,检索。使用动态内存,用结构体描述链表-Doubly linked list of operations, including initialization, insert, delete, sort, release, retrieval. Use of dynamic memory, linked with the structure described
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:194.09kb
    • 提供者:王宏业
  1. HRTF

    1下载:
  2. HRTF合成文件,最后一个函数是合成的算法。其中带有实时合成的算法(一边输入,一边合成,用于网络实时合成)。若不用实时,直接注释掉writewave以后,释放内存操作以前的函数即可。-It s a HRTF-based virtual aditory generator. It contains a wave-open module, a wave-write module a convolution module, and the excution function .
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4.02kb
    • 提供者:kevin gao
  1. gupiao

    0下载:
  2. 股票信息系统的 1、基本功能: (1)添加记录 先判断链表是否已经存在。若不存在,需首先自动新建一个链表,然后再添加一条或多条记录。 (2)显示记录 显示当前所有记录。 (3)查询记录 按名称查找,并显示该记录。 (4)代号的排序 按代号的字母顺序排序,涉及到冒泡等排序算法。 (5)删除记录 实现逐条删除和删除全部记录两种功能。 (6)更新记录 修改已存在记录的信息(提示:需首先判断该记录是否存在)。 (7)按关
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-02
    • 文件大小:1.3kb
    • 提供者:兰锋
  1. memery-management

    0下载:
  2. 文件操作;堆排序算法;二分插入算法; 内存管理模拟和自定义的内存分配、释放功能等;所有的是一个整体。-File operations heap sorting algorithm Binary Insert Sort algorithm memory management simulation and custom memory allocation and release functions all as a whole.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:222.41kb
    • 提供者:Foster
  1. 1

    0下载:
  2. 利用VC++6.0实现了基于伙伴算法的内存分配与释放,算法中只使用了数组这一数据结构,算是一大不足,希望大家予以完善-Achieved using VC++6.0 based partner with the release of memory allocation algorithms, the algorithm uses only the array data structure can be regarded as a big enough hope to improve
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:zhuimengren
  1. lmalloc

    0下载:
  2. 用C语言实现malloc的内存动态分配与释放。-Using C language malloc memory allocation and release dynamic.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4.13kb
    • 提供者:辽湘
  1. GetMemoryStatus

    0下载:
  2. 使用系统函数GlobalMemoryStatus()和数据结构MEMORYSTATUS查看系统内存和虚拟存储空间使用情况,使用VirtualAlloc()函数和VirtualFree()函数分配和释放虚拟内存空间。-Using the system function of the GlobalMemoryStatus () and data structure the MEMORYSTATUS view the system memory and virtual memory space, us
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.14mb
    • 提供者:slp
« 12 »
搜珍网 www.dssz.com