半定规划,属于凸优化的一种,matlab 实现的源码,适合学习 Semidefinite Programming
标签:
上传时间: 2013-11-28
上传用户:ynsnjs
Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.
标签: generators contains Uniform randomc
上传时间: 2014-12-01
上传用户:royzhangsz
Fast and transparent file system and swap encryption package for linux. No source code changes to linux kernel. Works with 2.6, 2.4, 2.2 and 2.0 kernels.
标签: transparent encryption and changes
上传时间: 2013-12-27
上传用户:dongbaobao
Squaring circuits are an important building block for impulse-radio UWB non-coherent receivers. This work proposes a squarer, based on the quadratic law of saturated transistors. Such a circuit has already been proposed for lower frequency applications, therefore this work focuses on the extension to ultra wide bandwidth, with particular care to the consequences related to the deviation from the ideal quadratic law of 0.18μm CMOS transistors.
标签: impulse-radio non-coherent important receivers
上传时间: 2013-12-24
上传用户:kikye
ZLG7290例程*ZLG7290汇编例程*读EEPROM并显示例程* 16×2LCD模块例程*128×64点阵LCD模块例程* 直连KEY和LED例程 直连LED例程* lin模块的原码及例程。LIN总线例程 RS232例程(包括PC端和书上了串口例程) USB1.1例程(包括PC端)RS485例程 USB2.0例程(有3个,包括PC端) 基于ETHERNET的TCPIP例程自发自收例程 外中断CAN例程USB2.0PC例程
上传时间: 2014-12-22
上传用户:123456wh
Fisher Linear Discriminat. fld - Fisher Linear Discriminat. fldqp - Fisher Linear Discriminat using quadratic programming.
标签: Discriminat Fisher Linear fldqp
上传时间: 2014-05-30
上传用户:璇珠官人
嵌入式linux经典教程Embedded Linux Primer A Practical Real-World Approach (Original Edition) 由monta vista linux的开发者写的.
标签: Real-World Practical Embedded Approach
上传时间: 2014-12-04
上传用户:wfl_yy
Proceedings of Practice of Interesting Algorithms 2007 The editor assumes no responsibility for the accuracy, completeness or usefulness of the information disclosed in this volume. Unauthorized use might infringe on privately owned patents of publication right. Please contact the individual authors for permission to reprint or otherwise use information from their papers. First edition 2007 Publication Planned by Prof. Wenxin Li Edited by Yili Zhao All rights reserved by Artificial Intelligence Laboratory, Peking University June 26, 2007
标签: responsibility Proceedings Interesting Algorithms
上传时间: 2016-06-28
上传用户:wyc199288
An optimal neuron evolution algorithm for the restoration of linearly distorted images is presented in this paper. The proposed algorithm is motivated by the symmetric positive-definite quadratic programming structure inherent in restoration. Theoretical analysis and experimental results show that the algorithm not only significantly increases the convergence rate of processing, hut also produces good restoration results. In addition, the algorithm provides a genuine parallel processing structure which ensures computationally feasible spatial domain image restoration
标签: restoration evolution algorithm distorted
上传时间: 2013-12-21
上传用户:yy541071797
一、问题的提出: 某厂根据计划安排,拟将n台相同的设备分配给m个车间,各车间获得这种设备后,可以为国家提供盈利Ci j(i台设备提供给j号车间将得到的利润,1≤i≤n,1≤j≤m) 。问如何分配,才使国家得到最大的盈利L 二.算法的基本思想: 利用动态规划算法的思想,设将i台设备分配给j-1个车间,可以为国家得到最大利润Li (j-1)(1≤i≤n,1≤j≤m),那么将这i台设备分配给j个车间,第j个车间只能被分配到0~i台,所以我们只要算出当第j个车间分配到t(0<=t<=i)台时提供的最大利润Lt(j-1)+C(i-t)j,
标签:
上传时间: 2016-09-19
上传用户:希酱大魔王