代码搜索:Optimization
找到约 10,000 项符合「Optimization」的源代码
代码结果 10,000
www.eeworm.com/read/109329/15559321
inc dws2.inc
{**********************************************************************}
{ }
{ "The contents of this file are subject to the M
www.eeworm.com/read/283365/9026543
txt cmakelists.txt
# qdevelop CMakeLists.txt
#
# To build qdevelop, you will need cmake 2.4.3 (should also work with 2.4.0 and above
# but not tested). To build the application run this commands:
#
# mkdir cbuild
# cd
www.eeworm.com/read/126854/6011379
h dynamic_optimizations.h
/* dynamic_optimizations.h - the dynamic optimizations header definitions */
/* Copyright (c) 2002 Atheros Communications, Inc., All Rights Reserved */
#ifndef __INCdynOpth
#define __INCdynOpth
www.eeworm.com/read/477695/6731397
pdf tms320c6000 code optimization partitioning strategies to improve inner loop performance.pdf
www.eeworm.com/read/392021/8366889
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/291597/8408092
m rastrigin.m
% Rastrigin.m
% Rastrigin function
%
% used to test optimization/global minimization problems
%
% f(x) = sum([x.^2-10*cos(2*pi*x) + 10], 2);
%
% x = N element row vector containing [x0, x1, .