搜索资源列表

  1. 数据结构与算法(C实现)系列---广义树

    0下载:
  2. 数据结构与算法(C#实现)系列---广义树,与大家一起学习讨论-data structures and algorithms (C#) series--- generalized tree, and we will study together to discuss
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:fang
  1. maze dfs

    0下载:
  2. dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, t
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:笨熊
  1. 基于TMS320VC5402的相关算法程序

    0下载:
  2. 基于TMS320VC5402 DSP平台的广义平稳信号的相关算法的C语言实现,在CCS里调试通过-TMS320VC5402 DSP platform based on the generalized smooth signal correlation algorithm in C language, debugging through CCS Lane
  3. 所属分类:DSP编程

    • 发布日期:2024-05-11
    • 文件大小:50176
    • 提供者:锁斌
  1. 矩阵所有运算

    0下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposit
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:82944
    • 提供者:球球
  1. libgist-2.0.1

    0下载:
  2. Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM). -Libgist is an implementation of the Generalized Sear
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:2267136
    • 提供者:hu
  1. qtsql.tar

    0下载:
  2. Qt SQL Browse是一个简单的、泛化GUI数据库浏览器前端。该工具是一个非常简单的Qt数据库类的汇集器。数据库抽象由Qt数据库驱动程序提供-Qt SQL is a simple, generalized database browser GUI front-end. The tool is a very simple database Qt pool for the category. Qt database abstracti
  3. 所属分类:数据库编程

    • 发布日期:2024-05-11
    • 文件大小:204800
    • 提供者:杨子
  1. indirectmain

    1下载:
  2. 本程序运用广义模糊神经网络理论采用MATLABL编程,实现了自适应控制-the procedures used fuzzy generalized neural network theory used MATLABL programming, the adaptive control
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:容容
  1. 广义表的识别

    0下载:
  2. 自己看啊 构成广义表的合法字符:小写或大写字母,空白字符,圆括号和逗号,且设广义表的原子为单个字母。-to look generalized table constitute the legitimate characters : uppercase or lowercase letters, blank characters in parentheses and commas, and broad-based scale of ato
  3. 所属分类:数据库编程

    • 发布日期:2024-05-11
    • 文件大小:33792
    • 提供者:林显敏
  1. LYQ_广义表

    0下载:
  2. 数据结构中广义表的C++源码,内行人都明白-generalized data structure Table C source code, insiders know
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:云蓝眨
  1. 广义表的表头和表尾

    0下载:
  2. 广义表是线性表的推广。广义表是n个元素的有限序列,元素可以是原子或一个广义表,记为LS。 若元素是广义表称它为LS的子表。若广义表非空,则第一个元素称表头,其余元素称表尾。 表的深度是指表展开后所含括号的层数。 把与树对应的广义表称为纯表,它限制了表中成分的共享和递归; 允许结点共享的表称为再入表; 允许递归的表称为递归表; 相互关系:线性表∈纯表∈再入表∈递归表; 广义表的特殊运算:1)取表头head(LS
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:wr
  1. 系统辨识

    3下载:
  2. 系统辨识中的各种辨识算法:如最小二乘法、递推最小二乘法、广义最小二乘、变遗忘因子递推算法等。-System Identification of identification algorithm : if the least-squares method, recursive least squares method, generalized least squares, changing the forgotten factor alg
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:7168
    • 提供者:陈镇静
  1. gsnake

    0下载:
  2. GSNAKE API provides tools for contour modeling, extraction, detection and classification, based on generalized active contour model (g-snake). GSNAKE consists of a set of objects built in C++, suitable for use in the are
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-11
    • 文件大小:1830912
    • 提供者:妙飞
  1. 广义异或集成神经网络算法

    0下载:
  2. 本程序用C语言实现了集成神经网络解决广义异或问题。用神经网络集成方法做成表决网,可克服初始权值的影响,对神经网络分类器来说:假设有N个独立的子网,采用绝对多数投票法,再假设每个子网以1-p的概率给出正确结果,且网络之间的错误不相关,则表决系统发生错误的概率为 Perr = ( ) pk(1-p)N-k 当p<1/2时 Perr 随N增大而单调递减. 在工程化设计中,先设计并训练数目较多的子网,然后从中选取少量最佳子网形成
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:50176
    • 提供者:刘波
  1. guangyibiao

    0下载:
  2. 生成广义表的文本表示并求广义表中所有整数的和-generate generalized version of the questionnaire and said broad table for all integer and
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:20480
    • 提供者:何芳
  1. guangyizuixiaofangcha

    0下载:
  2. 这是黑龙江大学自动控制专业杨易鹏同学用matlab编写的广义最小二乘算法!-Heilongjiang University automation Yang Yi Peng students using Matlab prepared by the generalized least squares algorithm!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:杨易朋
  1. getzero

    0下载:
  2. 广义切比雪夫的传输零点提取 传输零点提取.m-generalized Chebyshev transmission Transmission Extraction 0.1 0.1 Extraction. M
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:king
  1. rigid

    0下载:
  2. 刚体计算类,用于计算各个刚体的广义转动矩阵等-rigid computation used in the calculation of the various rigid rotation of generalized matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:
  1. apbSrc.tar

    0下载:
  2. Single-layer neural networks can be trained using various learning algorithms. The best-known algorithms are the Adaline, Perceptron and Backpropagation algorithms for supervised learning. The first two are specific to s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:818176
    • 提供者:陈伟
  1. shuzu&cuan&guangyibiao.ral

    0下载:
  2. 用c++描述的数组,串,广义表以及原代码-With c++ Described array, string, generalized form, as well as the original code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:519168
    • 提供者:何某某
  1. invGreville

    0下载:
  2. 矩阵的广义逆计算,共两种方法,其中迭代法有一阶收敛和二阶收敛-generalized inverse matrix calculation, a total of the two methods, which iteration is a second-order convergence and convergence
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:lixuan
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org