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

搜索资源列表

  1. Dijkstra.floyd

    0下载:
  2. Dijkstra算法及逆向Dijkstra算法的matlab软件实现,很方便很实用-D algorithm and reverse D algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:10680
    • 提供者:林逸墨
  1. GP

    0下载:
  2. 一个简单的中文分词系统,基于正向最大匹配算法和逆向最大匹配算法。-A simple Chinese word segmentation system, based on the forward and reverse maximum matching algorithm maximum matching algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-03
    • 文件大小:15278996
    • 提供者:董旭
  1. huffman

    0下载:
  2.   Huffman编码的关键点是构造一棵Huffman树。其过程是:   1.输入各个叶子节点及其频率,对每个节点的lchild, rchild, parent分别赋初值为0;   2.选择parent为0,且fre最小的两个节点开始建Huffman树,再修改相应节点的lchild, rchild, parent值,如此重复直到Huffman树建立。   3.从叶子到根逆向求每个节点的Huffman编码。 4.解压时,由于Huffman编码是前缀编码,即任一字符的编码都不是
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5039
    • 提供者:suyu
  1. BmpToJpgJpgToBmp

    0下载:
  2. 实现jpeg压缩和解压缩,将彩色图像进行颜色空间转换、对不同的颜色分量进行不同的采样、对于3个分量进行8×8的DCT变换、对DCT系数矩阵按照JPEG推荐的量化表进行量化;对量化后的系数进行Z形扫描,最后进行熵编码,形成码流,计算比特数,和压缩比。解压从量化后的DCT系数表开始逆向进行-Jpeg compression and decompression, the color image is a color space conversion, the different color compo
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6219146
    • 提供者:余峰
  1. automatic-word-segmentation

    0下载:
  2. 实现一个中文自动分词程序,所使用的编程语言不限 选作:对人名,地名,机构名的识别 下载北大计算语言所标注的99年人民日报分词语料库,构建一个词表 实现正向、逆向最大分词算法-To implement a Chinese automatic word segmentation procedure, used by any programming language Chosen for: the person names, place names, organization name
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:426197
    • 提供者:黄艳玲
  1. yunmoxing

    0下载:
  2. 生成云图,计算期望、熵、超熵以及逆向云发生器代码-Generation cloud, computing expectations, entropy, entropy super
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4201
    • 提供者:张晓媛
  1. Demo

    0下载:
  2. 使用VCLZip带密码解压缩,并对压缩的文件带密码加密,逆向解密、解压。 解压、加密过程有进度条显示解压缩、加解密的当前进度。 下载文件附送VCLZip控件-Password encryption, reverse decryption, decompression. Decompression, a progress bar shows the encryption process decompression, the current progress of the encryp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1472136
    • 提供者:Yueyun
  1. AnotherNTMM

    0下载:
  2. 一维非均匀Kerr 介质的子层逆向递推传输矩阵算法, 给出了数值实现方案。此方 法可以方便而精确地模拟非均匀Kerr 介质的传输行为。-Transfer matrix algorithm for one-dimensional inhomogeneous Kerr medium is studied. The method of sub- layer division and backward recursion is put forward.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1442
    • 提供者:Mu Zhenfeng
  1. facility-location-problem

    1下载:
  2. 解决闭环供应链环境下基于拉格朗日松弛算法的逆向物流设施选址问题-Closed-loop supply chain environment to solve problems based on Lagrangian relaxation algorithm siting of reverse logistics facilities
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:1002485
    • 提供者:lily
  1. POINTS-MLS

    0下载:
  2. MATLAB关于离散点拟合后用MLS法求曲率的代码,对逆向工程学习的同学很有好处-MATLAB on discrete points after the fitting in MLS method of curvature of the code, good for reverse engineering learning of students
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:133291
    • 提供者:余圆圆
  1. BPni

    0下载:
  2. 对BP神经网络进行逆向建模,能够对微波器件进行逆向分析,从而进行设计-build up BP neural network inverse modeling to analysis microwave devices and to design them.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1317
    • 提供者:陆亚男
  1. addTwoNumbers

    0下载:
  2. Leetcode练习,将两个非负整数相加,整数一字符串的形式保存,逆向存储。要求得到的结果也是字符串。-You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a li
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:585
    • 提供者:李玥珮
  1. report

    0下载:
  2. 从上面的数据可以看到,模拟时得到的结果总与测得的坐标有小的偏差。原因可能出在校准,计算时丢失精度,以及机械臂的初始值有关。 在逆向运动时数据也不完全一样,主要原因可能是机械臂的多解特性。 比较有效的解决方法是先根据MOTOMAN 传感器得到的数据进行计算获得度略的角度,然后将角度输入机械臂各个关键观察实际位置与理想位置的偏差,最后将偏差值输入程序进行校准。 -From the above data we can see that the results obtained when
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:2996667
    • 提供者:tang
  1. cloud-model1

    0下载:
  2. 云模型 正向发生器和逆向发生器的完整代码 简洁明了 -cloud model
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:212980
    • 提供者:雪依言
  1. cloud-model

    0下载:
  2. 逆向云代码1 clear all close all X1=[0.4 0.6 0.7 0.1 0.3 0.8] Y1=[0.765 0.765 0.529 0.059 0.47 0.412] m=6 Ex=0.5 En1=zeros(1,m) for i=1:m
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:19410
    • 提供者:刘文
  1. Inverse-kinematics-of-robots

    0下载:
  2. 一款机器人逆向运动仿真的代码,MATLAB编写-Reverse movement of a robot simulation code, MATLAB prepared
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6091
    • 提供者:七魔心
  1. ik6dof

    0下载:
  2. 一款六自由度机器人逆向运动仿真的代码,MATLAB编写-Reverse a six degree of freedom robot motion simulation code, MATLAB prepared
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1746
    • 提供者:七魔心
  1. irl_toolkit

    0下载:
  2. 逆向强化学习很有用的代码,对学习很有帮助,推荐使用-inverse reinforcements learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-25
    • 文件大小:8579072
    • 提供者:ww
  1. inverseKinematics-master

    2下载:
  2. 本程序为三自由度工业机器人的正向运动学与逆向运动学求解程序,程序详细地给出了正逆解的过程,对从事机器人运动学研究的同学很有帮助!-This procedure for the three degrees of freedom forward kinematics and inverse kinematics of the industrial robot application, process of inverse procedure is given in detail, is very h
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:2083
    • 提供者:丁力
  1. BP

    0下载:
  2. BP(back propagation)神经网络是1986年由Rumelhart和McClelland为首的科学家提出的概念,是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络(BP Neural network is a concept proposed by scientists led by Rumelhart and McClelland in 1986. It is a multilayer feedforward neural network trained
  3. 所属分类:matlab例程

« 1 2 34 »
搜珍网 www.dssz.com