代码搜索结果
找到约 10,000 项符合
Test 的代码
test
Hej dette er en test...
Hvordan synes du selv det gaar?
Besoeg www.thestreet.dk!!!
//Mikkel
test
for i in t/*.t; do
echo -e "$i:\n"
$i
done
test
#line 1 "casl_tab.c"
#line 1 "casl.y"
#line 1 "D:\\Program Files\\Microsoft Visual Studio\\VC98\\inc
test
#function calc {#math Tcalc %0;#result {$Tcalc};#unv Tcalc}
#showme @calc{1+9}
#alias test1 {#showme Just a test of linebreak \
in tintin command files}
#alias test2 {#showme a b d\
test_test.m
oim = pgmRead('einstein.pgm');
tic; corrDn(oim,[1 1; 1 1]/4,'reflect1',[2 2]); time = toc;
imSubSample = min(max(floor(log2(time)/2+3),0),2);
im = blurDn(oim, imSubSample,'qmf9');
clear oim;
clf;
test_test.sh
#!/bin/bash
if [ $j == 13 ]
then
echo "yes"
else
echo "no"
fi
if [ -a test_test.sh ]
then
echo "yes"
else
echo "no"
fi
if [[ -a test_test.sh && -x test_test.sh ]]
then
echo "yes"
else
test_test.sh
#!/bin/bash
if [ $j == 13 ]
then
echo "yes"
else
echo "no"
fi
if [ -a test_test.sh ]
then
echo "yes"
else
echo "no"
fi
if [[ -a test_test.sh && -x test_test.sh ]]
then
echo "yes"
else