搜索资源列表
-
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
-
-
0下载:
算法设计与分析 C语言编程实现线性时间选择问题-The C programming language for algorithm design and analysis of linear time selection problem
-
-
0下载:
该程序是优化的单纯刑法算法,可用于求解线形规划的问题-The program is optimized Penal simple algorithm that can be used to solve the problem of linear programming
-
-
0下载:
中文名为(liunx内核情景分析),里面包含存储,文件系统以及线性编程的知识,绝对经典的好书!-Chinese name (liunx core scenario analysis), which includes storage, file systems, and linear programming knowledge, an absolute classic books!
-
-
0下载:
HOUGH 变换检测直线 源代码 LINUX 编程-HOUGH transform to detect linear programming source code for LINUX
-
-
0下载:
全面而完整,本概述提供了密钥算法和理论的单卷处理。笔者提供所有理论方面的明确解释,与大多数结果严格的证明。这两个部分的处理开始的优选条件和凸规划,对偶,广义凸性的讨论,并选定非线性规划分析推导。第二部份是有关技术和数值解无约束优化方法,并介绍了常用的约束非线性优化问题的算法。本次毕业级文本不需要超出初等微积分,线性代数,高等数学和现实背景分析。
-Comprehensive and complete, this overview provides a single-volume treatm
-
-
0下载:
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
-
-
0下载:
此程序运用单纯形法计算目标函数为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
-
-
0下载:
线性规划与网络流-北京大学 曹钦翔
网络流 network flows网络流的理论和应用在不断发展,出现了具有增益的流、多终端流、多商品流以及网络流的分解与合成等新课题。网络流的应用已遍及通讯、运输、电力、工程规划、任务分派、设备更新以及计算机辅助设计等众多领域。-Linear programming and network flow- Peking Cao Qin Xiang network flow network flows network flow theory and applic
-
-
0下载:
The QSimplex class is a Linear Programming problem solver based on the two-phase simplex method for Linux.
-
-
0下载:
流密码算法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
-
-
0下载:
边界节点法(Boundary Knot Method)是一种被广泛使用的无网格数值方法,具有编程容易、收敛速度快等优点,被广泛关注。边界节点法的主要思想是利用控制方程的非奇异一般解的线性组合来近似方程的解,通过配点法求解出未知系数。在这整个计算过程中保持了无网格的优势。鉴于边界节点法的优点,作者开发了基于边界节点法的MATLAB工具箱用以求解一些常见的椭圆形方程控制的物理问题如Helmholtz方程控制的声学问题等,为科学研究和工程应用提供了一个简便的工具。本软件可用于科学研究和实际工程计算,
-