代码搜索:sourc
找到约 2,688 项符合「sourc」的源代码
代码结果 2,688
www.eeworm.com/read/152464/12111783
txt sourc_to_lib.txt
如果想把fortran子程序变为fortran程序库,则应先把所有的子程序
进行编译,形成扩展名为.obj的文件;然后使用库管理程序lib.exe
将所有扩展名为.obj的文件处理成为一个fortran程序库
lib.exe的使用方法如下
首先输入命令lib
则提示如下
library filr:此时应回答预处理的库名(.lib可省略)
此时如果回答的库名是新库名,则又提示
cre ...
www.eeworm.com/read/319884/13440242
m noofdm.m
clc;
clear all;
EbN0dB=1:3:30;%设定信噪比
errLimit=1000;%设定每个信噪比下循环终止统计错误数
fftlen=128;
GI=32;
Mc=2;
Frame=4;
%每次循环仿真矢量长度
for ii=1:length(EbN0dB)
errCount=0;
totalN=0;
sigma2(ii)=1/(
www.eeworm.com/read/319884/13440243
m ofdm1.m
%%%%% 该仿真程序是QPSK在AWGN信道下的调制解调性能验证实例 %%%%%%%%%%%%
%%%%% 该BPSK调制解调是忽略了载波调制与发送、接收基带成形的 %%%%%%%%%
%%%%%% 根据程序框架补充完程序并仿真 %%%%%%%%%%%%%%%%%%%%%%%
clc
clear all;
EbN0dB=1:10;%设定信噪比
errLimit=50;%设定每个信噪比
www.eeworm.com/read/319884/13440245
m ofdm.m
clc;
clear all;
EbN0dB=1:3:30;%设定信噪比
errLimit=1000;%设定每个信噪比下循环终止统计错误数
fftlen=128;
GI=32;%保护间隔
Mc=2;
Frame=4;
%每次循环仿真矢量长度
for ii=1:length(EbN0dB)
errCount=0;
totalN=0;
sigma2(ii
www.eeworm.com/read/319884/13440250
m qpsk.m
%%%%% 该仿真程序是QPSK在AWGN信道下的调制解调性能验证实例 %%%%%%%%%%%%
%%%%% 该BPSK调制解调是忽略了载波调制与发送、接收基带成形的 %%%%%%%%%
%%%%%% 根据程序框架补充完程序并仿真 %%%%%%%%%%%%%%%%%%%%%%%
clc
clear all;
EbN0dB=1:10;%设定信噪比
errLimit=50;%设定每个信噪比
www.eeworm.com/read/411637/11235480
plg translate.plg
Build Log
--------------------Configuration: Translate - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\TEMP\RSPC1B.
www.eeworm.com/read/120251/6075971
am makefile.am
INCLUDES = -I../../../OgreMain/include
lib_LTLIBRARIES=libOgreReferenceAppLayer.la
libOgreReferenceAppLayer_la_SOURCES = OgreRefAppApplicationObject.cpp \
OgreRefAppBall.cpp \
OgreRefAp
www.eeworm.com/read/113165/6137880
am makefile.am
INCLUDES = -I../../../OgreMain/include
lib_LTLIBRARIES=libOgreReferenceAppLayer.la
libOgreReferenceAppLayer_la_SOURCES = OgreRefAppApplicationObject.cpp \
OgreRefAppBall.cpp \
OgreRefAp
www.eeworm.com/read/288820/8604901
am makefile.am
if OBEX
servicedir = $(libdir)/bluetooth
noinst_PROGRAMS = bluetoothd-service-transfer
bluetoothd_service_transfer_SOURCES = main.c \
server.h server.c session.h session.c \
process.h process.c
www.eeworm.com/read/242797/12984302
am makefile.am
if OBEX
servicedir = $(libdir)/bluetooth
noinst_PROGRAMS = bluetoothd-service-transfer
bluetoothd_service_transfer_SOURCES = main.c \
server.h server.c session.h session.c \
process.h process.c