本文目录一览:
- 1、Linux驱动里面的file_operations中的.read中.代表什么意思
- 2、什么是Operation
- 3、opsmgr文件夹是干嘛的
- 4、linux 内核 头文件 (.h)中很多类似 struct file_operations; struct inode; struct module;什么意思?
- 5、operation是啥子意思???
- 6、ops是什么文件?
Linux驱动里面的file_operations中的.read中.代表什么意思
file_operations是注册的处理函数的结构体,.read代表注册的读函数。
什么是Operation
operation:
英 [ˌɒpəˈreɪʃn] ; 美 [ˌɑːpəˈreɪʃn]
n:手术;(有组织的)活动,行动;(包括许多部分的)企业,公司
复数:operations
词组短语:
1、in operation:生效;运转着
2、normal operation:正常运行,常规操作
3、logistics operation:物流作业;物流功课;物流运作
例句:
1、The two parent groups now run their business as a single combined operation.
这两个母公司现在合并为一家企业经营业务。
2、He is recovering from an operation to reset his arm.
他做了一个手臂复位手术,正在恢复。
扩展资料
近义词辨析:
1、operate
v:操作;运转
辨析:指人操控机器或设备,也指机器等运行。
例句:
He taught me how to operate a computer.
他教我如何使用计算机。
2、function
v:正常运转,起作用
辨析:指系统、机器设备、机构、人等正常工作。
例句:
The water system is not functioning well.
供水系统有点问题。
3、work
v:运转;操作
辨析:普通用词,指机器或设备正常工作,也可指使用机器或设备。
例句:
The chainsaw doesn't work.
链锯坏了。
opsmgr文件夹是干嘛的
答:OpsMgr文件夹是OpsMgr(Operations Manager)的管理文件夹,它用于存储和管理用户定义的设置、策略、操作和日志文件,用于管理OpsMgr中的各个组件,从而使OpsMgr更加灵活可用。-operations是什么文件
linux 内核 头文件 (.h)中很多类似 struct file_operations; struct inode; struct module;什么意思?
这个应该是内核中已经定义好了的结构名称了:
struct file_operations是一个字符设备把驱动的操作和设备号联系在一起的纽带,是一系列指针的集合,每个被打开的文件都对应于一系列的操作,这就是file_operations,用来执行一系列的系统调用。-operations是什么文件
struct file代表一个打开的文件,在执行file_operation中的open操作时被创建,这里需要注意的是与用户空间inode指针的区别,一个在内核,而file指针在用户空间,由c库来定义。-operations是什么文件
struct inode被内核用来代表一个文件,注意和struct file的区别,struct inode一个是代表文件,struct file一个是代表打开的文件。
楼主如果对Linux系统感兴趣,想学习更多Linux系统知识,可以百度《Linux就该这么学》,不错的一本Linux系统入门教程。
operation是啥子意思???
operation
KK: []
DJ: []
n.
1. 操作;运转[U]
The operation of this machine is simple.
这个机器的操作很简单。
2. 经营;营运[U]
The operation of a railroad needs many men.
铁路的营运需要很多人。
3. 作用;效力[U][C]
The operation of natural law is constant.
自然法则的作用是永恒的。
4. 活动;工作;事[C][P1]
The rescue operation lasted three days.
救援活动持续了三天。
5. 【医】手术[C][(+on/for)]
Her father underwent a major operation last week.
她父亲上周动了一次大手术。
6. 军事行动,作战[C][P1]
The general was in command of operations in the north.
将军负责指挥北方的作战行动。
7. 交易,买卖[C][P1]
He continued his operations in cotton futures.
他继续进行棉花期货交易。
8. 【数】运算[C]
9. (尤指法律文件的)生效[U]
参考资料:;si=rn=10ie=gb2312ct=1048576wd=Operationtn=baidu
ops是什么文件?
OPS abbr. 1. =Office of Price Stabilization (美国)(旧)(经济稳定署)物价稳定局 ops KK: [] DJ: [] n. 1. 【口】军事行动,作战行动(=operations-operations是什么文件