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

资源列表

« 1 2 ... .93 .94 .95 .96 .97 24198.99 .00 .01 .02 .03 ... 28278 »
  1. Sudoku-dengqiong

    0下载:
  2. 数独~~1、嵌套循环(最简单的行代码就解出来一个解) 2、深度优先搜索(将数独作为树节点,建立深度优先搜索树,也是只解一个解) 还有关于这个的设计~~~ -Sudoku- ~ 1, nested loops (the most simple lines of code out a solution on the solution) 2, depth-first search (to Sudoku as a tree node, to establish the depth-fi
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3.35mb
    • 提供者:Dairy Queen
  1. pai-xu

    0下载:
  2. 利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。-Generated using random function of N random integers (20000), the number of these sort a variety of methods.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:31.27kb
    • 提供者:武朝阳
  1. 1

    0下载:
  2. 1.定义线性表的链式存储结构 2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。 -1. Define the linear form of the chain store structure 2. Online sex store chain structure of the table, write a function to achieve the initialization list, insert, delete, export, dest
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:724byte
    • 提供者:武朝阳
  1. yy4

    0下载:
  2. 1.定义二叉树的链式数据结构。 2.编写函数,创建下图所示的二叉树。 3.编写函数输出二叉树的先序、中序、后序遍历。 -1. Binary tree data structure defined chain. 2. Write a function to create the binary tree shown below. 3. Write a function of the first binary output sequence, in order, the order
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:173.43kb
    • 提供者:武朝阳
  1. 7

    0下载:
  2. 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 -Write C++ program performs the following functions: (1) simple phone book function, with
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2.36kb
    • 提供者:yaoy92
  1. yy5

    0下载:
  2. 1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。 -1. Define the graph data structure. 2. Write functions to achieve with the adjacency list graph storage structure, find the vertex degree. 3. Write function, the output graph traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:173.39kb
    • 提供者:武朝阳
  1. yy6

    0下载:
  2. 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。 -1. Define the hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-h
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:154.02kb
    • 提供者:武朝阳
  1. the-smallest-tree

    0下载:
  2. 这个源代码是一个最小生成树的算法实现,采用的visual c++6.0-This source code is a minimum spanning tree algorithm, using the visual c++6.0
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:919.94kb
    • 提供者:
  1. 1

    0下载:
  2. 中国剩余定理,本代码实现两个功能,一个功能是分解,将一个大数分解成n个小数值的数。一个功能是合成,实际就是分解的逆过程,将n个小数值的数还原成大数 -This code implements two functions, a function is broken down, large numbers will be decomposed into n a small number of values. A function of synthesis, is in fact the reve
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:475.12kb
    • 提供者:123
  1. Sort

    0下载:
  2. 数据结构实验程序-4种排序算法的源程序 包括折半排序、插入排序、希尔排序和冒泡排序-Experimental procedure four kinds of data structures sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.77kb
    • 提供者:李旭
  1. daima

    0下载:
  2. 各种排序算法,包括堆排序,二路归并排序,快速排序,冒泡排序,希尔排序,直接插入排序,直接选择排序-Various sorting algorithms, including heap sort, merge sort Road, quick sort, bubble sort, shell sort, direct insertion sort, selection sort directly
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:5.48kb
    • 提供者:李怀远
  1. main

    0下载:
  2. 初学数据结构,这个五子棋比较简单,用到得算法也很简单,希望能得到交流。-Beginners data structure, this backgammon is relatively simple, very simple algorithm was used, hoping to get the exchange.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8.56kb
    • 提供者:木奕
« 1 2 ... .93 .94 .95 .96 .97 24198.99 .00 .01 .02 .03 ... 28278 »
搜珍网 www.dssz.com