代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/159023/5589007

cpp num343patternconverter.cpp

/* * Copyright 2003,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *
www.eeworm.com/read/475851/6765850

m bit2num.m

function [y] = bit2num(x) y = 0; mul = 1; for i=(length(x):-1:1) y = y + mul*x(i); mul = mul*2; end
www.eeworm.com/read/475942/6770727

m num2mass.m

function str=num2mass(m,tab) %NUM2MASS Displays mass in SI-units. % STR = NUM2MASS(M,TAB) returns a string containing % the value of the mass M (in kg) normalized in a proper power % of gra
www.eeworm.com/read/475942/6770737

m num2sci.m

function [y,p]=num2sci(x,n) %NUM2SCI Convert number to scientific format. % S = NUM2SCI(X) converts the number X into a string representation S % with about 4 digits and a prefix if required.
www.eeworm.com/read/252192/6785000

htm of_set_num_format.htm

Pb2xls developer's reference
www.eeworm.com/read/474586/6813167

sci num2str.sci

function s = num2str(v,f) // num2str - convert numerics to string // // s = num2str(v); // // (this function ensure matlab compatibility) // // Copyright (c) 2008 Gabriel Peyre if argn(2)
www.eeworm.com/read/471705/6888257

txt num5.c.txt

Example 1.5 C code #include #include #include float fct(float x) { return cos(x); } /* Prototype */ float integral(float ai, float h, int n); int main(int
www.eeworm.com/read/195191/8169349

h-num mdv1.h-num

level length istart jstart eneh-num 4 2 21 100 10.0 4 2 22 130 10.0 4 2 23 199 10.0 4
www.eeworm.com/read/194440/8193221

m num2strmat.m

function smat=num2strmat(vec) % NUM2STRMAT: convert a vector of numbers to a string matrix % % smat = num2strmat(vec) % % Converts a vector of numbers to a string matrix % % NOTE: It is illegal
www.eeworm.com/read/194440/8194420

m num2strmat.m

function smat=num2strmat(vec) % smat = num2strmat(vec) % % Converts a vector of numbers to a string matrix % % NOTE: It is illegal for you to use this software for a purpose other % than non-profit e