CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - linear programming

搜索资源列表

  1. B_M算法

    2下载:
  2. VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30.2kb
    • 提供者:赖晖
  1. fa

    0下载:
  2. 算法设计与分析 C语言编程实现线性时间选择问题-The C programming language for algorithm design and analysis of linear time selection problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:1.2kb
    • 提供者:蒋雅
  1. dcxf

    0下载:
  2. 该程序是优化的单纯刑法算法,可用于求解线形规划的问题-The program is optimized Penal simple algorithm that can be used to solve the problem of linear programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:1.78kb
    • 提供者:shennan
  1. Linux_core_analyze

    0下载:
  2. 中文名为(liunx内核情景分析),里面包含存储,文件系统以及线性编程的知识,绝对经典的好书!-Chinese name (liunx core scenario analysis), which includes storage, file systems, and linear programming knowledge, an absolute classic books!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:6.01mb
    • 提供者:周涛
  1. 3

    0下载:
  2. HOUGH 变换检测直线 源代码 LINUX 编程-HOUGH transform to detect linear programming source code for LINUX
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:917byte
    • 提供者:张玉英
  1. Nonlinear_Programming

    0下载:
  2. 全面而完整,本概述提供了密钥算法和理论的单卷处理。笔者提供所有理论方面的明确解释,与大多数结果严格的证明。这两个部分的处理开始的优选条件和凸规划,对偶,广义凸性的讨论,并选定非线性规划分析推导。第二部份是有关技术和数值解无约束优化方法,并介绍了常用的约束非线性优化问题的算法。本次毕业级文本不需要超出初等微积分,线性代数,高等数学和现实背景分析。 -Comprehensive and complete, this overview provides a single-volume treatm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-15
    • 文件大小:22.68mb
    • 提供者:zhangkaibo
  1. How-to-useLindo

    0下载:
  2. lindo使用教程,第一节 简介与安装 第二节 用LINDO求解线性规划 (LP) 问题 第三节 用LINDO求解整数规划(IP) 和二次规划(QP) 问题 第四节 GINO简介 第五节 LINGO简介 -lindo Tutorial, Section I Introduction Section II with the installation of linear programming with LINDO (LP) problem of Sec
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:65.69kb
    • 提供者:aa
  1. simplex

    0下载:
  2. 此程序运用单纯形法计算目标函数为max型,约束条件全为小于等于型的线性规划问题,求解得到正确的结果。-This program uses the simplex method to calculate the objective function as max-type constraints are all less than or equal to the type of linear programming problem solving to get the correct result
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-29
    • 文件大小:2.07kb
    • 提供者:萌萌
  1. network-flows

    0下载:
  2. 线性规划与网络流-北京大学 曹钦翔 网络流 network flows网络流的理论和应用在不断发展,出现了具有增益的流、多终端流、多商品流以及网络流的分解与合成等新课题。网络流的应用已遍及通讯、运输、电力、工程规划、任务分派、设备更新以及计算机辅助设计等众多领域。-Linear programming and network flow- Peking Cao Qin Xiang network flow network flows network flow theory and applic
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:1.99mb
    • 提供者:shy
  1. qsimpleresource

    0下载:
  2. The QSimplex class is a Linear Programming problem solver based on the two-phase simplex method for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:8.76kb
    • 提供者:tangjaja
  1. LFSR

    0下载:
  2. 流密码算法C++实现,使用六级线性反馈移位寄存器,生成64位的密钥,在对数据进行加密,同时整合Socket编程,实现进程间加密通信。-C++ stream cipher algorithm implementation, using six linear feedback shift register to generate a 64-bit key to encrypt data at the same time integrating Socket programming, encrypte
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2.07mb
    • 提供者:lecision
  1. BKMSoftware

    0下载:
  2. 边界节点法(Boundary Knot Method)是一种被广泛使用的无网格数值方法,具有编程容易、收敛速度快等优点,被广泛关注。边界节点法的主要思想是利用控制方程的非奇异一般解的线性组合来近似方程的解,通过配点法求解出未知系数。在这整个计算过程中保持了无网格的优势。鉴于边界节点法的优点,作者开发了基于边界节点法的MATLAB工具箱用以求解一些常见的椭圆形方程控制的物理问题如Helmholtz方程控制的声学问题等,为科学研究和工程应用提供了一个简便的工具。本软件可用于科学研究和实际工程计算,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:2.63mb
    • 提供者:施詔峰
搜珍网 www.dssz.com