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

搜索资源列表

  1. huffmancode111

    0下载:
  2. huffman完整源代码C语言实现,有本人超级详细解释(看不懂你去跳楼吧) 算法设计: 1、对给定的n个权值{W1,W2,W3,...,Wi,...,Wn}构成n棵二叉树的初始集合F={T1,T2,T3,...,Ti,...,Tn},其中每棵二叉树Ti中只有一个权值为Wi的根结点,它的左右子树均为空。(为方便在计算机上实现算法,一般还要求以Ti的权值Wi的升序排列。) 2、在F中选取两棵根结点权值最小的树作为新构造的二叉树的左右子树,新二叉树的根结点的权值为其左右子树的根结点的权值之
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11903
    • 提供者:乐乐
  1. regongshuzhijisuan

    2下载:
  2. 二维稳态导热问题。设材料物性均为常数,均质无内热源。已知它的左边界是温度为T2的等温边界,其他三个边界均为温度为T1的等温边界。导热区域为边长L的正方形。-two-dimensional steady-state heat conduction problems. Based material properties are constant, no heterogeneity within the heat source. It is known to have a threefold T2 i
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:118702
    • 提供者:朱建鲁
  1. 2

    1下载:
  2. 哈夫曼树的建立 一、 实验目的: 1. 理解哈夫曼树及其应用。 2. 掌握生成哈夫曼树的算法。 二、 实验内容: 哈夫曼树,即最优树,是带权路径长度最短的树。有着广泛的应用。在解决某些判定问题上,及字符编码上,有着重要的价值。 构造一棵哈夫曼树,哈夫曼最早给出了算法,称为哈夫曼算法: (1)根据给定的N个权值 W1,W2,W3,……,Wn ,构成N棵二叉树的集合F= T1,T2,T3,……,Tn ,其中每棵二叉树T1只有一个带
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1769
    • 提供者:zhouhaoran
  1. RBSfan

    0下载:
  2. Problem D:合唱队形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 Accepted:437 Language: not limited Descr iption N位同学站成一排,音乐老师要请其中的(N-K)位同学出列,使得剩下的K位同学排成合唱队形。 合唱队形是指这样的一种队形:设K位同学从左到右依次编号为1,2…,K,他们的身高分别为T1,T2,…,T
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:969
    • 提供者:罗伯晓
  1. 程序 三对角阵系

    0下载:
  2. !一维导热,非稳态全隐式迭代,边界条件t1=100,t11=20 !导热率为7 module parameter1 !设置全局变量 implicit none integer i real,parameter::dt=0.01 real,parameter::err=0.000001 real,parameter::r=7 real,parameter::ta=100,tb=20 real::a(2:11)=(/(-1,i=2,10),0/) !设置三对角阵系数 rea
  3. 所属分类:数据结构常用算法

  1. LZW.rar

    1下载:
  2. LZ77算法与模式匹配KMP算法的结合及算法实现,包含: LZ77.doc t1.txt t2.txt t3.txt cc3260mt.dll borlndmm.dll 测试cpp1.cpp 压缩程序使用说明.txt,LZ77 algorithm and pattern-matching algorithm for the combination of KMP and algorithm, including: LZ77.doct1.txtt2.txtt3.txtcc3260mt
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1314710
    • 提供者:wj
  1. t1

    0下载:
  2. 选址问题 给定n个村庄之间的交通图。若村庄i和j之间有路可通,则i和j用边连接,边上的权值Wij表示这条道路的长度。现打算在这n个村庄中选定一个村庄建一所医院。编写如下算法: (1) 求出该医院应建在哪个村庄,才能使距离医院最远的村庄到医院的路程最短。 (2) 求出该医院应建在哪个村庄,能使其它所有村庄到医院的路径总和最短。 -failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:786361
    • 提供者:saber
  1. t1

    1下载:
  2. 在N=128时采用次优化迭代算法的PTS法与普通PTS法的PAPR性能比较。仿真参数:QPSK调制,V=4,P=4,取 。从程序的运行时间可知,采用次优化迭代算法,PTS法的复杂性可以大大降低。-In the N = 128 used sub-optimal iterative algorithm method and the general PTS PTS PAPR performance comparison method. Simulation parameters: QPSK modul
  3. 所属分类:matlab

    • 发布日期:2017-03-16
    • 文件大小:2048
    • 提供者:宫约
  1. chrous

    0下载:
  2. N位同学站成一排,音乐老师要请其中的(N-K)位同学出列,使得剩下的K位同学排成合唱队形。 合唱队形是指这样的一种队形:设K位同学从左到右依次编号为1,2…,K,他们的身高分别为T1,T2,…,TK, 则他们的身高满足T1 < T2 < ...< Ti > Ti+1 > … > TK (1 <= i <= K)。 你的任务是,已知所有N位同学的身高,计算最少需要几位同学出列,可以使得剩下的同学排成合唱队形。 Inp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:9009
    • 提供者:gawing
  1. bitre

    0下载:
  2. 第一题:求二叉树的高度 第二题:输出二叉树中各节点的值及所对应的层次数 第三题:数组二叉树转化成链式二叉树 第四题:复制二叉树T1到T 第五题:交换左右孩子节点的指针的值 第六题:先序创建二叉数-this is a bitree , there are six functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:589095
    • 提供者:River
  1. mrifid

    0下载:
  2. Its a matlab code to calulate and display the FID signal decay. with vaious output files includes. another file is added with the name mir to calculate and plot the T1 AND T2 decay curves for the given values of the tissue samples.-Its a matlab c
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:81038
    • 提供者:harsh
  1. hysthresh

    0下载:
  2. matlab code-Function performs hysteresis thresholding of an image. All pixels with values above threshold T1 are marked as edges All pixels that are adjacent to points that have been marked as edges and with values above threshold T2 are als
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1538
    • 提供者:mahmood
  1. Huffman

    0下载:
  2. 用vc++实现用最短路径查找哈弗曼树。n个权值构成n棵二叉树的集合F={T1, T2, …, Tn},其中每棵二叉树Ti中只有一个带树为Ti的根结点。-Achieved with the vc++ to find the shortest path tree Havermann. n-weight constitutes a collection of n binary trees F = (T1, T2, ..., Tn), which is only a Ti binary Each spe
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1017
    • 提供者:liangsi
  1. ObserveOutput

    0下载:
  2. 决定性系统中,这个脚本演示计算的观测系统状态的观测为X0输入和一个输出输入有限时间t1.这个脚本的输入是单位阶跃函数- This scr ipt demonstrates computing the state x0 of an observable system based on observing input and output for a finite time t1.The input is a unit step function for this scr ipt
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:652
    • 提供者:小薇
  1. multifile

    0下载:
  2. 用于循环载入多个文件,比如文本文件。不用手动输入t1.txt, t2.txt ,t3.txt... , 然后得到的文件可以用一个矩阵存储下来。或者用一个向量以流的方式存储。-This program is used to cycle load files, like text files. For example,you don t have to manually type t1.txt, t2.txt, t3.txt in your program. Moreover, the result
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:531
    • 提供者:staforn
  1. convtrapz

    0下载:
  2. This code computes the approximation of the convolution integral (*) between two functions, f(t) and g(t), sampled at the times t1,t2,...,tm (unit spacing), via the trapezoidal quadrature rule. To compute the integral with other than unit spacing, mu
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:42252
    • 提供者:12pm
  1. 11

    0下载:
  2. 该电路由一片四双向模拟开关集成电路CD4066为核心构成。每个电路内部有四个独立的能控制数字或模拟信号传送的开关。当水箱无水时,由于180K电阻的作用,使四个开关的控制端为低电平,开关断开,LED 不发光。随着水位的增加, 由于水的导电特性,使得IC的13脚为高电平,S1接通,LED1点亮。当水位逐渐增加时,LED依次发光指示水位。水满时, LED4发光, 显示水满。同时T1导通, B发出报警声,提示水已满。不需要报警声时,断开开关K即可。 -The circuit consists of a
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:6288
    • 提供者:刘斌
  1. T1

    0下载:
  2. 使用“递归”算法实现单链表中数据的顺序和逆序输出。对选择的文档进行处理,通过对单链表的函数的调用,实现数据的顺序输出和你序输出。-Using the "recursive" algorithm for single order of the data list and reverse output. Processing the selected document, through a single call to a function list, the order of data outpu
  3. 所属分类:Data structs

    • 发布日期:2017-05-25
    • 文件大小:8640086
    • 提供者:王剑
  1. HeatTransport

    2下载:
  2. 数值方法计算传热问题实例 边长为200×200mm的二维矩形材料内的稳态温度分布。上侧和左侧维持恒壁温;下侧为绝热;右侧为对流换热条件。具体参数为: 材料的导热系数=20w/m• k; 上侧温度t1=100℃ 右侧流体温度tf=20℃ 表面传热系数 h分别为1w/m2• k和100 w/m2• k 左侧温度t2=20℃ 下侧绝热-Numerical method to calculate the heat transfer problem
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1191
    • 提供者:aleko
  1. t1

    0下载:
  2. 基于最小 最大特征值的改进的高分辨MUSIC算法 不需要信源的估计数目-Based on the estimated number of minimal and maximal eigenvalue improved high-resolution MUSIC algorithm does not require source
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:803
    • 提供者:姜琛
« 12 3 »
搜珍网 www.dssz.com