CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - void

搜索资源列表

  1. 1111

    0下载:
  2. 二叉树的建立演示,可以将你输入的数字建立完全的二叉树-#include <stdio.h> #include <string.h> #include <windows.h> struct BTree { int data struct BTree* left struct BTree* right } //end struct BTree BTree* CreateLeaf(int number) {
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1174161
    • 提供者:陈龙
  1. ExtendedAVLTree.java

    4下载:
  2. 扩展AVLTree,添加克隆,合并和打印方法-extend the AVLTree class to include the following methods: clone(AVLTree<K,V> tree);merge(AVLTree<K,V> tree1, AVLTree<K,V> tree2 );void print(AVLTree<K, V>)
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-05-02
    • 文件大小:3392
    • 提供者:rachel
  1. LSB

    0下载:
  2. 利用LSB算法实现数字水印技术,算法做了一些改进,比传统的嵌入算法鲁棒性更强-void CMyDlg::OnButton1() { // TODO: Add your control notification handler code here /*CString filename //保存路径 CFileDialog opendlg (TRUE,_T("*"),_T("*.html"),OFN_OVERWRITEPROMPT, _T("所有文件(*.* )|*.
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:105258
    • 提供者:王晴
  1. MiGong

    0下载:
  2. 1. 问题描述: 本实验假设迷宫是一个n 行n列的二维平面表格,左上角作为迷宫的入口,右下角作为迷宫的出口。迷宫问题求解的目标是寻找一条从入口到出口的通路。 2.基本要求: 设计一个程序,能自动或手动生成这样一个n行n列的矩阵maze[n][n],即每个元素都为0或1的二维数组,然后判断该矩阵表示的迷宫是否存在一条从入口到出口的通路。如果存在,将表示该通路的数组下标按顺序保存到文件path.txt如:(1,1)(2,2)(1,3)(1,4)(1,5)(1,6)(2,6)(3,6)(4
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:2250414
    • 提供者:
  1. sort

    0下载:
  2. 各种排序算法,下标都从1开始。sort_test.c是用来测试的。 void heap_sort(int *array,int size) void create_min_heap(int *array,int size) void adjust_min_heap(int *array,int start,int size) void bubble_sort(int *array,int size) void select_sort(int *array,int
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2512
    • 提供者:
  1. 用链表求循环小数

    2下载:
  2. 对于任意的真分数 N/M ( 0 < N < M ),均可以求出对应的小数。如果采用链表表示各个小数,对于循环节采用循环链表表示,则所有分数均可以表示为如下链表形式。 输入: N M 输出: 转换后的小数(不超过 50 位) 要求: 仅编写将分数转换为小数的函数 change( int n, int m, NODE * head ) 。 预设代码: /* PRESET CODE BEGIN - NEVER TOUCH CODE BELOW */ #in
  3. 所属分类:数据结构常用算法

  1. key_Queue

    2下载:
  2. 3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。-3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine wheth
  3. 所属分类:Data structs

    • 发布日期:2015-11-25
    • 文件大小:6144
    • 提供者:黄瑜琳
  1. multiplication

    1下载:
  2. 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。-Require the use of a linked list, find the product of two one yuan polynomial: h3 = h1* h2. Function prototype: void multiplication (NODE* h1, NODE* h2, NOD
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1064
    • 提供者:qiang22
  1. 3

    0下载:
  2. 利用random(0,1)实现random(a,b) 原型: void srand(unsigned seed) 功能: 产生随机数的起始发生数据,和rand函数配合使用-Starting with the use of a random number generated occurrence data, and the rand function: the use of random (0,1) to achieve random (a, b) prototype: void sra
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:681
    • 提供者:刘子扬
  1. 实验2第一个程序

    0下载:
  2. 1. 编写线性表初始化函数:Status InitList_Sq(SqList *L); 2. 编写求线性表长度函数:Status ListLength(SqList *L); 3. 编写在第i个位置前插入元素函数:Status ListInsert_Sq(SqList *L, int i, ElemType e); 4. 编写删除第i个元素函数:Status ListDelete_Sq(SqList *L, int i, ElemType *e); 5. 编写获取某个位置的元素函数:Statu
  3. 所属分类:数据结构

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:鱼可爱
« 1 2 3»
搜珍网 www.dssz.com