搜索资源列表

  1. STM32_RTOS_Examples

    0下载:
  2. 这个原例子是从网上收集的,好像是英倍特网站上的。但是我对其略为修改了一下现在可以运行在重庆优易特电子公司的STM32-EJ体验板上,大家可以按照原来的对照一下练习使用。-The original example is collected from the Internet, it seems that the British special times on the site. However, I slightly modified
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-13
    • 文件大小:2560000
    • 提供者:在学习
  1. GameProbeSrc

    0下载:
  2. 游戏修改器! 它可以搜索内存中的任何数据,并可以修改或所定。稍加修改就可扫描存盘文件。 作者:李维 e-mail: malloc@sohu.com -Modify browser game! It can search any data in memory, and may amend or set. Save a little modification can scan documents. Authors: Li e
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:98304
    • 提供者:fengqy
  1. array

    0下载:
  2. c和c++动态数组的实现.visual studio 2008下编译通过-c and c++ realize dynamic array. visual studio 2008 under the compiler through
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:214016
    • 提供者:陈利聪
  1. DynAlloc

    0下载:
  2. 单片机动态内存分配代码,实现malloc.-Single-chip dynamic memory allocation code, realize malloc.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:9216
    • 提供者:zhongxinbo
  1. debugging_malloc

    0下载:
  2. 了解malloc 和 free的内部实现 -Malloc and free to understand the internal realization of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:188416
    • 提供者:Hancock
  1. SSD6-EXE3

    0下载:
  2. ssd6课程练习3的完全答案,并且有完整的注释。-3 courses ssd6 practice complete answer, and complete the Notes.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:15360
    • 提供者:lili
  1. efence_2_4_14.tar

    0下载:
  2. 内存越界操作检测工具,既可以在windows下使用,也可以在linux下使用,作为动态库链入可执行档即可使用里面的malloc-Cross-border operation of memory detection tool can be used in windows, linux can also be used as a dynamic library linked into the executable file to use m
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-13
    • 文件大小:62464
    • 提供者:许杨
  1. shunxu

    0下载:
  2. //顺序表的建立、查找、插入与删除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #define ListSize 100 //表最大长度 //结构定义 typedef struct SeqList { int node[ListSize] //存放表结点 int length //当
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:珈旖
  1. neicunguanli

    0下载:
  2. #define TotalMemSize 1024 /*划分的物理块的大小,地址范围0~1023*/ #define MinSize 2 /*规定的不再分割的剩余分区的大小*/ #define getpch(type) (type*)malloc(sizeof(type)) -# Define TotalMemSize 1024/* division of the physical block size, address r
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:张岐
  1. debugging_malloc

    0下载:
  2. SSD6 练习3的原版正确答案,很简单 给需要的人-3 exercises SSD6 original correct answer is very simple to those who need
  3. 所属分类:文件格式

    • 发布日期:2024-05-13
    • 文件大小:17408
    • 提供者:
  1. malloc

    0下载:
  2. 在Visual C++中,实现顺序表的顺序查找,链表的顺序查找,折半查找,二叉排序树查找,等。-In Visual C++ in order to achieve the order of the table search, list the order of search, half search, binary sort tree search, and so on.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:7168
    • 提供者:韩小寒
  1. b

    0下载:
  2. 在程序中输入数组大小n,通过动态分配内存函数malloc产生一个整型数组,接着输入该数组的n个元数,并使用一个函数对组数进行排序(从小到大,要求用选择法实现)-In the procedure input array size n, through dynamic allocation of memory function malloc generate an integer array, and then enter the arra
  3. 所属分类:文件格式

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:zheng yan yu
  1. ptmalloc

    0下载:
  2. 这是一个内存分配管理的程序,用于模拟c对内存的使用-/* Prototypes and definition for malloc implementation. Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:59392
    • 提供者:丰占军
  1. NxOgre.1.5.3.BloodyMess000

    0下载:
  2. Nxogre是ogre中使用的物理引擎 1.5.3 Nxogre是ogre中使用的物理引擎 1.5.3-Nxogre 1.5.3 Nxogre 1.5.3 Nxogre 1.5.3
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-13
    • 文件大小:388096
    • 提供者:林毅泉
  1. matrixmu_usingmallocl

    0下载:
  2. matrix multiplication without using array only malloc and calloc are used to get memory and multiplied matrix
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:cybercbm
  1. 2

    0下载:
  2. 单链表的插入和删除实验目的: 1、定义单链表的结点类型 2、通过单链表的定义掌握线性表的链式存储结构的特点; 3、熟悉单链表的建立以及插入、删除等基本操作。 -# include <stdio.h> # include<malloc.h> # define ND sizeof(struct List) struct List {int data struct List
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:
  1. xmem-1.33

    0下载:
  2. c/c++内存管理源代码,可以检测出内存泄露,并可以定位到泄露行-XMEM Extended C/C++ Dynamic Memory Control and Debug Library: The extended C/C++ Dynamic Memory Control and Debug Library XMEM is a replacement library for malloc/free and new/delete to f
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:1764352
    • 提供者:杨天
  1. linklist

    0下载:
  2. 数据机构中的双向链表,可用来实现并集,并且是用c++编制-for(i=1 i<=link1.GetLengthofLink() i++) { int e=link1.GetElement(i) if(link2.LinkLocate(e)==0) { newnode=(struct node*)malloc(sizeof(struct node)) n
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:姚依梦
  1. min_malloc5

    0下载:
  2. 小型内存分配模块,用通用循环双向链表实现,改程序模拟系统malloc-Small memory allocation module, two-way linked list with the realization of general circulation, to process simulation system malloc
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:毛泽东
  1. cc

    0下载:
  2. 分析的是实例 #include<stdio.h> #include<stdlib.h> typedef struct BST* tree_pointer //定义数据类型 typedef struct BST{ int key tree_pointer left tree_pointer right }BST tree_pointer CreateBS
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:72704
    • 提供者:林明
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »

源码中国 www.ymcn.org