搜索资源列表
李学武提交C语言源代码
- 李学武提交的C语言源代码,包括Hilbert曲线,高精度计算,π值计算公式,取石子游戏,趣味等式填数游戏3则,验证四色定理等- Li Xuewu submits the C language source code, including the Hilbert curve, the high accuracy computation, pi the value formula, takes the gravel game, the interest equality fills in the
liyingnan_3
- 解线性规划,等式约束和不等式约束均有,得到附和约束条件的一组最优解。-linear programming solution, equality and inequality constraints have been echoed by a restrictive conditions Optimal Solutions Group.
SHDSLsouce
- Infineon公司有一款实现SHDSL协议(ADSL协议的变种)的芯片,名为SOCRATES,型号为PEB22622,并且出了一个针对该芯片的评估板smart22622。此源码即是该评估板提供的完整源代码,开发环境为Keil C51.对于想进行数字话音综合接入方面单片机和嵌入式开发的朋友一定大有裨益。-Infineon SHDSL achieve a new agreement (ADSL agreement variants) chip , called Equality, model PE
for_lagrange_vector
- 在优化等式约束的多项式的向量变量应用中,使用梯度上升算法求解拉格朗日乘子向量的最优值。-Equality Constrained Optimization in the polynomial vector variables applications, increased use of the gradient algorithm Lagrangin Vector optimum value.
doubleList
- 使用C++做的双链表模板类 具有头插法,尾插法,左向插入,右向插入,删除结点,获取结点值,设置结点值,复制构造函数,还重载了输出操作符、赋值操作符、相等操作符和不等操作符,还具有倒置链表的功能。还有结点类的重载的输出操作符,具有很好的封装性。-Using C++ to do the double linked list template class with the first interpolation method, tail interpolation, left to insert th
dynopt_4.1.3
- 基于Biegler动态优化正交配置法(联立算法)的matlab 代码,由M.Cizniar,M. Fikar等编写-dynopt is a set of MATLAB functions for determination of optimal control trajectory by given descr iption of the process, the cost to be minimised, subject to equality and inequality const
new_sqp
- 通过对经典的lemke互补转轴算法求解含有等式约束的凸二次规划问题的分析,发现所得到的线性互补问题(lcp)可能是退化的.由lemke算法求解(lcp)问题的迭代过程,通过六个命题说明了含有等式约束的凸二次规划问题对应的(lcp)问题退化的原因,并对经典的lemke算法的迭代过程进行修正,提出了一种改进的lemke算法,这种算法能有效地搜索到含等式约束凸二次规划问题的最优解.-Through the classic Lemke complementarity algorithm shaft co
calculator-src
- Descr iption Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your ow
programs
- some mathemetical programs like square , Integer , Recurtion , Equality , Square Int.
l1magic
- This package contains code for solving seven optimization problems. -The main directory contains MATLAB m-files which contain simple examples for each of the recovery problems. They illustrate how the code should be used (it is fairly straightfor
CONTIN_FORAN
- 第一类线性代数和线性积分方程的正则化解法 ,包括病态问题的解法,适用于windows和linux-A portable Fortran IV program for the regularized solution of linear algebraic and linear integral equation of the first kind,with options for linear equality and lnequality constraints.
Student
- Subject: Statistical Signal Processing. Scope: Radiophysics. We consider the statistical criterion of Student (t-test), a truncated-prednazna to test the hypothesis of equality of average values of two samples of ma-logo, each of which has a normal d
equality_compair
- vhdl语言编写的四位等值比较器的行为、数据流,及结构三种描述方法对应的代码-4-bit equality compair
Longest_shortest_route
- 1. 在程序运行过程中首先根据目标函数和等式约束条件写出拉格朗日函数,确定出新的目标函数的维数和系数,并输入到程序中从而得出结果。在本程序中,用到了列主元高斯消元法求解方程组。-1. First, the program is running according to the objective function and equality constraints to write the Lagrangian function, to determine a new dimension and
Lagrange_multiplier_method
- 1. 在程序运行过程中首先根据目标函数和等式约束条件写出拉格朗日函数,确定出新的目标函数的维数和系数,并输入到程序中从而得出结果。在本程序中,用到了列主元高斯消元法求解方程组。-1. First, the program is running according to the objective function and equality constraints to write the Lagrangian function, to determine a new dimension and
NS2_simulator
- 本源码为NS-2 网络模拟基础与应用 (方路平等编著)一书的全部源代码,书中的错误全部被纠正,在NS2.34下测试通过,均为本人原作,并附有本人学习心得-The source for the NS-2 network simulation of basic and applied (side road of equality ed.), all the source code for the book, the book' s errors were all corrected by th
Gauss Constrained Optimization
- CO is an applications module written in the GAUSS programming language. It solves the Nonlinear Programming problem, subject to general constraints on the parameters - linear or nonlinear, equality or inequality, using the Sequential Quadratic Progra
equality
- 福大算法与数据结构题目equality,包含源代码和题目pdf-Charms algorithms and data structures subject equality, contains the source code and title pdf
EqualityValueTypes
- Implementation of Equality in C#
EqualityValueTypes
- This post is to focus on implementing Equality in Value Types, i.e., overriding Equality behavior for our own implemented Value Types which is basically defining how to decide two objects of a type are equal or not.