代码搜索:BSS
找到约 6,450 项符合「BSS」的源代码
代码结果 6,450
www.eeworm.com/read/371500/9551532
bss
www.eeworm.com/read/201683/15398656
bss
www.eeworm.com/read/288445/8631754
dat bss.dat
1651 1 c00 1 500
0x0024
0x0025
0x0026
0x0001
0x0000
0x0007
0x0028
0x002B
0x003C
0x003D
0x001D
0x0058
0x002C
0x0038
0x0039
0x0048
0x0049
0x001E
0x0042
0x0043
0x0040
0x0041
0x0090
www.eeworm.com/read/176364/9500932
bss smsrv.bss
// SmSrv.bss
// 短信收发服务模块
// 使用蓝星际短信外部动态模块 GsmModem.dll
// 硬件支持红外手机、数据线连接的手机或无线Modem
// bluesen@sina.com.cn
// 2003.10, 2005.3
// 数据结构:
// 1. 表TSys_SmsSendTB 发送队列
// 2. 表TSys_SmsReciTB 接收队列
//
www.eeworm.com/read/371500/9551462
c bss.c
#include
int myarray[50000] = {1,2,3,4};
int
main(void)
{
myarray[0] = 9;
exit(0);
}
www.eeworm.com/read/140797/7146806
bss extlinux.bss
www.eeworm.com/read/140797/7146812
bss ldlinux.bss
www.eeworm.com/read/297804/7995565
m bss.m
%盲信号分离
clc;
clear;
%EASI参数
u=6e-3;
%RLS参数
beta=0.99;
%源信号生成,数据长度4000
n=0:0.0001:0.4;
S=zeros(5,4001);
S(1,:)=hardlims(cos(2*pi*155*n));
S(2,:)=sin(2*pi*800*n);
S(3,:)=sin(2*pi*300*n+6*cos(2*pi*60*n))
www.eeworm.com/read/410353/11292355
asm bss.asm
;file name: bss.s
;**********************************
;* GLOBAL VARIABLE DECLARATIONS *
;**********************************
;.bss
AREA bss, DATA, NOINIT
;INT INT_Loaded_Flag