代码搜索:X
找到约 10,000 项符合「X」的源代码
代码结果 10,000
www.eeworm.com/read/488978/6480953
x-base-seqstat
#! /usr/bin/perl
use testsuite;
testsuite::description("x-base-seqstat", "basic tests of seqstat");
testsuite::run("../seqstat ../Formats/a2m > /dev/null");
testsuite::run("../seqstat ../For
www.eeworm.com/read/488978/6480955
x-base-sreformat
#! /usr/bin/perl
use testsuite;
testsuite::description("x-base-sreformat", "basic tests of sreformat");
testsuite::run("../sreformat fasta ../Formats/fasta > /dev/null");
testsuite::run("../
www.eeworm.com/read/488978/6480956
x-base-alistat
#! /usr/bin/perl
use testsuite;
testsuite::description("x-base-alistat", "basic tests of alistat");
testsuite::run("../alistat ../Formats/a2m > /dev/null");
testsuite::run("../alistat ../For
www.eeworm.com/read/488978/6480957
x-base-afetch
#! /usr/bin/perl
use testsuite;
testsuite::description("x-base-afetch", "basic tests of afetch");
$tmp = testsuite::tempname();
testsuite::run("cp ../Formats/stockholm.2 $tmp");
testsuite::run("../
www.eeworm.com/read/488978/6480959
x-base-shuffle
#! /usr/bin/perl
use testsuite;
testsuite::description("x-base-shuffle", "basic tests of shuffle");
testsuite::run("../shuffle ../Formats/fasta > /dev/null");
testsuite::done();
www.eeworm.com/read/488978/6480961
x-base-sfetch
#! /usr/bin/perl
use testsuite;
testsuite::description("x-base-sfetch", "basic tests of sfetch");
testsuite::run("../sfetch -d ../Formats/fasta AC3.1 > /dev/null");
testsuite::run("../sfetch -d ../
www.eeworm.com/read/488703/6484257
h 240x.h
;*************************************************************
; File Name: 240x.h
;
; Description: 240x Peripheral Registers + other useful definitions
;
;=======================================
www.eeworm.com/read/488464/6487374
m x_fnct.m
function y=x_fnct(x,funfcn,p1,p2,p3)
% y=x_fnct(x,funfcn,p1,p2,p3)
% Returns the function funfcn(x) times x
args=[];
for nn=1:nargin-2
args=[args,',p',int2str(nn)];
end
args=[args,')'] ;