代码搜索:Length
找到约 10,000 项符合「Length」的源代码
代码结果 10,000
www.eeworm.com/read/438832/7725312
sh length.sh
#!/bin/bash
# length.sh
E_NO_ARGS=65
if [ $# -eq 0 ] # 这个演示脚本必须有命令行参数.
then
echo "Please invoke this script with one or more command-line arguments."
exit $E_NO_ARGS
fi
var01=abcdEFGH28ij
ec
www.eeworm.com/read/434785/7801655
time_length
0 time length is 0
1 time length is 0
2 time length is 0
3 time length is 1
4 time length is 1
5 time length is 1
6 time length is 1
7 time length is 1
8 time length is 1
9 time length is 2
www.eeworm.com/read/198623/7920799
s length.s
.globl length
.globl position
.globl w, r, a, l
/
/
/ routine to return the length of a string
/
/ mov ...,r1
/ jsr pc,length
/ mov r0,...
/
length:
mov w(r1),r0
sub a(r1),r0
rts pc
/
/
/ routine t
www.eeworm.com/read/397102/8068147
m length.m
%LENGTH Length of datavector
function l = length(a)
l = max(size(a));
return
www.eeworm.com/read/333347/12686110
cpp length.cpp
// Length.cpp : implementation file
//
#include "stdafx.h"
#include "Length.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/331913/12800958
time_length
0 time length is 0
1 time length is 0
2 time length is 0
3 time length is 1
4 time length is 1
5 time length is 1
6 time length is 1
7 time length is 1
8 time length is 1
9 time length is 2
www.eeworm.com/read/331439/12828704
m length.m
function n = length(q)
% LENGTH Length of vector.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/137160/13342125