代码搜索:Convert

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

代码结果 10,000
www.eeworm.com/read/192030/8410936

m polyphase.m

function P = polyphase(varargin) % POLYPHASE -- convert matrix polynomial to polyphase form % % P = polyphase(P,m,r) % P = polyphase(P) % % If P has type '', both M and R mus
www.eeworm.com/read/290607/8472149

m oa2tr.m

%OA2TR Convert O/A vectors to homogeneous transformation % % TR = OA2TR(O, A) % % Returns a homogeneous tranformation for the specified orientation and % approach vectors. The rotation submatrix is
www.eeworm.com/read/189298/8477337

c dollars.c

/* ** Convert the digit string 'src' to dollars-and-cents form and store ** it in 'dst'. */ #include void dollars( register char *dst, register char const *src ) { int len;
www.eeworm.com/read/390191/8478594

todo

TODO list for distcc See also TODO comments in source files and doc/todo/ convert web site from latte to say php Latte is nice, but seems to be gradually becoming unmaintained; not in Ubu
www.eeworm.com/read/389692/8507498

m para2fis.m

% This script convert a parameter file generated by the public-domain ANFIS % program into an FIS file used with the Fuzzy Logic Toolbox % If the parameter file is "para1.fin", the generated FIS fil
www.eeworm.com/read/433114/8544533

m cell2num.m

function x=cell2num(cx) % Convert a cell array of numbers into a numeric array or % a cell array of logical variables into an array of logical variables % % Written by: E. Rietsch: March
www.eeworm.com/read/431198/8703176

java helpclassdemo.java

/* Project 4-1 Convert the help system from Project 3-3 into a Help class. */ class Help { void helpon(int what) { switch(what) { case '1':
www.eeworm.com/read/386050/8767493

m classc.m

%CLASSC Convert mapping to classifier % % W = CLASSC(W) % W = W*CLASSC % % INPUT % W Any mapping or dataset % % OUTPUT % W Classifier mapping or normalized dataset: outputs/features sum to 1 %
www.eeworm.com/read/286090/8789382

h inttostr.h

/* inttostr.h -- convert integers to printable strings Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/382989/8982785

m cell2num.m

function x=cell2num(cx) % Convert a cell array of numbers into a numeric array or % a cell array of logical variables into an array of logical variables % % Written by: E. Rietsch: March