代码搜索结果
找到约 10,000 项符合
F 的代码
uart1.lst
CDV8 PAGE 1
1 ;==================================================
uart2.lst
UART2 PAGE 1
1 ;==================================================
slavuart.lst
SLAVUART PAGE 1
1 ;==================================================
mastuart.lst
MASTUART PAGE 1
1 ;==================================================
uart1.lst
UART1 PAGE 1
1 ;==================================================
uart2.lst
UART2 PAGE 1
1 ;==================================================
fblkb.m
%FBLKB Frequency-domain block-build (MIMO).
%
% A script file which assembles subsystem MVFR files named
% F1,F2,...,Fn into a single file named F, for use with function FCON.
% It also creates th
try
#!/bin/ksh
OLDIFS=$IFS
IFS="|"
while read -r f1 f2 f3 f4
do
echo "f1 is [$f1]"
echo "f2 is [$f2]"
echo "f3 is [$f3]"
echo "f4 is [$f4]"
done < a
fatdir.c
/****************************************************************/
/* */
/* fatdir.c
curvature.m
<mark>f</mark>unction K=curvature(<mark>f</mark>);
% K=div(D<mark>f</mark>/|D<mark>f</mark>|)
% =(<mark>f</mark>xx*<mark>f</mark>y^2+<mark>f</mark>yy*<mark>f</mark>x^2-2*<mark>f</mark>x*<mark>f</mark>y*<mark>f</mark>xy)/(<mark>f</mark>x^2+<mark>f</mark>y^2)^(3/2)
[<mark>f</mark>_<mark>f</mark>x,<mark>f</mark>_<mark>f</mark>y]=<mark>f</mark>orward_gradient(<mark>f</mark>);
[<mark>f</mark>_bx,<ma ...