代码搜索:UDF
找到约 815 项符合「UDF」的源代码
代码结果 815
www.eeworm.com/read/380126/9161669
h udf_lib.h
/*
* udf_lib.h
*
* Copyright (c) 2001-2002 Ben Fennema
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it un
www.eeworm.com/read/380126/9161683
h osta_udf.h
/*
* osta_udf.h
*
* This file is based on OSTA UDF(tm) 2.01 (March 15, 2000)
* http://www.osta.org
*
* Copyright (c) 2001-2002 Ben Fennema
* All rights reserv
www.eeworm.com/read/166434/10021432
h osta_udf.h
/*
* osta_udf.h
*
* This file is based on OSTA UDF(tm) 2.01 (March 15, 2000)
* http://www.osta.org
*
* Copyright (c) 2001-2002 Ben Fennema
* All rights
www.eeworm.com/read/164463/10106328
h udf_fs.h
/*
* udf_fs.h
*
* PURPOSE
* Included by fs/filesystems.c
*
* DESCRIPTION
* OSTA-UDF(tm) = Optical Storage Technology Association
* Universal Disk Format.
*
* This code is based on versio
www.eeworm.com/read/278310/10548817
fxp li_udf.fxp
www.eeworm.com/read/278310/10548931
prg li_udf.prg
SET UDFPARMS TO VALUE
X=1
=INC(X)
MESSAGEBOX("X="+STR(X)) && 显示X=1
X=1
=INC(@X)
MESSAGEBOX("X="+STR(X)) && 显示X=2
SET UDFPARMS TO REFERENCE
X=1
=INC(X)
MESSAGEBOX("X="+STR
www.eeworm.com/read/420455/10795466
c fei_udf.c
/*C Code for 2 D Fluid elastic Instability Prediction of Triangle Tube Bundles*/
/*****************************************************************************
2 degree Fluid elastic Instability
www.eeworm.com/read/465930/7049016
h udf_fs.h
/*
* udf_fs.h
*
* PURPOSE
* Included by fs/filesystems.c
*
* DESCRIPTION
* OSTA-UDF(tm) = Optical Storage Technology Association
* Universal Disk Format.
*
* This code is based on versio
www.eeworm.com/read/465930/7049023
h udf_i.h
#ifndef __LINUX_UDF_I_H
#define __LINUX_UDF_I_H
#include
static inline struct udf_inode_info *UDF_I(struct inode *inode)
{
return list_entry(inode, struct udf_inode_info, vfs_inod
www.eeworm.com/read/465930/7049031
h osta_udf.h
/*
* osta_udf.h
*
* This file is based on OSTA UDF(tm) 2.50 (April 30, 2003)
* http://www.osta.org
*
* Copyright (c) 2001-2003 Ben Fennema
* All rights reserv