CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 小目标

搜索资源列表

  1. Process-killer

    0下载:
  2. 个人需求编写的娱乐小程序,通过手动添加目标,自动检测目标是否运行,并将其终止,结束进程!-Individual needs to write small programs of entertainment, by manually add target, automatic detection of target is run, and terminate it, the end of the process!
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:8942
    • 提供者:少年游
  1. minBFGS

    0下载:
  2. 用BFGS法求解多维函数的极值 function [x,minf]=minBFGS(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- By BFGS method for solving the multi-dimensional function of the extreme value function [x, minf] = minBFGS (
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1216
    • 提供者:Bill
  1. minDefTW

    0下载:
  2. 用显式最速下降法求正定二次函数的极值 function [x,minf]=minDefTW(f,A,x0,var,eps) 目标函数:f 正定矩阵:A 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- Explicit steepest descent method the positive quadratic function of the extreme value functio
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:606
    • 提供者:Bill
  1. minDFP

    0下载:
  2. 拟牛顿法求解多维函数的极值 function [x,minf]=minDFP(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- Quasi-Newton method for solving the multi-dimensional function of the extreme value function [x, minf] = minDFP
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1223
    • 提供者:Bill
  1. minFD

    0下载:
  2. 用最速下降法求解多维函数的极值 function [x,minf]=minFD(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- With the steepest descent method for solving the multi-dimensional function of the extreme value function [x, m
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1037
    • 提供者:Bill
  1. minGETD

    0下载:
  2. 共轭梯度法求解多维函数的极值 function [x,minf]=minGETD(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- Conjugate gradient method for solving the multi-dimensional function of the extreme value function [x, minf] =
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1154
    • 提供者:Bill
  1. Powell

    0下载:
  2. 鲍威尔优化算法:多维无约束优化算法是在无约束优化算法之一,首先选取一组共轭方向,从某个初始点出发,求目标函数在这些方向上的极小值点,然后以该点为新的出发点,重复这一过程直到获得满意解,其优点是不必计算目标函数的梯度就可以在有限步内找到极值点。 鲍威尔法是以共轭方向为基础的收敛较快的直接法之一,是一种十分有效的算法。-Powell optimization algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1951
    • 提供者:立哲
  1. BP

    0下载:
  2. 我们要构建一个通信系统。这个系统包含若干个设备,对于每个设备,我们都可以从不同的商家购买。从不同商家购买的同种设备,在最大带宽和价格上都有所区别。 整个系统的带宽B是指它包含的所有设备的最大带宽的最小值。整个系统的代价P是指,它包含的所有设备的价格之和。我们的目标是确定一个购买方案,使得整个系统的性价比B/P最高 -We want to build a communication system. The system consists of several devices, for ea
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4541
    • 提供者:xxw
  1. hanoi

    0下载:
  2. 由于汉诺塔移动的次数实在太多,神庙的和尚们决定偷懒。为了虔诚地偷 懒,他们用严格的语言描述了新的规则: 1. 有三根柱子,编号为0、1、2。初始状态下,0 号柱子从底向上按照从大 到小的次序依次放置了n 个金盘。 2. 每次移动将一根柱子最顶部的一个金盘移动到另一根柱子的最顶部。在整 个操作过程中,每根柱子上的最底部的金盘必须是最大的,而其他金盘的 顺序可以和大小无关。 3. 希望通过移动达到的目标状态是,2 号柱子从底向上按照从大到小的次序 依次放置这n 个金盘
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:547
    • 提供者:LIZHEN
  1. radix

    4下载:
  2. 一位数学老师,经常写一些乘法算式,看起来是不对的,但经过进制转换却是正确的。比如5*8=34,如果是12进制的运算则是正确的。 你的目标是写出一个程序,找到正确的进制(介于2和16之间),如果找不到则输出0。注意,若有多种情况,则输出最小进制。如10*10=100,则输出2。 第一种:10*10=100输出10,不符合输出2的结果 先计算出两个数乘积的十进制数,再将此十进制数转换为2到16的进制数,依次与原先给出的结果值比较,若相等,则输出当前为几进制,若都不相等,则输出0-A ma
  3. 所属分类:Other windows programs

    • 发布日期:2016-07-31
    • 文件大小:5120
    • 提供者:陈佳能
  1. L2G2IS

    0下载:
  2. 具有光学图像稳定模块系统的2轴陀螺仪 其优势特性主要包括:(1)具有图像稳定功能,满足目标应用和消费者的性能要求(2)3线和4线SPI数字接口,并集成带宽可选的低通和高通滤波器;(3)尺寸仅有2.3x2.3x0.7mm,大幅降低了在电路板上占用的空间和面积;(4)能在一个多传感器模块内集成不同的传感器和信号处理控制功能、传感器融合算法与无线连接。L2G2IS的工作电压为1.7V至3.6V,±100 dps/±200 dps满量程,其尺寸十分精小,仅有2.3x2.3x0.7mm,它的面积和体积
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:407611
    • 提供者:曹冲
  1. suibeng_v57

    0下载:
  2. 多目标跟踪的粒子滤波器,应用小区域方差对比,程序简单,音频信号通过LM386放大。- Multi-target tracking particle filter, Application of small area variance comparison, simple procedures, LM386 audio signal amplification.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4450
    • 提供者:周根
  1. koupan

    0下载:
  2. Gabor小波变换与PCA的人脸识别代码,LDPC码的完整的编译码,多目标跟踪的粒子滤波器。- Gabor wavelet transform and PCA face recognition code, Complete codec LDPC code, Multi-target tracking particle filter.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4594
    • 提供者:黄海伟
  1. URWAPP

    0下载:
  2. 用于识别和读取移动存储设备的小程序。识别和检测是否存在可移动存储器,可以选择计算机上的文件复制到目标存储器上。vs2013直接打开编译。-A small program for identifying and reading mobile storage devices. To identify and detect whether there is a removable memory, you can the files on your computer to copy to the de
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:103274
    • 提供者:qiu
  1. tailang_v60

    0下载:
  2. 计算目标和海洋回波的功率谱密度,关于小波的matlab复合分析,可以实现模式识别领域的数据的分类及回归。- Calculating a target and ocean echo power spectral density, Matlab wavelet analysis on complex, You can achieve data classification and regression pattern recognition.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:8518
    • 提供者:张眉毅
  1. jengnui

    0下载:
  2. 包括压缩比、运行时间和计算复原图像的峰值信噪比,空间目标识别,采用PM算法,应用小区域方差对比,程序简单。- Including compression ratio, image restoration computing uptime and peak signal to noise ratio, Space target recognition algorithm using PM, Application of small area variance comparison, simple
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4275
    • 提供者:武燕成
  1. bangting

    0下载:
  2. PLS部分最小二乘工具箱,使用混沌与分形分析的例程,多目标跟踪的粒子滤波器。- PLS PLS toolbox, Use Chaos and fractal analysis routines, Multi
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5673
    • 提供者:poukeng
  1. niusei

    0下载:
  2. 计算多重分形非趋势波动分析matlab程序,可以提取一幅图中想要的目标,是小学期课程设计的题目。- Calculation multifractal detrended fluctuation analysis matlab program, Target can be extracted in a picture you want, Is the topic of the elementary school stage curriculum design.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3617
    • 提供者:funqou
  1. pengsao

    0下载:
  2. MIT人工智能实验室的目标识别的源码,关于小波的matlab复合分析,利用最小二乘法进行拟合多元非线性方程。- MIT Artificial Intelligence Laboratory identification of the target source, Matlab wavelet analysis on complex, Multivariate least squares fitting method of nonlinear equations.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6276
    • 提供者:jaokan
  1. banyun

    0下载:
  2. 可以提取一幅图中想要的目标,matlab小波分析程序,有循环检测,周期性检测。- Target can be extracted in a picture you want, matlab wavelet analysis program, There are cycle detection, periodic testing.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5480
    • 提供者:韩建波
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com