代码搜索:Optimization
找到约 10,000 项符合「Optimization」的源代码
代码结果 10,000
www.eeworm.com/read/349111/10848942
m wtlsopt.m
function [x,info,dh] = wtlsopt(d,w,m,opt)
% WTLSOPT - Weighted Total Least Squares approximation
% by standard local optimization algorithms (Algorithm 2.4).
%
% [x,info,dh] = wtlsopt(d,w,m,opt)
%
% D
www.eeworm.com/read/274663/10860185
syr xccpld.syr
Release 7.1.04i - xst H.42
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
--> Parameter TMPDIR set to __projnav
CPU : 0.00 / 0.52 s | Elapsed : 0.00 / 1.00 s
--> Parameter xsthdpdir set
www.eeworm.com/read/419416/10869478
syr clk60.syr
Release 7.1i - xst H.38
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
--> Parameter TMPDIR set to __projnav
CPU : 0.00 / 0.47 s | Elapsed : 0.00 / 0.00 s
--> Parameter xsthdpdir set to
www.eeworm.com/read/418151/10964310
m clans.m
function NTF=clans(order,OSR,Q,rmax,opt)
%NTF = clans(order=4,OSR=64,Q=5,rmax=0.95,opt=0) Optimal NTF design
%for a multi-bit modulator.
%CLANS = "closed-loop analysis of noise-shapers,"
%and was orig
www.eeworm.com/read/271686/10983938
txt java性能的优化(上)(转).txt
作者:运气
email: webmaster@chinaspx.com
日期:2001-7-10 15:50:57
Java在九十年代中期出现以后,在赢得赞叹的同时,也引来了一些批评。赢得的赞叹主要是Java的跨平台的操作性,即所谓的”Write Once,Run Anywhere”.但由于Java的性能和运行效率同C相比,仍然有很大的差距,从而引来了很多的批评。
对于服务器端的应用程序 ...