CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 直接法

搜索资源列表

  1. SVMZZ

    0下载:
  2. SVM进行图像分割 使用OTSU阈值法 效果很好 分割出来直接是二值图像-SVM for image segmentation using the OTSU thresholding method works well split up directly from the binary image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:16706093
    • 提供者:ARNO
  1. zhuiganfa

    0下载:
  2. 追赶法求解线性方程组的m文件,把矩阵和向量带入直接可以调用-The chasing method to solve linear equations m file can call directly into the matrix and vector
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:10218
    • 提供者:林翼
  1. algo_affine_tracking

    1下载:
  2. 这是仿射变换与金字塔光流法结合的文献。。。里面伪代码已经写的非常详细了。。直接看文章就可以把代码写出来。-This is the affine transformation pyramid optical flow method. . . Inside the pseudo code has been written in great detail. . Direct look at the articles you can write out the code.
  3. 所属分类:software engineering

    • 发布日期:2017-03-17
    • 文件大小:158720
    • 提供者:wqq
  1. pwpf

    0下载:
  2. 配网潮流前推回代法40节点的一个具体例子,直接运行即可。-A concrete example of the backward substitution method 40 nodes in the trend of the distribution network, and can be run directly.
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1277
    • 提供者:wangyan
  1. sample-methods

    0下载:
  2. 随机数的产生算法介绍:任意分布的伪随机变量的抽样,方法包括直接抽样方法,变换抽样法,舍选抽样法等。-Random number generation algorithm: the arbitrarily distributed pseudo-random variable sampling methods including direct sampling method, transform sampling method- rejection sampling method.
  3. 所属分类:Project Design

    • 发布日期:2017-11-17
    • 文件大小:143349
    • 提供者:张磊
  1. OTSU

    0下载:
  2. 大津法确定图像二值化阈值,为MATLAB语言编写的M文件, 可直接使用-Otsu method to determine the threshold image binarization
  3. 所属分类:Graph program

    • 发布日期:2017-11-17
    • 文件大小:574
    • 提供者:ChengLi
  1. pinlvceliangmokuaichengxu

    0下载:
  2. 采用等精度法单片机频率测量模块化程序 编译成功 可以直接在单片机中运行-Microcontroller frequency measurement using precision method modular compilation success can be directly run microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:53324
    • 提供者:路龙宾
  1. xiaobozengqiang

    1下载:
  2. 弱信号增强处理是探地雷达数据处理中的一个重要环节,而且是探地雷达数据处理难以解决的问题。弱信号在两 方面使其不易于直接从探测剖面上识别出来:一是本身信号强度小且受到随机噪声的干扰;二是存在浅部强信号的明显反 差,视图上难以识别。本文根据小波变换的特征提出一种信号增强方法,即多尺度小波变换信号增强法。-Ground-penetrating radar based on wavelet transform weak signal enhancement
  3. 所属分类:Development Research

    • 发布日期:2017-11-14
    • 文件大小:229936
    • 提供者:juily
  1. graphicsp2Bwinbgi

    0下载:
  2. 由于TC中的graphics.h不是C语言中的标准函数,而是由Borland公司自行开发的,而且是面向DOS的16位,无法直接在VC++中使用; 出于此目的,设计了面向VC++的graphics.h头文件,以及包含一些链接函数的C++程序winbgi.cpp和winbgi.lib; 如何使用?第一种方法——创建工程之后,在Source Files中导入winbgi.cpp文件,在Header Files中导入graphics.h文件,并且将这两个文件和winbgi.lib拷贝
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-13
    • 文件大小:27104
    • 提供者:李亚
  1. LPQuestions.cpp

    0下载:
  2. 研究生课程:优化方法/单纯形法计算代码,可以直接运行-Graduate courses: optimization/simplex method code can be run directly
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:3825
    • 提供者:wunannan
  1. charuxuanze

    0下载:
  2. C++编程,实现,直接插入法和选择法对数组进行排序,非冒泡法-C++ programming, direct insertion method and select the method to sort the array, non-bubble method
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:618
    • 提供者:cool冷
  1. ganzhiqi

    0下载:
  2. 感知器法的matlab实现,程序已经实现,源程序和结果图像放在word中,通知也包含可直接运行的matlab程序。-The perceptron method matlab to achieve, the program has been achieved, the source code and the resulting image is placed in the word, the notice also contains matlab program can be run direct
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:25663
    • 提供者:马尚
  1. chazhao

    0下载:
  2. 1.基本训练 (1)先建立有序表,采用折半查找实现对某一已知的关键字的查找。 (2)输入一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 2.综合训练 哈希表设计: 【问题描述】 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 【基本要求】 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法(H
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:8044
    • 提供者:肖芬
  1. matlab

    0下载:
  2. 最优化算法中的外罚函数法,求解最优的解 可以直接利用-Optimization algorithm outside the penalty function method for solving the optimal solution can be directly utilized
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:1638
    • 提供者:丝雨飞花
  1. keyboard-program

    0下载:
  2. 本程序直接采用分时扫描法,本板设计了5个按键,分别接于P13-P17引脚,按键都以接0方式触发(即按键另一脚接GND)-The program directly using the time-scan method, the board design 5 buttons, respectively, then the P13-P17 pin, trigger keys way to pick 0 (that is the key to another pin GND)
  3. 所属分类:Software Testing

    • 发布日期:2017-11-21
    • 文件大小:5994
    • 提供者:zhaozushi
  1. SVPWM-zero-vector

    0下载:
  2. SVPWM中关于零矢量的相关论文:SVPWM调制法中零矢量优化分配技术的研究;基于空间矢量PWM技术的零矢量分配问题分析;包含零矢量的永磁同步电机直接转矩控制。-The the zero vector SVPWM papers: the zero vector SVPWM modulation method to optimize the distribution technology the zero vector allocation problem based space vector
  3. 所属分类:Development Research

    • 发布日期:2017-11-12
    • 文件大小:1499050
    • 提供者:张兵
  1. ThinkingInJava

    0下载:
  2. 探讨了矩形件和任意形状图案的排样优化问题的遗传算法求解,提出了剩余矩形表示法和条形图表示法。对于矩形排样,剩余矩形表示法提高了板材利用率,更容易得到较优解。对于任意形状图案排样,条形图表示法直接利用位图排样,不对图案作任何限制(允许有孔洞),排样速度很快。该算法已应用于智能印花分色系统中-very good
  3. 所属分类:JavaScript

    • 发布日期:2017-11-25
    • 文件大小:5483101
    • 提供者:缪茂可
  1. codes-for-numerical-analysis

    0下载:
  2. 高教版数值分析的matlab代码,误差与范数,非线性方程(组)的数值解法,解线性方程组的直接方法,解线性方程组的迭代法,矩阵的特征值与特征向量的计算,函数的插值方法,函数逼近与曲线(面)拟合,数值微分,数值积分,常微分方程(组)求解-entire codes for numerical analysis based on matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:902246
    • 提供者:theo
  1. onedimension

    0下载:
  2. 一維光子晶體,用平面波展開法求能帶圖,其中傅立葉係數用FFT所求出(不同於直接帶入解析解作法),code很簡單-One-dimensional photonic crystal with a plane wave expansion method for the energy band diagram, where the Fourier coefficients are calculated using FFT (as opposed to directly into the analytic
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:959
    • 提供者:jang
  1. AHP

    0下载:
  2. 层次分析法的matalab程序很实用,直接输入矩阵就可以得出结果-The level analysis matalab program
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:9759
    • 提供者:王勇
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com