搜索资源列表
李学武提交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
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) ch
for_lagrange_vector
- 在优化等式约束的多项式的向量变量应用中,使用梯度上升算法求解拉格朗日乘子向量的最优值。-Equality Constrained Optimization in the polynomial vector variables applications, increased use of the gradient algorithm Lagrangin Vector optimum value.
李学武提交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
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) ch
for_lagrange_vector
- 在优化等式约束的多项式的向量变量应用中,使用梯度上升算法求解拉格朗日乘子向量的最优值。-Equality Constrained Optimization in the polynomial vector variables applications, increased use of the gradient algorithm Lagrangin Vector optimum value.
TMS320F28x
- 数字信号处理器 原理、结构及应用基础-TMS320F28x所附光盘源程序C-C++ 刘和平等编著-Digital signal processor principle, structure and application of the basis of source-TMS320F28x accompanying CD-ROM C-C++ Edited by Liu and equality
new_sqp
- 通过对经典的lemke互补转轴算法求解含有等式约束的凸二次规划问题的分析,发现所得到的线性互补问题(lcp)可能是退化的.由lemke算法求解(lcp)问题的迭代过程,通过六个命题说明了含有等式约束的凸二次规划问题对应的(lcp)问题退化的原因,并对经典的lemke算法的迭代过程进行修正,提出了一种改进的lemke算法,这种算法能有效地搜索到含等式约束凸二次规划问题的最优解.-Through the classic Lemke comp
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
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
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 lnequa
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
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
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.