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

搜索资源列表

  1. 3D-FDTD-Liao

    0下载:
  2. 3D-FDTD防真,边界为廖氏差分格式,程序使用计算机内存较少,可以用来做稍大尺寸物体的电磁防真-3D-FDTD defense truthfulness, Liao borders difference format, procedures use less computer memory. can be used to do slightly larger size object electromagnetic defense really
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:24.96kb
    • 提供者:向阳
  1. adzm_v1_0[1].tar

    0下载:
  2. An object-oriented C++ implementation of Davidson method for finding a few selected extreme eigenpairs of a large, sparse, real, symmetric matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:19.08mb
    • 提供者:魏东宾
  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
    • 文件大小:2.11mb
    • 提供者:王大为
  1. 第七小组实验源代码

    1下载:
  2. 偏微分方程数值解 有限元法 面向对象 变分问题 剖分问题 边值处理 误差分析 椭圆方程,一维二维-numerical solution of partial differential equations Finite Element Method object-oriented variational problem subdivision boundary value problems handling error analysis of elliptic equation, a two-di
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:145.57kb
    • 提供者:陈建湘
  1. track

    0下载:
  2. 这是跟踪物体的程序,c语言编写的主体框架。仅供参考。-This is tracking the object program, the main body of the framework written in c language. Only for reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:202.45kb
    • 提供者:xuyuc
  1. PID_danchunxin

    0下载:
  2. 基于单纯形无约束方法的PID参数整定。在myfun.m中输入目标函数和控制对象的传递函数,运行主函数即可得到阶跃响应曲线-Based on unconstrained simplex method of PID parameter tuning. Myfun.m enter in the objective function and control the transfer function of the object, run the main function can be obtained
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.44kb
    • 提供者:张宪
  1. OOPFEM

    0下载:
  2. 面向对象的有限元程序设计 ——空间8结点等参元的分析计算-Object-oriented finite element program design- space 8 node isoparametric element analysis calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:280.82kb
    • 提供者:王强
  1. LastWave_3_0.windows

    0下载:
  2. LastWave,开源项目,信号处理,跨平台,主要以小波应用为主,涉及图像处理和音频处理,非常好的源代码-LastWave is a signal processing oriented command language. The 3.0 version is based on the GNU wxWidgets library. It allows LastWave to be truly multiplatform : it runs on both X11/Unix (or Li
  3. 所属分类:Algorithm

    • 发布日期:2017-06-11
    • 文件大小:18.5mb
    • 提供者:danny
  1. FFTReal

    0下载:
  2. FFT源码,快速傅里叶变换和逆变换,Portable ISO C++开发的完整类-FFTReal Version 1.03, 2001/06/15 Class of Fourier transformation of real data (FFT and IFFT) Portable ISO C++ (c) Laurent de Soras <ldesoras@club-internet.fr>
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:13.6kb
    • 提供者:danny
  1. K-mean

    0下载:
  2. K均值算法: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小-K-means algorithm: the number of a given type of K, will be assigned to N objects of category K go, making the object category similarity between the largest, while the category of the simi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.85kb
    • 提供者:sss
  1. huiseguanlian

    0下载:
  2. 灰色关联度分析法是将研究对象及影响因素的因子值视为一条线上的点,与待识别对象及影响因素的因子值所绘制的曲线进行比较,比较它们之间的贴近度,并分别量化,计算出研究对象与待识别对象各影响因素之间的贴近程度的关联度,通过比较各关联度的大小来判断待识别对象对研究对象的影响程度。-Gray correlation analysis method is to study the impact of factors and factor values as a line of points, and ques
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.92kb
    • 提供者:lili
  1. kmean

    0下载:
  2. k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.29kb
    • 提供者:lining
  1. jiaoju1

    0下载:
  2. 计算焦距的程序,焦距,物距,和像距之间转化-Procedures for calculating the focal length, focal length, object distance, and the conversion between像距
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8.34kb
    • 提供者:wang
  1. objectTracking.m

    0下载:
  2. kalman filter for traking a moving object
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.14kb
    • 提供者:vijay
  1. calman

    0下载:
  2. Kalman滤波器在单运动目标自动跟踪中的应用,相当经典,希望对大家有所帮助。-Kalman filter in a single moving object automatic tracking of applications, very classic, I hope to help all of you.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:139.91kb
    • 提供者:张斌斌
  1. object_detect

    0下载:
  2. detect object (blob) use opencv library
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:54.72kb
    • 提供者:phan anh sang
  1. MOTBinary

    0下载:
  2. MOT - Moving Object Segmentation and Tracking System Di Zhong and Shih-Fu Chang, Columbia University {dzhong,sfchang}@ee.columbia.edu
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4.48mb
    • 提供者:dams arn
  1. v34-39

    0下载:
  2. moving object tracing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:497.88kb
    • 提供者:majd
  1. object-oriented

    1下载:
  2. 面向对象的有限元程序设计。与传统的有限元程序相比,面向对象有限元程序更易于编写、更易于维护和扩充,程序代码的可重用成分更大。-object oriented finite element programming
  3. 所属分类:Algorithm

    • 发布日期:2017-06-08
    • 文件大小:14.71mb
    • 提供者:庄暴
  1. inheritance-concept-object-oriented-programming-C

    0下载:
  2. implementation of object oriented programming concepts, inheritance, object oriented programming using C-implementation of object oriented programming concepts, inheritance, object oriented programming using C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.4kb
    • 提供者:Mustafa
« 12 3 4 5 »
搜珍网 www.dssz.com