代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/203195/15364265
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/113383/15457032
manifest
ChangeLog
convert-sequence.pgsql
INSTALL
LICENSE
Makefile.PL
MANIFEST
MyLibrary.pm
new-user.sql
README
sample-data.pgsql
sample-data.sql
structure-only.pgsql
structure-only.sql
test.pl
upgrade-to-2.2.
www.eeworm.com/read/109028/15567478
lst timer.lst
C51 COMPILER V7.09 TIMER 07/07/2004 14:57:22 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
www.eeworm.com/read/105433/15667195
lst timer.lst
C51 COMPILER V7.01 TIMER 04/30/2003 15:22:12 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
www.eeworm.com/read/103314/15737368
lst timer.lst
C51 COMPILER V7.06 TIMER 03/06/2004 14:02:48 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
www.eeworm.com/read/101557/15826607
m ip_09_05.m
% MATLAB script for Illustrative Problem 5, Chapter 9.
echo on
% first determine the maximal length shift register sequences
% We'll take the initial shift register content as "00001".
connections
www.eeworm.com/read/165117/10075865
phy test5i.phy
5 114 I
Sequence1 ACACGGTGTCGTATCATGCTGCAGGATGCTAGACTGCGTCANATGTTCGTACTAACTGTG
AGCTCGATGATCGGTGACGTAGACTCAGGGGCCATGCCGCGAGTTTGCGATGCG
Sequence2 ACGCGGTGTCGTGTCATGCTACATTATGCTAGACTGCG
www.eeworm.com/read/279715/4135468
cs fibonacci.cs
using System;
namespace org.drools.dotnet.examples.fibonacci
{
public class Fibonacci
{
private int _sequence;
private long _value;
public Fibonacci(int sequence)
{
_sequence
www.eeworm.com/read/436798/1844955
java defaultsequencescheme.java
package ie.omk.smpp.util;
/**
* The default sequence numbering scheme. This implementation starts at sequence
* number 1 and increments by 1 for each number requested, resulting in the
* sequence
www.eeworm.com/read/371929/2777161
sql pixhsql.sql
create table ALBUM_SEQUENCE (SEQ_ID identity);
create table PICTURE_SEQUENCE (SEQ_ID identity);
create table COMMENT_SEQUENCE (SEQ_ID identity);
INSERT INTO ALBUM_SEQUENCE VALUES(0);
INSERT INTO PICT