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

搜索资源列表

  1. RBFControl

    0下载:
  2. 基于RBF网络直接模型参考自适应控制,可以参考!希望能对大家有所帮助-direct model reference adaptive control, reference! The hope is to help everyone
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:967
    • 提供者:luchen
  1. CExp2

    0下载:
  2. doolittle直接分解法和guass-sedilla迭代法解方程组源码-doolittle direct decomposition and guass-iterative method of sedilla equations FOSS
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:602301
    • 提供者:刘泽善
  1. OptimizationofaDoubleWishboneSuspensionSystem

    0下载:
  2. This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Toolbox to optimize the design of a double wishbone suspension system.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2056712
    • 提供者:阳关
  1. zhijiezhuanj

    0下载:
  2. Direct Torque Control System!!!Direct Torque Control SystemDirect Torque Control System
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:16052
    • 提供者:阿东
  1. sanjiao

    0下载:
  2. 矩阵直接三角分解法的c++语言实现 -direct triangular matrix decomposition of the C Language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1409
    • 提供者:王军
  1. Direct_RLS

    0下载:
  2. 仿真直接RLS算法-direct RLS algorithm simulation
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1274
    • 提供者:李朗
  1. 各种排序比较

    1下载:
  2. 分别实现直接插入排序、冒泡排序、简单选择排序、希尔排序、快速排序、堆排序,并随机生成30个数,比较各算法的时、空性能和稳定性。-respectively direct insertion sort, bubble sort, simple choice, in order of ranking Hill, the quick sort, heap sort, and Random Number Generation 30, a comparison algorithm, the performa
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8629
    • 提供者:李景良
  1. ds_kcsj_cxc

    0下载:
  2. 《数据结构》排序演示系统。实现6种内部排序。包括直接插入排序,希尔排序,冒泡排序,直接选择排序,快速排序,堆排序。。这是我的数据结构课程设计!-"data structure" Sort demonstration system. Six species of achieving internal order. Including direct insertion sort, Hill, in order Bubble Sort, direct selection, in o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:321642
    • 提供者:程相闯
  1. double-direct-linklist

    0下载:
  2. 1 在windows下用emacs+MinGw做的一个简单例子; 2 功能:实现了一个简单的双向链表的创建、删除和打印功能。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7257
    • 提供者:郭会林
  1. ofeli-1.3.0-3

    0下载:
  2. OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2211735
    • 提供者:王大为
  1. memzlib

    0下载:
  2. 可以对内存数据直接压缩、解压函数库-can direct memory data compression, decompression library
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:48806
    • 提供者:凌晨
  1. 一元稀疏多项式

    0下载:
  2. 一元稀疏多项式计算器,直接可运行的-one yuan sparse polynomial calculators, and direct operational
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1228
    • 提供者:陈伟
  1. vbpso

    0下载:
  2. 粒子群算法的vb源程序,可以自定义算法参数,实现对6个非约束性测试函数极小值的全局优化,动态显示粒子的移动。低维下,优化效果很好。直接解压,无须密码。请多指正。-PSO algorithm vb source, the algorithm can define parameters to achieve the six non-binding function tests minimum of global optimization, dynamic display particle movem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23760
    • 提供者:陈超
  1. AniMatrix

    0下载:
  2. 用c写的对矩阵求逆的算法,采用直接迭代,适合2阶和3阶矩阵-used to write the right matrix inversion algorithm, the introduction of direct iteration, for two bands and three bands Matrix
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6431
    • 提供者:申魏
  1. improved mergesort

    0下载:
  2. 这是一个改进了自顶向下的归并排序,它改进的地方主要有:采用小子文件截止的机制,当序列长度小于32时,采用直接插入排序;对归并的内循环作了优化,判断的次数更少。-This is an improvement from a top-down sort of merger, it improved the main : the deadline for the paper boy mechanism, the length of the sequence is less than 32, the us
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2963
    • 提供者:唐海浪
  1. 教学计划编制

    0下载:
  2. 大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12641
    • 提供者:雨后阳光
  1. mmse_mpsk

    0下载:
  2. This an adaptive receiver for a direct-sequence spread spectrum (DS-SS) system over an AWGN channel. The adaptive receiver block is modified from the LMS adaptive filter block in DSP Blockset. For DS-SS signal reception, the adaptive filter needs to
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:8182
    • 提供者:张非
  1. 语法分析之左递归实验

    0下载:
  2. 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44142
    • 提供者:何浩
  1. 插入排序的改进算法—希尔排序算发1

    0下载:
  2. 插入排序的直接改进算法--希尔排序算法.将用户输入的一列数按递增顺序排好并输出.以及直接插入冒泡选择排序算法的实现-inserted directly improve the ranking algorithm -- Hill sorting algorithms. Users input a few in increasing order to arrange and output. Bubble and direct insertion Selection Sorting Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1801
    • 提供者:王伟
  1. 常见算法及函数源代码

    0下载:
  2. 算法设计与分析 1. 用直接递归方法计算n!: (2)通过键盘输入n的值,( 2. 用直接递归方法计算第n个Fibonacci数: 3. 用直接递归方法计算Ackerman函数: 4. 用直接递归方法给出n个元素的全排列: 8. 用直接递归方法求解Hanoi塔问题 ,Algorithm Design and Analysis 1. Using direct recursive meth
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-27
    • 文件大小:5024
    • 提供者:lilianjie
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com