搜索资源列表

  1. ch10

    0下载:
  2. 数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KeyType // 定义RedType类型的关键字为整型 struct RedType // 记录类型(同c10-1.h) { KeyType key // 关键字项 InfoType otherinfo // 其它数据项 } typedef char Ke
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12.71kb
    • 提供者:冰河
  1. sllist

    0下载:
  2. 有些高级语言没有指针,我们可以用数组来表示单链表,在数组中以整型游标来代替指针。这种用数组描述的链表称为静态链表。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7.6kb
    • 提供者:小雨
  1. ch10

    0下载:
  2. 数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KeyType // 定义RedType类型的关键字为整型 struct RedType // 记录类型(同c10-1.h) { KeyType key // 关键字项 InfoType otherinfo // 其它数据项 } typedef char Ke
  3. 所属分类:其他小程序

    • 发布日期:2024-11-24
    • 文件大小:13kb
    • 提供者:冰河
  1. sllist

    0下载:
  2. 有些高级语言没有指针,我们可以用数组来表示单链表,在数组中以整型游标来代替指针。这种用数组描述的链表称为静态链表。-Some high-level language without pointer, we can use the array to indicate the single-linked list, in the array to integer instead of the cursor pointer. This de
  3. 所属分类:Windows编程

    • 发布日期:2024-11-24
    • 文件大小:7kb
    • 提供者:小雨
  1. Huffman

    0下载:
  2. Huffman编码及译码 具体的要求: 1.将给定字符文件编码:生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码:生成字符,输出编码及其对应字符。 -Huffman coding and decoding specific requirements: 1. A given character encoding files: generated code, the output of each cha
  3. 所属分类:压缩解压

    • 发布日期:2024-11-24
    • 文件大小:1.42mb
    • 提供者:beastman
  1. SLList

    0下载:
  2. Simple Linked List Implementation
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-11-24
    • 文件大小:196kb
    • 提供者:Ghedeon

源码中国 www.ymcn.org