搜索资源列表
NudtCommonTree
- 由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
Harris Corner
- 网上一直没有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
SmartPoint
- 一个智能指针的实现,vc写的,可以自动释放内存-an intelligent guide the realization vc written, it will automatically free the memory
TurboPascalAdvancedProgramming
- 第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 磁盘
armlinux-Buddy
- Buddy(伙伴算法)最让人为之激动的在于它释放回收页面过程中将小内存合并成大内存进而减少碎片的功能, 下面让我们来看看释放页面的函数__free_pages_ok()的具体实现.
hash_map
- STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.
bin_tree_demo
- 二叉平衡树算法,包括二叉平衡树的数据结构定义、创建、插入、查找、删除、释放内存等方法。-two forks balanced tree algorithms, including two forks balance tree data structure definition, create, insert, search, delete, release methods such as memory.
link
- 关于链表的数据类型定义和基本运算:新建链表,增加和删除节点。释放内存等。-List of data types on the definition and basic computing: the new list to increase and delete nodes. Release of memory.
bpnet
- 一个BP神经网络封装类。包括矩阵运算的封装。采用特殊封装方式,极大简化书写矩阵运算表达式,同时尽量减少申请/释放内存,提高运行速度。经过封装,这个神经网络结构很简单,易于理解,易于扩展。相信这个封装能给学习,应用神经网络的同学以方便。-A BP neural network package. Including a Matrix operations packaging. With special package methou, It greatly simplify the expressio
FList
- 自己编的一个链表类。我自己经常用来管理内存的释放。还有两个字段用户可以自定义使用。-A calss, used to manage the data
MyOOCFwV1_0
- 使用C语言时,经常需要调用malloc()和free()函数来进行动态内存的分配和回收。有些时候,程序员可能会忘记回收分配的动态内存。为了解决这个问题,这里设计了一个代替malloc()和free()函数的数据结构(或者类)——ObjectManager。ObjectManager中提供了objmgr_malloc()和objmgr_free()以及objmgr_show_mem_info()函数。objmgr_malloc()函数负责按字节总数动态分配内存并且予以记录,objmgr_free(
DArray-better
- 当数组的元素个数发生变化时,不用重新申请内存空间,数组也能继续使用。这样就提高了效率。 对于机器算法中,“时间”和“空间”的矛盾总是存在的:存储多一点,运行就快些;存储少了,运行就慢些。在这里就体现了,这样处理是用空间换时间。虽然在内存空间上是“浪费”了部分的空间,但是在很长一段时间里,只要空间没有发生变化,运行的时间复杂度就恒定的。只有当现有的空间不够用时,才发生内存的重新申请和释放操作。最简单的增长方法就是增长一倍,即乘以2,这样内存分配的大小就是2的幂次方。 -When th
BA
- 复杂网络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.
C_qeustion3
- 双向链表的操作,包括初始化,插入,删除,排序,释放,检索。使用动态内存,用结构体描述链表-Doubly linked list of operations, including initialization, insert, delete, sort, release, retrieval. Use of dynamic memory, linked with the structure described
HRTF
- 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 .
gupiao
- 股票信息系统的 1、基本功能: (1)添加记录 先判断链表是否已经存在。若不存在,需首先自动新建一个链表,然后再添加一条或多条记录。 (2)显示记录 显示当前所有记录。 (3)查询记录 按名称查找,并显示该记录。 (4)代号的排序 按代号的字母顺序排序,涉及到冒泡等排序算法。 (5)删除记录 实现逐条删除和删除全部记录两种功能。 (6)更新记录 修改已存在记录的信息(提示:需首先判断该记录是否存在)。 (7)按关
memery-management
- 文件操作;堆排序算法;二分插入算法; 内存管理模拟和自定义的内存分配、释放功能等;所有的是一个整体。-File operations heap sorting algorithm Binary Insert Sort algorithm memory management simulation and custom memory allocation and release functions all as a whole.
1
- 利用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
lmalloc
- 用C语言实现malloc的内存动态分配与释放。-Using C language malloc memory allocation and release dynamic.
GetMemoryStatus
- 使用系统函数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