代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/162654/5514937
h dummy_cam.h
/******************* Camera Interface ***********************/
/*@ spcaxxx_init
send the initialization sequence to the webcam
@*/
static int spcaxxx_init(struct usb_spca50x *spca50x);
/*@ spca
www.eeworm.com/read/162634/5514958
java md5.java
/* Copyright (c) 2001-2004, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the
www.eeworm.com/read/157111/5607252
java md5.java
/* Copyright (c) 2001-2004, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the
www.eeworm.com/read/476081/6773430
m ip_07_04.m
% MATLAB script for Illustrative Problem 7.4
mapping=[0 1 3 2 7 6 4 5]; % for Gray mapping
M=8;
E=1;
sequence=[0 1 0 0 1 1 0 0 1 1 1 1 1 1 0 0 0 0];
[e]=cm_dpske(E,M,mapping,sequence); % e
www.eeworm.com/read/475504/6790209
sql createsequencetable.sql
CREATE TABLE "SCOTT"."SEQUENCE_TABLE" ("NO" NUMBER(10) NOT NULL)
TABLESPACE "USERS"
www.eeworm.com/read/473191/6857883
txt noj 题目归类.txt
1-50
动态规划
1005 打导弹
1006 乘积最大
1007 加分二叉树
1008 合唱队形
1017 最大0,1子矩阵 这题要想不超时,必须DP
1020 最大正方形 这题和1017很相似,不过有更快的解决方法
1021 背包问题
1022 Longest Common Sequence 也可用二叉搜索树(nlog时间)解决,见llj的书
1023 Happy
www.eeworm.com/read/195390/8159472
m orthogoldseq.m
function [code]=orthogoldseq(user,seq,stage,ptap1, ptap2,regi1 ,regi2) % number of users
www.eeworm.com/read/195389/8159604
m orthogoldseq.m
function [code]=orthogoldseq(user,seq,stage,ptap1, ptap2,regi1 ,regi2) % number of users
www.eeworm.com/read/195191/8170569
mfold
#!/bin/sh
# This shell script folds an RNA or DNA sequence and creates output
# files.
export ZUKER_URL="http://www.bioinfo.rpi.edu/%7Ezukerm/"
export DATDIR=${MFOLDDAT:-$MFOLD/dat}
export IMG_DIR=$DA
www.eeworm.com/read/393528/8277522
txt 数据库创建脚本.txt
-- 创建表
-- 用户表(登陆)、留言表
-- 删除表
DROP TABLE person ;
DROP TABLE note ;
-- 删除序列
DROP SEQUENCE note_sequ ;
-- 创建序列
CREATE SEQUENCE note_sequ ;
-- 创建person表
CREATE TABLE person
(
id va