代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/113399/6132159
c atoi.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: atoi.c,v 1.4 90/05/2
www.eeworm.com/read/110034/6172045
makedev
#!/bin/bash
function makedev () {
for dev in 0 1 2 3; do
echo "/dev/$1$dev: char 81 $[ $2 + $dev ]"
rm -f /dev/$1$dev
mknod /dev/$1$dev c 81 $[ $2 + $dev ]
chmod 666 /dev/$1$dev
done
# s
www.eeworm.com/read/103509/6215170
3 rt_task_wait.3
.\" This -*- nroff -*- file has been generated from
.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
...\"
...\" transcript compatibility for postscript use.
...\"
...\" synopsis: .P!
www.eeworm.com/read/102935/6230733
makedev
#!/bin/bash
function makedev () {
for dev in 0 1 2 3; do
echo "/dev/$1$dev: char 81 $[ $2 + $dev ]"
rm -f /dev/$1$dev
mknod /dev/$1$dev c 81 $[ $2 + $dev ]
chmod 666 /dev/$1$dev
done
# s
www.eeworm.com/read/101082/6249288
sh ranlib.sh
#! /bin/sh
#
# @(#)ranlib.sh 4.1 (ULTRIX) 7/17/90
#
# simulate "ranlib" with mips ar ts
# (mainly for makefile compatibility)
#
PATH=/bin:/usr/bin
Myname=`basename "$0"`
case "$#" in
0)
echo "$My
www.eeworm.com/read/291067/6302870
m isrecvar.m
function B = isrecvar(variable)
% RECVAR, A package for new data types in Matlab 4.
% (c) FOA 1997. See the file rvright.m for copyright notice.
%
% function B = isrecvar(variable)
%
% Returns 1 if
www.eeworm.com/read/291067/6302872
m ismulmat.m
function B = ismulmat(variable)
% RECVAR, A package for new data types in Matlab 4.
% (c) FOA 1997. See the file rvright.m for copyright notice.
%
% function B = ismulmat(variable)
%
% Returns 1 if
www.eeworm.com/read/291067/6302912
m getr.m
function M = getr(recordvar, fieldname)
% RECVAR, A package for new data types in Matlab 4.
% (c) FOA 1997. See the file rvright.m for copyright notice.
%
% function M = getr(recordvar, fieldname)
%
www.eeworm.com/read/291067/6302926
m getrestl.m
function outList = getrestl(inList)
% RECVAR, A package for new data structures in Matlab.
% (c) FOA 1998. See the file rvright.m for copyright notice.
%
% function ouList = getrestl(inList)
%
% Ret
www.eeworm.com/read/291067/6302960
m islastl.m
function B = islastl(list)
% RECVAR, A package for new data structures in Matlab.
% (c) FOA 1998. See the file rvright.m for copyright notice.
%
% function B = islastl(list)
%
% Returns 1 if list co