代码搜索:FF总线
找到约 10,000 项符合「FF总线」的源代码
代码结果 10,000
www.eeworm.com/read/364985/9884235
jpg ff.jpg
www.eeworm.com/read/363342/9958145
c ff.c
#include
main()
{int a[6],i,j,k=2520/6;
for(i=0,j=8;i=0;i--,j++)
{if(i!=0)
www.eeworm.com/read/166953/9988248
m ff.m
%对信号xa(t)=A*exp((-a)*t)*sin(w*t)*u(t)进行采样
%采样频率为fs,结果为xan
function xan=FF(A,a,w,fs)
n=0:50-1;
xan=A*exp((-a)*n/fs).*sin(w*n/fs).*stepseq(0,0,49);
www.eeworm.com/read/165536/10058061
exe ff.exe
www.eeworm.com/read/165536/10058071
txt ff.txt
FF [DUAL MODE]
NAME FF - Find files.
SYNTAX
FF [drive(s)] [/NOD] [+A|+R|+S|+H|+D|] [/P | /V |/H
|/?][
www.eeworm.com/read/165536/10058204
mak ff.mak
#
# Makefile for FF.EXE
#
# Compiler : Microsoft C 6.0
# Created : 3.8.1992
# Copyright (c) : Martti Ylikoski, 1992
#
# Notes: The llibcep.lib is the default library in my sys
www.eeworm.com/read/165536/10058275
c ff.c
/*
* FF.C - Find Files using the DosGetFirst, DosGetNext and
* DosFindClose-functions.
*
* PROGRAMMER: Martti Ylikoski
* CREATED: 30.11.1990
* VERSION: 1.0
*
*/
//#define FF
www.eeworm.com/read/361198/10064497
txt ff.txt
www.eeworm.com/read/360893/10073055
ff灯箱试验
[Section1]
FileName=FF温控模型
explain=温度试验
[Section2]
FunctionName=PID
explain=DLL算法名
[Section3]
DialogName=ShowEditDialog
explain=DLL对话框名
[Section4]
AI=1
explain=AI的个数
[Section5]
AO=1
expl
www.eeworm.com/read/360190/10107116
h ff.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that