搜索资源列表

  1. SpellDictionary_src

    0下载:
  2. 一个智能拼写语法检测器,带提示功能,其核心算法就是用的一个三元树来实现相似词的存储。-ternary tree spell check
  3. 所属分类:输入法编程

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:may
  1. cantor

    0下载:
  2. 该函数实现了cantor三分集的生成,例如输入cantor(0,0,1,0)即可产生[0,1]区间的三分集-The function implements the generation of the cantor ternary set, for example, enter the cantor (0,0,1,0) to generate the third set of the interval [0,1]
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:杨峰
  1. math

    0下载:
  2. 一个简单的数学库,封装了矩阵运算、平面、四元数、二元向量、三元向量、四元向量、等,还有关于四元数运算的文章。-A simple math library, the package of matrix operations, plane, quaternion, binary vector, ternary vector quaternary vector, etc., as well as articles on the operati
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:173056
    • 提供者:赵文
  1. frmCal

    0下载:
  2. 一个很适合计算三元一次方程的小程序,在xp下面调试完成,没有问题。-A very small program for calculation of the ternary linear equation in xp the following testing completed, there is no problem.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:16384
    • 提供者:黄存东
  1. arithmetic

    0下载:
  2. 四则运算,可以实现加减乘除的三元运算,可修改为四元运算-Arithmetic, can realize the add, subtract, multiply and divide the ternary, can be changed for four yuan operations
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:yue
  1. multisensor-data

    0下载:
  2. Part I Introduction to Multisensor Data Fusion 1 Multisensor Data Fusion David L. Hall and James Llinas 1.1 Introduction 1.2 Multisensor Advantages 1.3 Military Applications 1.4 Nonmilitary Applications 1
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:8673280
    • 提供者:Rakesh
  1. duo-te-zheng

    0下载:
  2. :该文把局部三值模式(Local Ternary Patterns, LTP)纹理特征引入Mean Shift 跟踪算法,提出了基于多 特征的Mean Shift 人脸跟踪算法以解决Mean shift 跟踪算法的鲁棒性问题。通过对LTP 纹理特征的分析、研究, 提出了一个LTP 关键纹理模型,既增强了目标的关键纹理信息,又简化了LTP 纹理模型。在此基础上,提出一 种基于LTP 关键纹理特征和肤色特征的Mean Shift
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2325504
    • 提供者:张娜
  1. xianxinghuigui

    0下载:
  2. 运用MATLAB软件做三元一次、三元二次及最小二乘法的数据仿真-MATLAB software for the ternary once Quadratic least squares method of data simulation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:72704
    • 提供者:woweili
  1. tree_sanyuanzu

    0下载:
  2. 假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。 试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。 -Assumed that the input to th
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:shiloh
  1. huffman

    0下载:
  2. 用matlab实现哈夫曼二元、三元编码,并对平均码长、编码效率、方差等进行运算,算法高效、容易理解-Matlab Huffman binary and ternary code, and the average yards long, coding efficiency, variance of operation, this method is efficient and easy to understand
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:17408
    • 提供者:江晨城
  1. sanyuan

    0下载:
  2. 三元两次曲线拟合程序,也有一次曲线的拟合-The ternary two curves fitting procedure
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:chengshenghua
  1. Simple-function_GA

    0下载:
  2. 3元简单函数优化的遗传算法程序,利用遗传算法求三元函数的最优值,包括主程序、初始化、交叉、变异、选择等子程序,方便自己修改,并且包含图像分析。-A simple function of the genetic algorithm optimization procedures, the optimal value of ternary functions using genetic algorithms, including the s
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:chennan
  1. ConDistill

    0下载:
  2. 连续多组分(三元)精馏塔的模拟计算,用ode45()求解由DistMassBalance是()定义的物料平衡方程组 -Continuous multi-component (ternary) distillation column simulation, solving the material balance equations defined by DistMassBalance () ode45 ()
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:昌然
  1. mat1

    0下载:
  2. 计算三元一次方程组 12x+41y+52z=132 23x+12y+32z=113 76x+37y+15z=176 -The calculated ternary equations 12x+41y+52z = 132 23x+12y+32z = 113 76x+37y+15z = 176
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:qjy
  1. Image-processing

    0下载:
  2. 基于VC++图像处理入门 三元色RGB 图像的矩阵格式 二维数组和图像的关系-VC++ based two-dimensional array of image processing entry ternary color RGB image matrix format and image relationships
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:705536
    • 提供者:姚樊
  1. fractal-algorithm-_-base

    0下载:
  2. 内含Cantor三分集,Koch曲线,Koch雪花源Arboresent,Sierpinski垫片,Hilbert—Peano曲线,Hilbert—Peano曲线等源代码 -Contains Cantor ternary set, Koch curve, the Koch snowflake source Arboresent, the Sierpinski gasket, Hilbert-Peano curve, Hilbert-
  3. 所属分类:分形几何

    • 发布日期:2024-05-18
    • 文件大小:594944
    • 提供者:张望宇
  1. aspen-learning

    0下载:
  2. aspen 基本学习资料 还有三元系气液算法 NRTL的很全面的资料-aspen basic learning materials ternary gas-liquid algorithms the NRTL' s very comprehensive information
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:8287232
    • 提供者:潘志群
  1. MATLAB-NRTL

    1下载:
  2. 用MATLAB求解三元物系的NRTL方程,可以供大家参考使用-Ternary System on MATLAB to solve the NRTL equation, for your use and reference
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:朱莉
  1. test

    0下载:
  2. 稀疏矩阵的压缩与还原。 一个矩阵含有非零元素比较少,而零元素相对较多,这样的矩阵称为稀疏矩阵,对稀疏矩阵的存储我们不用完全用二维数组来存储,可以用一个三元组,即任意一个稀疏矩阵可以用一个只有三列的二维数组来存放,要求把给定的稀疏矩阵用为三元组表示;同时把三元组转换为稀疏矩阵形式。 -Sparse matrix compression and reduction.A matrix with nonzero element is l
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:17408
    • 提供者:denghuakaidiewu
  1. CRR

    0下载:
  2. 欧式、美式,二叉、三叉树定价,共4个。算法不含nchoosek,较优化。-Continental, American, binary, ternary tree pricing, a total of four. Algorithm without nchoosek, compared with optimizations.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:zhuang fei die
« 1 2 3 4 56 7 »

源码中国 www.ymcn.org