代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/189023/8496386
m ex0706.m
%例7-6 字符串的替换
str='Error Msg';
newstr=strrep(str,'Msg','Mail')
newstrr=strrep(str,'msg','Mail') %strrep对大小写敏感,替换没有进行
www.eeworm.com/read/431781/8654871
c i2c.c
/*
*
* Rev: $Id: i2c.c 987 2005-07-18 10:13:16Z hennerich $
* Revision: $Revision: 987 $
* Source: $Source$
* Created: 06.07.2005 18:16
* Author: M
www.eeworm.com/read/427507/8939091
m bpsk mod-demod.m
msg1=[1,-1,1,1,-1,1,1,-1,1]
msg2=[-1,-1,-1,1,1,1,-1,-1,1]
pn1=[1,-1,1,-1,1,-1,1,-1];
pn2=[-1,-1,1,1,-1,-1,1,1];
carrier=sin(linspace(0,1,20)*2*pi*2);
%Spreading
cdma1=reshape((carrier'*reshape(p
www.eeworm.com/read/426535/9014817
m ex0706.m
%例7-6 字符串的替换
str='Error Msg';
newstr=strrep(str,'Msg','Mail')
newstrr=strrep(str,'msg','Mail') %strrep对大小写敏感,替换没有进行
www.eeworm.com/read/366065/9834380
test error.test
# Commands covered: error, catch
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output for er