代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/459541/7274046
h config.h
#ifndef CONFIG_H
#define CONFIG_H
//------------------------------------------------------------------
/* 芯片选择配置 */
//---------------------------
www.eeworm.com/read/453806/7410949
js highslide-full.packed.js
/******************************************************************************
Name: Highslide JS
Version: 3.3.7 (January 24 2008)
Config: default +positioning +events +unobtrusive +transitions
www.eeworm.com/read/451082/7472513
txt water.txt
@E000
F5 05 D3 97 27 B6 F6 15 F7 B7 81 82 84 88 C0 A0
02 01 11 11 11 55 01
@E018
31 40 00 03 3C 40 08 02 3D 40 31 00 B0 12 82 F0
3C 40 00 02 3D 40 10 E0 3E 40 07 00 B0 12 A8 F0
B0 12 84 E4 B0 1
www.eeworm.com/read/450912/7474797
m suzukitheoretical.m
function [F_r_axis,F_r]=suzukitheoretical(M,S)
warning off
% calculate pdf
f_r=[];
f_r_axis=[];
for r=0:.01:6
p = @(sigma) 8.686*r/(S*sqrt(2*pi)).*(1./sigma.^3).*exp(-(20.*log10(s
www.eeworm.com/read/450111/7490529
cpp keys_us.cpp
#include
const CKeyDesc CKeyboard::USKeyList[KEY_COUNT] = {
{0x0100,0x0100,"Alt-Escape","Aesc",true},
{0x011b,0x011b,"Escape","esc",true},
{0x0221,0x0221,"!","!",false},
{0x0231,0x0
www.eeworm.com/read/442788/7645077
m fft8_d.m
clear;
clc;
close all;
%D<mark>F</mark>T滤波器组
%参数:旁瓣——13dB 主瓣3dB点——0.06*pi 滤波器点数:8
<mark>f</mark>iter_<mark>f</mark>=d<mark>f</mark>tmtx(8);
<mark>f</mark>iter_r=abs(real(<mark>f</mark>iter_<mark>f</mark>));
<mark>f</mark>iter_i=abs(imag(<mark>f</mark>iter_<mark>f</mark>));
<mark>f</mark>iter_m=max(max(max(<mark>f</mark>iter_r)),max(max(<mark>f</mark>iter_i ...
www.eeworm.com/read/440764/7681759
hex io输入.hex
:09000F007590FFA2B0929080FAF6
:03000000020003F8
:0C000300787FE4F6D8FD75810702000F3D
:00000001FF
www.eeworm.com/read/197241/8010188
m w2.m
% File: W2.M
function y = W2(x,f1,f2);
y = 1/(f2 - f1);
temp = abs(x);
y = y * (temp - f2) * (phi(temp-f1)-phi(temp-f2));
end;