代码搜索:Multi
找到约 10,000 项符合「Multi」的源代码
代码结果 10,000
www.eeworm.com/read/323119/13353524
test multi_update.test
#
# Test of update statement that uses many tables.
#
# Requires grants, so won't work with embedded server test
-- source include/not_embedded.inc
--disable_warnings
drop table if exists t1,t2,t3;
www.eeworm.com/read/323119/13353704
test fulltext_multi.test
# several FULLTEXT indexes in one table test
--disable_warnings
DROP TABLE IF EXISTS t1;
--enable_warnings
CREATE TABLE t1 (
a int(11) NOT NULL auto_increment,
b text,
c varchar(254) default NU
www.eeworm.com/read/323119/13354190
test ndb_multi.test
www.eeworm.com/read/323119/13354242
test multi_statement.test
# PS doesn't support multi-statements
--disable_ps_protocol
--disable_warnings
DROP TABLE IF EXISTS t1;
--enable_warnings
select 1;
delimiter ||||;
select 2;
select 3;
select 4||||
delimiter 'abcd'|
www.eeworm.com/read/323119/13354278
test lock_multi.test
# This test doesn't work with the embedded version as this code
# assumes that one query is running while we are doing queries on
# a second connection.
# This would work if mysqltest run would be thr
www.eeworm.com/read/322428/13380307
asv multi1.asv
n=0:0.5:10;
x=sin(n);
y=[zeros(1,3),ones(1,5),zeros(1,3)];
z=x.*y;
subplot(311);stem(x);
subplot(311);stem(y);
subplot(311);stem();
www.eeworm.com/read/322428/13380317
m multi1.m
n=0:0.5:10;
x=sin(n);
y=[zeros(1,9),ones(1,6),zeros(1,6)];
z=x.*y;
subplot(311);stem(x);ylabel('输入x');grid;
pause;
subplot(312);stem(y,'r');ylabel('窗口y');grid;
pause;
subplot(313);stem(z,'m');
www.eeworm.com/read/321160/13411544
m multi_gp.m
function [x] = multi_gp(m,C)
% [x]=multi_gp(m,C)
% MULTI_GP generates a multivariate Gaussian random
% process with mean vector m (column vector), and covariance matrix C.
N=length(m);
for i=1:
www.eeworm.com/read/321050/13412943
m multi_gp.m
function [x] = multi_gp(m,C)
% [x]=multi_gp(m,C)
% MULTI_GP generates a multivariate Gaussian random
% process with mean vector m (column vector) and covariance matrix C.
N=length(m);
for
www.eeworm.com/read/320358/13428023
sh multi_sb.sh
#!/bin/sh
./c_can_sendburst /dev/canb0 -1 1 50000 &
./c_can_sendburst /dev/canb1 -1 2 50000 &
./c_can_sendburst /dev/canb2 -1 3 50000 &
./c_can_sendburst /dev/canb3 -1 4 50000 &
./c_can_sendburst /de