代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/38039/1095838
mnu seq_wc_type.mnu
SEQ#TYPE
#
Mill
Pick to select a milling NC sequence type.
#
Turn
Pick to select a turning NC sequence type.
#
www.eeworm.com/read/229812/4751837
gml finote5a.gml
ICHAR returns an integer which describes the position of the character
in the processor collating sequence.
The first character in the collating sequence is in position 0 and the
last character of
www.eeworm.com/read/436230/1849883
pdc sq_custgroup_cust.pdc
-- Create sequence
create sequence SQ_CUSTGROUP_CUST
minvalue 1
maxvalue 100000000000000000000
start with 1
increment by 1
cache 20
order;
www.eeworm.com/read/436230/1849886
pdc sq_prodgroup_prod.pdc
-- Create sequence
create sequence SQ_PRODGROUP_PROD
minvalue 1
maxvalue 100000000000000000000
start with 1
increment by 1
cache 20
order;
www.eeworm.com/read/436230/1849888
pdc sq_vendgroup_vend.pdc
-- Create sequence
create sequence SQ_VENDGROUP_VEND
minvalue 1
maxvalue 10000000000000000000
start with 1
increment by 1
cache 20
order;
www.eeworm.com/read/417857/2096366
txt sixpack.txt
sixpack
Function
Display a DNA sequence with 6-frame translation and ORFs
Description
sixpack takes a nucleic acid sequence and writes out the forward a
www.eeworm.com/read/417857/2096371
txt extractseq.txt
extractseq
Function
Extract regions from a sequence
Description
extractseq allows you to specify one or more regions of a sequence to
extract sub-seque
www.eeworm.com/read/417857/2096438
txt yank.txt
yank
Function
Reads a sequence range, appends the full USA to a list file
Description
yank is a simple utility to add a specified sequence name to a li
www.eeworm.com/read/417857/2096502
txt cutseq.txt
cutseq
Function
Removes a specified section from a sequence
Description
This simple editing program allows you to cut out a region from your
sequence
www.eeworm.com/read/201813/5056817
entries
/der_decode_sequence.c/1.1/Wed Jan 18 07:39:58 2006/-kb/
/der_decode_sequence_multi.c/1.1/Wed Jan 18 07:39:58 2006/-kb/
/der_encode_sequence.c/1.1/Wed Jan 18 07:39:58 2006/-kb/
/der_encode_sequence_mu