代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/147744/12533378
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Drum.rc
//
#define IDM_FILE_NEW 40001
#define IDM_FILE_OPEN 40002
#def
www.eeworm.com/read/252403/4405955
err redefinitionasclass.err
RedefinitionAsClass.ice:16: declaration of already defined `Sequence1' as class
RedefinitionAsClass.ice:19: redefinition of sequence `Sequence2' as class
www.eeworm.com/read/252403/4406045
err redefinitionasinterface.err
RedefinitionAsInterface.ice:16: declaration of already defined `Sequence1' as interface
RedefinitionAsInterface.ice:19: redefinition of sequence `Sequence2' as interface
www.eeworm.com/read/165117/10075854
phy test5tf.phy
5 114 T F
T 0.501
F 0.25 0.25 0.25 0.25
Sequence1 ACACGGTGTCGTATCATGCTGCAGGATGCTAGACTGCGTCANATGTTCGTACTAACTGTG
Sequence2 ACGCGGTGTCGTGTCATGCTACATTATGCTAGACTGCGTCGGATGCTCGTATTGACTGCG
Sequence3
www.eeworm.com/read/457515/1596368
java isequence.java
/*
*/
package net.java.workeffort.infrastructure.sequence;
/**
* Interface to get next sequence id.
* @author Antony Joseph
*/
public interface ISequence {
/**
* @return The sequence id
www.eeworm.com/read/38039/1097157
mnu pinseq.mnu
PIN#SEQUENCE
#
Default
Set the default pin sequence.
#
Enter#Seq
Enter a pin sequence.
#
Select
Select a pin to change its number.
#
Switch
Switch numbers of two pins.
#
Reverse
Reverse sequence of p
www.eeworm.com/read/288659/8615130
lst timer.lst
C51 COMPILER V7.07 TIMER 11/25/2003 15:47:54 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
www.eeworm.com/read/431634/8664353
m ip_09_05.m
% MATLAB script for Illustrative Problem 9.5.
echo on
% First determine the maximal length shift-register sequences.
% Assume the initial shift-register content as "00001".
connections1=[1 0 1 0 0
www.eeworm.com/read/287843/8665321
m ip_09_05.m
% MATLAB script for Illustrative Problem 9.5.
clear
echo on
% First determine the maximal length shift-register sequences.
% Assume the initial shift-register content as "00001".
connections1=[1
www.eeworm.com/read/384728/8848981
vhd 90_wss_component.vhd
--以下是部件声明的包
--部件mem_<mark>sequence</mark>,mem_string,以及协处理器分别在以下的包pkg_components中进行了说明
--每一个内存块中包括一个局部控制器,该局部控制器管理一个双向端口的RAM
--其中26-36行是mem_<mark>sequence</mark>的
--73-83行是mem_string的
--实际上每一个双端RAM都将其自己封装为真正的RAM部件
LIBR ...