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

搜索资源列表

  1. 图的搜索

    1下载:
  2. 在VC的环境下,用C++实现A*算法和双向A*算法,并且能够通过设置不同的参数随机产生以邻接表存储网络图,从而可以对不同启发策略的A*算法进行测试和实验。-in VC environment, the C achieving A * algorithm and the two-way A * algorithm, and through a variety of parameters to generate random adjacent table storage network map, t
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 信号生成:可以生成各种类型的信号包括正弦波、方波、三角波、扫频信号、调幅波、白噪声、窄带随机信号等-signal generation : can generate all types of signals, including sine, square, triangle wave, sweep signal amplitude wave, white noise, narrowband random signals
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:360.32kb
    • 提供者:唐传兵
  1. cscript1(zhuanzai)

    0下载:
  2. 完成一个简化的C语言编译程序,最终能生成汇编语言或中间结果。有一些基本的数据结构和语言成分-completion of a simple C language compiler and eventually will generate assembly language or intermediate results. There are some basic data structure and composition language
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:112.19kb
    • 提供者:zhaoyan
  1. Total_Permutations

    0下载:
  2. 任意输入一个整数n,程序将自动生成1到n之间n个数的全部可能排列。利用递归算法。-indiscriminate importation of an integer n, procedures will automatically generate between 1 to n number n of the total potential order. Recursive algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.12kb
    • 提供者:刘金义
  1. dependency

    0下载:
  2. This is a little tool to generate dependency and it is aimed to achieve BCD-normal form in relational database.-This is a little tool to generate dependenc y and it is aimed to achieve BCD - normal form in're lational database.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:130.18kb
    • 提供者:nick huang
  1. wTin

    0下载:
  2. tin生成源代码,用于产生最优tin,具体详见代码-tin generate source code, for the purpose of generating optimal tin, detailed specific code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:105.39kb
    • 提供者:胡哥
  1. newrank

    0下载:
  2. 这是用VC++做的一个堆排序的程序,非常适合用作数据结构的课程设计。有默认的输入,并且可以生成树型结构。-This is done with the VC heap sort of a procedure, very suitable for the data structure used for the design. Is the default input, and generate the tree structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38.16kb
    • 提供者:zzl
  1. haffman

    0下载:
  2. 实现Haffman算法,有输入的接口,需输入字符及其权重,能自动生成Haffman编码-achieve Haffman algorithm, the input interface, the need to import characters and weights, can automatically generate code Haffman
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:3.37kb
    • 提供者:张强
  1. pulse

    0下载:
  2. pulse generate by c pulse generate by c
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-13
    • 文件大小:14.72kb
    • 提供者:rliivleyr
  1. BST BBT

    0下载:
  2. 数 据 结 构 大型 作业3.1输入一个数列L,生成一棵二叉排序树T;3.2对二叉排序树T作中序遍历,输出结果;3.3计算二叉排序树T的平均查找长度, 输出结果;3.4判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;3.5再使用上述数列L,生成平衡的二叉排序树BT,每当插入新元素,发现当前的二叉排序树BT不是平衡的二叉排序树,则立即将它转换成新的平衡的二叉排序树BT;3.6计算平衡的二叉排序树BT的平均查找长度,输出结果。3.6分析对比未平衡化的二叉排序树和平衡的二叉排序树的查
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.94kb
    • 提供者:洪玲叶
  1. gelei combination

    0下载:
  2. 该程序用格雷码来生成组合数序列,它比一般的方法要快,这是由格雷码的分布特性所决定的.-the procedures used to generate Gray code sequence portfolio, it generally means than to be fast, it was a Gray code distribution by the decision.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.58kb
    • 提供者:唐海浪
  1. 查找向量容器中的两个字符串

    0下载:
  2. 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:4.11kb
    • 提供者:weiht
  1. BA-BBV-code

    0下载:
  2. 小世界 bbv网络生成仿真软件 可以模拟两个网络的演化-Generate small-world bbv network simulation software can simulate the evolution of the two networks
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4.31mb
    • 提供者:jixiezhen
  1. Md5

    0下载:
  2. 用于生成MD5,对大文件操作非常的快,我用了,特别NB的呢。-Used to generate MD5, operations on large files very fast, I used, especially NB in it.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:53kb
    • 提供者:dumpling0606
  1. vectoralist

    0下载:
  2. 练习vector和list的使用 定义一个空的vector,元素类型int,生成10个随机数插入到vector中,用迭代器遍历vector并输出其中的元素值。在vector头部插入一个随机数,用迭代器遍历vector并输出其中的元素值。用泛型算法find查找某个随机数,如果找到便输出,否则将此数插入vector尾部。用泛型算法sort将vector排序,用迭代器遍历vector并输出其中的元素值。将vector清空。 定义一个list,并重复上述实验,并注意观察结果。 -Exerc
  3. 所属分类:Data structs

    • 发布日期:2017-11-02
    • 文件大小:1.06kb
    • 提供者:唐亮
  1. C

    0下载:
  2. c++基本程序,可以求三次方程的根,数组排序,生成魔方阵-c++ basic program, you can seek the root of cubic equation, the array is ordered to generate magic square
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:18.68kb
    • 提供者:王岩洁
  1. SqList

    0下载:
  2. 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2.建立并显示含有n个整数的顺序表 3.实现对有序表(非递减)插入一个元素的功能 4.实现两个有序(非递减)表合并生成新的有序表的功能 5.顺序查找顺序表,删除元素e(只删除找到的第一个值为e的元素)。 6.顺序查找顺序表,删除元素e(删除所有值为e的元素)。 -(1) the basic operation of the order of the ta
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3.02kb
    • 提供者:陈小默
  1. minimum-spanning-tree

    0下载:
  2. 使用C#图形界面生成最小生成树,核心算法使用Prim算法。图的形状可以在源文件中的图定义处修改。-C# graphical interface to generate a minimum spanning tree, the core algorithm using Prim algorithm. The graph shape defined in the source file in Figure modify.
  3. 所属分类:Data structs

    • 发布日期:2017-11-01
    • 文件大小:44.18kb
    • 提供者:黄佳禾
  1. Automatically-generate-a-maze

    0下载:
  2. C语言之180行“随机迷宫”代码详解与分析之整理版-Automatically generate a maze
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:21.55kb
    • 提供者:施虹虹
  1. Generate-Huffman

    0下载:
  2. 能够快速的生成哈弗曼树和哈弗曼代码,源代码简单易懂-Able to quickly generate the Huffman tree and the Huffman code, source code is easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:912byte
    • 提供者:郭涛
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com