代码搜索:Vector

找到约 10,000 项符合「Vector」的源代码

代码结果 10,000
www.eeworm.com/read/124825/14535611

h hsigp.h

/* ----------------------------------------------------------- */ /* */ /* ___ */ /*
www.eeworm.com/read/124791/14544077

cpp chapter11-23.cpp

//文件名:CHAPTER11-23.cpp #include #include #include //For greater( ) #include // Return whether modulus of elem1 is less than modulus of elem2
www.eeworm.com/read/124669/14555079

cpp anydata.cpp

/* Copyright (c) 2003, Confident Outsourcing All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following co
www.eeworm.com/read/124570/14558817

java dvector.java

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either vers
www.eeworm.com/read/124283/14581633

todo

* Pretty print function * Vector p-norms
www.eeworm.com/read/123955/14604661

html tour-ex3.html

A Tour of NTL: Examples: Polynomials
www.eeworm.com/read/123946/14605535

m fnorm.m

function y=fnorm(w,f,p) %FNORM Norms of MVFR matrix. % FNORM(W,F,p) applies NORM(Fm,p) to each component matrix % Fm of the MVFR matrix, F. The results are returned as % a column vector of len
www.eeworm.com/read/123946/14605665

m ftrn.m

function fout=ftrn(w,f) %FTRN Complex conjugate transpose of MVFR matrix. % FTRN(W,F) returns an MVFR matrix whose component % matrices are the complex conjugate transposes % o
www.eeworm.com/read/223105/14658335

cpp chapter11-23.cpp

//文件名:CHAPTER11-23.cpp #include #include #include //For greater( ) #include // Return whether modulus of elem1 is less than modulus of elem2
www.eeworm.com/read/122497/14687266

m mmono.m

function f=mmono(x) %MMONO Test for Monotonic Vector. % MMONO(X) where X is a vector returns: % 2 if X is strictly increasing, % 1 if X is non decreasing, % -1 if X is non increasing, %