代码搜索结果
找到约 10,000 项符合
F 的代码
neutproc.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Section 5.15.3 Application: Neutralization process
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Plant (5.114): G(s)=-2kd/(1+tauh*s),
fod_f.m
% function fod_f = fod_f(k,tau,theta,omega)
%
% Generates EXACT frequency response first-order with delay process
% k - gain
% tau - time constant
% theta - delay
% omega - frequency vector
golden.m
%--------------用黄金分割法求最佳lamuda---------------%
function [f_min,xinla] = Golden(region,x,s) %region 为搜索区域
sigma = 1/10^8;
GoldRate = (sqrt(5)-1)/2;
rate = GoldRate*( region(2)-region(1)
golden.m
%-------------用黄金分割法求最佳lamuda------------%
function [f_min,xinla] = Golden(region,x,s) % 其中region 为搜索区域
sigma = 1/10^8;
GoldRate = (sqrt(5)-1)/2;
rate = GoldRate*( region(2)-regi
golden.m
%-------------用黄金分割法求最佳lamuda--------------%
function [f_min,xinla] = Golden(region,x,s)
sigma = 1/10^10;
GoldRate = (sqrt(5)-1)/2;
rate = GoldRate*( region(2)-region(1));
d1 =
bytes.hex
:09000F007590FFAF908FA080FAFC
:03000000020003F8
:0C000300787FE4F6D8FD75810702000F3D
:00000001FF
keyread.hpp
//Header: Keyread
//Version: 1.0
//Language: Borland C++ 2.0
//Environ: Any
//Purpose: Provide a function to acceive string from keyboard using
// input conversation bar and a function to acceiv
defaults.cpp
// defaults.cpp -- cout default formats
#include
int main()
{
using std::cout;
cout