搜索:invoked
找到约 8 项符合「invoked」的查询结果
结果 8
https://www.eeworm.com/dl/646/337083.html
通讯编程文档
This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is s
This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory.
Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is
"runsim.m". In these simulations the SISO ...
https://www.eeworm.com/dl/666/180450.html
Delphi控件源码
// // BEZIER.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INV
//
// BEZIER.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
https://www.eeworm.com/dl/644/186088.html
汇编语言
EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream
EXAMPLE SOURCE CODE FOR IMPLIB FILTER
This filter accepts input through the standard input stream, convertsit and outputs it to the standard output am. The streams are linkedthrough pipes, such that the input stream is the output from the import librarian being invoked, and the ...
https://www.eeworm.com/dl/644/186090.html
汇编语言
EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, con
EXAMPLE SOURCE CODE FOR TASM FILTER
his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked
through pipes, such that the input stream is the output from the assembler
being invoked, and the outpu ...
https://www.eeworm.com/dl/665/259919.html
matlab例程
Adaptive Filter. This script shows the BER performance of several types of equalizers in a static ch
Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a ...
https://www.eeworm.com/dl/665/370242.html
matlab例程
This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood seque
This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood sequence estimation (MLSE) equalizers when operating in a static channel with a deep null. The MLSE equalizer is invoked first with perfect channel knowledge, then with an imperfect, al ...
https://www.eeworm.com/dl/648/424008.html
单片机开发
C51 COMPILER V7.20, COMPILATION OF MODULE SP0604_实验13_红外襙控器技蔩 OBJECT MODULE PLACED IN SP0604_实验13_红
C51 COMPILER V7.20, COMPILATION OF MODULE SP0604_实验13_红外襙控器技蔩
OBJECT MODULE PLACED IN SP0604_实验13_红外遥控器技术.OBJ
COMPILER INVOKED BY: d:\Keil\C51\BIN\C51.EXE SP0604_实验13_红外遥控器技术.c BROWSE DEBUG OBJECTEXTEND
https://www.eeworm.com/dl/511493.html
数学计算
计算本征值程序
Computes all eigenvalues and eigenvectors of a real symmetric matrix a,
! which is of size n by n, stored in a physical np by np array.
! On output, elements of a above the diagonal are destroyed.
! d returns the eigenvalues of a in its first n elements.
! v is a matrix with ...