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

搜索资源列表

  1. MATLAB6.xsignalprocessing

    0下载:
  2. 对信号处理的理论知识作系统概括和总结的基础上,介绍了如何使用matlab提供的信号处理工具箱,-Of theoretical knowledge of signal processing systems in general and for the basis of summing up on how to use matlab to provide the signal processing toolbox
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4761375
    • 提供者:马军辉
  1. 59564340YCDataMng02

    0下载:
  2. 详细对一般字符串表达式解析,可进行常规的表达式操作-Detailed analysis of the general string expression, it can conduct regular expression operator
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1453290
    • 提供者:苏州大学
  1. NONSAP

    1下载:
  2. 非线性有限元程序,NONSAP is a general finite element program for the nonlinear static and dynamic analysis of complex structures. The program is very flexible and was designed to be extended and modified by the user. In particular the program can easily be mo
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:125582
    • 提供者:wangsong
  1. 1D-FEM

    0下载:
  2. c语言写得一阶有限元的通用程序,很实用的。-c language written in the first-order finite element of the general program, it is practical.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3000
    • 提供者:严玉洁
  1. gamain

    1下载:
  2. 一个简单的遗传算法 采用实数编码、比例分配轮盘赌选择、杂交采用离散与算术双重杂交、一般性变异。-A simple genetic algorithm using real-coded, proportional allocation of roulette selection, hybrid discrete and numeracy double hybridization, general variation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-01
    • 文件大小:1751
    • 提供者:wangkang
  1. chap3(1)

    0下载:
  2. 在工程实践和科学实验中,常常需要从一组实验观测数据之中找到自变量与因变量之间的关系,一般可用一个近似的函数来表示。函数的产生办法因观测数据和要求不同而异,数据插值和你和是两种常用的办法。-In engineering practice and scientific experiments, often from a set of experimental data to find the independent variables and dependent variable relations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3069
    • 提供者:xutianyuan
  1. chap3(2)

    0下载:
  2. 在工程实践和科学实验中,常常需要从一组实验观测数据之中找到自变量与因变量之间的关系,一般可用一个近似的函数来表示。函数的产生办法因观测数据和要求不同而异,数据插值和你和是两种常用的办法。-In engineering practice and scientific experiments, often from a set of experimental data to find the independent variables and dependent variable relations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3327
    • 提供者:xutianyuan
  1. datastr

    0下载:
  2. C/C++常用的数据结构类 包括: array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltr
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16765
    • 提供者:sam
  1. Knapsack_V6.0

    0下载:
  2. vc实现的0-1背包问题,一般递归方法,动态规划方法和贪心方法-vc achieved 0-1 knapsack problem, the general recursive method of dynamic programming methods and greedy method
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:18500
    • 提供者:wangkc
  1. SVD_TLS

    1下载:
  2. 使用自编函数基于奇异值分解总体最小二乘法(svd-tls)实现AR模型谱估计 -The use of self-functions in general based on singular value decomposition least square method (svd-tls) to achieve AR model spectrum estimation
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1216
    • 提供者:王冰
  1. gaoweifangcheng

    0下载:
  2. 用matlab解高维微分方程组一般少用到,但是最近看了这方面的例子,希望对用到的人有所帮助-Matlab solutions with high-dimensional differential equations in general less used, but recently read examples in this regard, I hope to help people who use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2944
    • 提供者:
  1. NSGA2-dynamic

    0下载:
  2. 多目标优化进化算法目前公认效果收敛性最好的算法NSGA2c++源码,具有一般性,可在此基础上继续改进,对实现其他多目标优化算法很有帮助.-Multi-objective optimization evolutionary algorithm is currently the best recognized effect of convergence of the algorithm NSGA2c++ Source, with the general, could be on this basis
  3. 所属分类:matlab

    • 发布日期:2016-04-08
    • 文件大小:116468
    • 提供者:antercy
  1. GAchenxu

    0下载:
  2. 传统的经典遗传算法c++源码,包含很多例子,该源码很具有一般性。-Traditional classical genetic algorithm c++ Source, contains many examples, the source code is very general.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-07
    • 文件大小:632387
    • 提供者:antercy
  1. MSM

    0下载:
  2. 最短路径的通用程序,matlab,在网上整理的,有些问题,需要进一步调整。-The shortest path of the general program, matlab, online finishing, some issues require further adjustment.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2595
    • 提供者:lut
  1. cholesky

    0下载:
  2. cholesky分解,求解一般的线性方程组很方便。-Cholesky decomposition, for solving general linear equations easily.
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:3010
    • 提供者:桂鹏
  1. avlTree

    0下载:
  2. 平衡二叉树的高效率实现,可用于一般的数据查找,检索,效率非常高!-Balanced binary tree to achieve high efficiency, can be used for general data search, retrieval, efficiency is very high!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:5044
    • 提供者:amy chang
  1. HBBG

    0下载:
  2. 用初等相似变换将一般实矩阵约化为赫申伯格矩阵-Using elementary similarity transformation will be about the general real matrix into a matrix of Joseph Berger Shanghai
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:980
    • 提供者:张帆
  1. 2dsnellraytracing0

    0下载:
  2. 基于snell定律的射线追踪,与一般算法不一样,精度比较高-Based on Snell s Law ray tracing, and the general algorithms are not the same, relatively high accuracy
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:7995
    • 提供者:林松
  1. PolyfitnTools

    0下载:
  2. 多项式拟合的MATLAB工具。只要具有以下几个函数 POLYFITN - A general n-dimensional polynomial fitting tool POLYVALN - An evaluation tool for polynomials produced by polyfitn POLYN2SYMPOLY - A conversion tool to generate a sympoly from the results of polyfitn POLYN
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:49215
    • 提供者:celeneyang
  1. CVPR2007_part_4

    0下载:
  2. 计算机视觉及模式识别国际会议(CVPR) 2007 大会报告:Combined segmentation and recognition-Computer Vision and Pattern Recognition International Conference (CVPR) 2007 report to the General Assembly: Combined segmentation and recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:8173139
    • 提供者:万琴
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com