代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/181457/5276676

cpp matrices.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/170881/5402691

c matrices.c

/* Copyright (C) 1999, 2000, 2001, 2002, Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ
www.eeworm.com/read/170881/5402695

h matrices.h

/* Copyright (C) 1999, 2000, 2001, 2002, Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ
www.eeworm.com/read/271647/4227325

cpp matrices.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/402654/2318565

hpp matrices.hpp

// Software License for MTL // // Copyright (c) 2007 The Trustees of Indiana University. All rights reserved. // Authors: Peter Gottschling and Andrew Lumsdaine // // This file is part of the Matrix
www.eeworm.com/read/382446/2637007

java matrices.java

/* * LingPipe v. 3.5 * Copyright (C) 2003-2008 Alias-i * * This program is licensed under the Alias-i Royalty Free License * Version 1 WITHOUT ANY WARRANTY, without even the implied warranty of
www.eeworm.com/read/379484/2673311

java matrices.java

/* * Copyright (C) 2003-2006 Bjørn-Ove Heimsund * * This file is part of MTJ. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser Ge
www.eeworm.com/read/473584/6846763

h matrices.h

char *amino_acid_order = "ABCDEFGHIKLMNPQRSTVWXYZ"; short blosum30mt[]={ 4, 0, 5, -3, -2, 17, 0, 5, -3, 9, 0, 0, 1, 1, 6, -2, -3, -3, -5, -4, 10, 0, 0, -4, -1, -2, -3, 8
www.eeworm.com/read/195195/8168958

h matrices.h

char *amino_acid_order = "ABCDEFGHIKLMNPQRSTVWXYZ"; short blosum30mt[]={ 4, 0, 5, -3, -2, 17, 0, 5, -3, 9, 0, 0, 1, 1, 6, -2, -3, -3, -5, -4, 10, 0, 0, -4, -1, -2, -3, 8
www.eeworm.com/read/412683/11189068

m matrices.m

%%% Some examples of basic array and matrix manipulations %% Cleanup the environment clear; % clear the workspace clc; % clean the screen %% To create a vector v = [1.0 2 3.0 4.0] fprintf('press en