代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/318168/13484555
ini intellicad dcl.ini
;PSPad user HighLighter definition file
[Settings]
Name=IntelliCAD DCL
HTMLGroup=0
FileType=*.dcl
CommentString=
SlashComment=1
CComment=1
SlashComment=1
IndentChar={
UnIndentChar=}
TabWidt
www.eeworm.com/read/334090/12640261
h printf_a9.h
/*******************************************************************************
*
* TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION
*
* Property of Texas Instruments
*
www.eeworm.com/read/290154/8501936
h common.h
#ifndef __COMMON_H
#define __COMMON_H
/*
* Data type Size Range Alignment
* bool 8 bits 0 to 1 1
* char 8 bits 0 to 255 1
* signed char 8 bits -128 to 127
www.eeworm.com/read/289743/8529877
m ltsa.m
function mappedX = ltsa(X, no_dims, k, eig_impl)
%LTSA Runs the local tangent space alignment algorithm
%
% mappedX = ltsa(X, no_dims, k, eig_impl)
%
% The function runs the local tangent space
www.eeworm.com/read/282683/9074116
m ltsa.m
function mappedX = ltsa(X, no_dims, k, eig_impl)
%LTSA Runs the local tangent space alignment algorithm
%
% mappedX = ltsa(X, no_dims, k, eig_impl)
%
% The function runs the local tangent space
www.eeworm.com/read/425011/10387780
c dataalign.c
/*
* dataalign.c -- show alignment needs
*
* This runs with any Linux kernel (not any Unix, because of )
*/
#include
#include
#include
/*
www.eeworm.com/read/278764/10511362
c dataalign.c
/*
* dataalign.c -- show alignment needs
*
* This runs with any Linux kernel (not any Unix, because of )
*/
#include
#include
#include
/*
www.eeworm.com/read/278233/10557813
java hmm.java
// Implementation of some algorithms for pairwise alignment from
// Durbin et al: Biological Sequence Analysis, CUP 1998, chapter 3.
// Peter Sestoft, sestoft@dina.kvl.dk (Oct 1999), 2001-08-20 versio