CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - lambda
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - lambda - List
[
Mathimatics-Numerical algorithms
]
lambda算法
DL : 0
PS 相位解缠lambda算法
Update
: 2011-05-24
Size
: 2.09kb
Publisher
:
ytfrgw_xu
[
Other
]
DSPPrograms
DL : 0
DSP编程常用函数 double uniform(double a,double b,long int* seed) double gauss(double mean,double sigma,long int *seed) double exponent(double beta,long int *seed) double laplace(double beta,long int* seed) double rayleigh(double sigma,long int *seed) double weibull(double a,double b,long int*seed) int bn(double p,long int*seed) int bin(int n,double p,long int*seed) int poisson(double lambda,long int *seed) void dft(double x[],double y[],double a[],double b[],int n,int sign) void fft(double x[],double y[],int n,int sign)-DSP programming functions commonly used double uniform (a double, double b, long int* seed) double Gauss (double mean, double sigma, long int* seed) double exponent (double beta, long int* seed) double Laplace (double beta,* long int seed) double Rayleigh (double sigma, long int* seed) double Weibull (a double, double b, long int* seed) int bn (double p, long int* seed) int bin (int n, p double, seed long int*) int poisson (double lambda, long int* seed) void dft index (double x [], double y [], [] a double, double b [], int n, int sign) void fft (double x [], double y [], int n, int sign)
Update
: 2025-02-19
Size
: 2kb
Publisher
:
山城棒棒儿军
[
Embeded-SCM Develop
]
嵌入式实时操作系统及应用开发书源代码
DL : 0
提供了与《嵌入式实时操作系统及应用开发》教材配套的实验系统软件,包括:1)mbda22-DEMO-PC:嵌入式实时软件开发平台“道系统”安装程序目录,请直接执行其中的up.exe文件。2)EXP-Lambda22-DEMO-PC.exe:实验用例程序集,可以将这些实验用例解压安装到“Lambda安装目录\demos”下。3)Lambda22-DEMO-PC使用说明.doc:“道系统”使用说。4)嵌入式操作系统应用开发实验指导书.doc5)s_no.txt:“道系统”安装序列号文件,里面包含安装“道系统”时所用到的序列号(52位的字符数字串)。6)readme.txt:本文档。注:在本CD-ROM中只提供针对嵌入式仿真PC平台的版本,读者可在此基础上进行嵌入式软件的仿真开发。--The source code from the book: Embedded Real Time Operation Systems and Application Development. It includes: 1)mbda22-DEMO-PC; 2)EXP-Lambda22-DEMO-PC.exe; 3)Lambda22-DEMO-PC user manual.doc; 4)Embedded OS application development guide; 5) s_no.txt ; 6)readme.txt.
Update
: 2025-02-19
Size
: 33.16mb
Publisher
:
大灰熊
[
VC/MFC
]
Beyond-the-C++-Standard-Library
DL : 0
boost Boost里有很多库,只有很少一些是你不感兴趣的。可以肯定你会在里面找到马上就要用的库。Boost库覆盖了广泛的领域,从数学库到智能指针,从模板元编程库到预处理器库,从线程到lambda表达式-boostBoost, there are many libraries, only a very small number is that you are not interested. To be sure you will find inside the Treasury will have to come out immediately. Boost libraries cover a wide range of areas, from the mathematics library to the smart pointers, from the template meta-programming library to pre-processor library, from the thread to the lambda expression
Update
: 2025-02-19
Size
: 338kb
Publisher
:
kongmingming
[
AI-NN-PR
]
marq
DL : 0
% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an initial % network, % [W1,W2,critvec,iteration,lambda]=marq(NetDef,W1,W2,PHI,Y,trparms) % trains the network with the Levenberg-Marquardt method. % % The activation functions can be either linear or tanh. The % network architecture is defined by the matrix NetDef which % has two rows. The first row specifies the hidden layer and the % second row specifies the output layer.- Train a two layer neural network with the Levenberg-Marquardt method. If desired, it is possible to use regularization by weight decay. Also pruned (ie. not fully connected) networks can be trained. Given a set of corresponding input-output pairs and an initial network, [W1, W2, critvec, iteration, lambda] = marq (NetDef, W1, W2, PHI, Y, trparms) trains the network with the Levenberg-Marquardt method . The activation functions can be either linear or tanh. The network architecture is defined by the matrix NetDef which has two rows. The first row specifies the hidden layer and the second row specifies the output layer.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
张镇
[
GPS develop
]
Lambda
DL : 3
Lamda算法:GPS快速整周模糊度算法的核心,当今最好的GPS定位算法之一。-Lamda algorithm: GPS fast algorithm Ambiguity core of today s best one of GPS positioning algorithm.
Update
: 2025-02-19
Size
: 152kb
Publisher
:
metallica
[
GIS program
]
triplet_src
DL : 0
In the GIS/GPS world, we represent a position on Earth with three variables XYZ (for Earth centered coordinates) or latitude (phi) , longitude (lambda) and height (h) in polar (PLH) representation. Three-D graphic applications also requires processing of XYZ data. Creating such applications requires keeping track of the triplets of data-In the GIS/GPS world, we represent a position on Earth with three variables XYZ (for Earth centered coordinates) or latitude (phi), longitude (lambda) and height (h) in polar (PLH) representation. Three-D graphic applications also requires processing of XYZ data. Creating such applications requires keeping track of the triplets of data
Update
: 2025-02-19
Size
: 16kb
Publisher
:
zllu
[
JSP/Java
]
probe
DL : 0
Lambda Probe(Tomcat Probe)是一个基于Web以实时的方式来管理单个Tomcat主机的工具。它除了具备标准Tomcat Manager大部份功能之外还提供一些能够帮助Web开发者和系统管理员更加清楚地了解Tomcat运行情况的功能。Tomcat Probe采用XHTML1.0与CSS 2.0技术进行开发所以界面非常好看,操作很方便。-Lambda Probe is designed for Apache Tomcat and only Apache Tomcat. It will not work with any other application server. Lambda Probe has been tested with Java 1.4 and Java 1.5 and I found it to be working perfectly on both. It is also compatible with Tomcat5 versions 5.0.x and 5.5.x. Unfortunately it is not compatible with older versions such as 4.1.x and 3.3 because of lack of EL support in JSP 1.2.
Update
: 2025-02-19
Size
: 6.4mb
Publisher
:
yxxcrtd
[
matlab
]
general
DL : 0
Code For Lambda-iteration method of solving Economic dispatch problem
Update
: 2025-02-19
Size
: 1kb
Publisher
:
saumyagautam2007
[
matlab
]
l1_ls
DL : 0
最小化l1范数的Matlab代码。求解模型为: min lambda*|x|_1+||A*x-y||_2。其中,|x|_1表示x的1-范数,||*||_2表示2-范数。该模型在稀疏成分分析、压缩传感器等领域有广泛的用途。- l1-Regularized Least Squares Problem Solver l1_ls solves problems of the following form: minimize ||A*x-y||^2+ lambda*sum|x_i|, where A and y are problem data and x is variable (described below).
Update
: 2025-02-19
Size
: 3kb
Publisher
:
云上
[
GPS develop
]
1
DL : 0
GPS快速定位中,利用LAMBDA方法去相关程序。-Rapid positioning GPS, using the LAMBDA method to relevant procedures.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
公玉
[
GPS develop
]
LAMBDA
DL : 0
著名的GPS模糊度分解算法LAMBDA的matlab源程序 GPS软件开发必备-Well-known algorithm for GPS ambiguity decomposition in matlab source LAMBDA necessary GPS software development
Update
: 2025-02-19
Size
: 54kb
Publisher
:
阿发
[
Other
]
Lambda
DL : 0
Functions for control Lambda/TDK programmable power supply by serial port ussing National Instruments Labwindows/CVI
Update
: 2025-02-19
Size
: 2kb
Publisher
:
deltadirac
[
Algorithm
]
lambda
DL : 0
another lambda evaluator
Update
: 2025-02-19
Size
: 1kb
Publisher
:
robinphilip1989
[
Other
]
lambda
DL : 0
Lambda calculus, this a short introduction about lambda calculus which is used in programming languages. -Lambda calculus, this is a short introduction about lambda calculus which is used in programming languages.
Update
: 2025-02-19
Size
: 89kb
Publisher
:
ygao
[
Other
]
lambda
DL : 0
纯函数式语言 Haskell 的基础 lambda 演算的入门教程。 -pure functional lagurage haskell s fundation is lambda calculus, this is an introduction to it.
Update
: 2025-02-19
Size
: 89kb
Publisher
:
贾金刚
[
AI-NN-PR
]
lambda-calculus
DL : 0
lambda计算 lambda计算-lambda calc
Update
: 2025-02-19
Size
: 270kb
Publisher
:
chen
[
GPS develop
]
LAMBDA
DL : 0
LAMBDA算法是用于求解载波相位模糊度的一种优秀算法(LAMBDA algorithm is an excellent algorithm for solving the ambiguity of carrier phase)
Update
: 2025-02-19
Size
: 10kb
Publisher
:
等待花开
[
Other
]
lambda iteration
DL : 0
lambda iteration used for economic load dispatch
Update
: 2025-02-19
Size
: 24kb
Publisher
:
pertiwi
[
GPS develop
]
差分GPS整周模糊度的的经典解算算法LAMBDA
DL : 0
差分GPS整周模糊度的的经典解算算法LAMBDA(Lambda: a classical algorithm for ambiguity resolution of differential GPS)
Update
: 2025-02-19
Size
: 182kb
Publisher
:
MichaelBeechan
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.