CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - management
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - management - List
[
Linux driver
]
hardware
DL : 0
Linux Device Driver (Hardware Management)
Date
: 2025-12-18
Size
: 211kb
User
:
happy
[
Linux driver
]
dtv_manager
DL : 3
数字电视中,dtv的管理程序,用C在LINUX环境下编程-Digital TV, DTV management procedures, using C programming under Linux
Date
: 2025-12-18
Size
: 45kb
User
:
丁雄
[
Linux driver
]
mClock
DL : 0
磁盘I/O调度及管理的研究分析,通过运用mClock算法来实现管理程序的IO调度-Disk I/O scheduling and management of research and analysis, by the use mClock algorithm to hypervisor IO scheduling
Date
: 2025-12-18
Size
: 5kb
User
:
sunwen
[
Linux driver
]
ZEVA-BMS-Software
DL : 0
bms 管理软件,c语言编写,基于单片机编写-bms management software, c language,
Date
: 2025-12-18
Size
: 24kb
User
:
wuqiong
[
Linux driver
]
ldd3
DL : 0
linux device driver reference file(edition 3, reference file, device driver, memory management)
Date
: 2025-12-18
Size
: 5.35mb
User
:
yuma
[
Linux driver
]
ldd
DL : 0
linux device driver reference book 3rd edition memory management
Date
: 2025-12-18
Size
: 154kb
User
:
yuma
[
Linux driver
]
xuni
DL : 0
编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换) 其中,由系统随机产生进程; 进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟); 物理块分配策略采取固定分配局部置换; 分配算法采用按比例分配算法; 调页采用请求调页方式; 置换采用LRU算法; 驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulates a paged virtual memory management system. (Without regard to the address conversion) wherein the system generates a random process process size, the process order of arrival, time, the process execution trace (page access sequence) is randomly generated, but there must exist between concurrent processes, the process time required to perform a limited process scheduling algorithm using time slice (page-analog) physical block allocation strategy to take a fixed allocation of partial replacement allocation algorithm using a pro rata allocation algorithm paging using demand paging mode replacement using LRU algorithm resident set size adjustable observe the resident set size affect the rate of missing pages.
Date
: 2025-12-18
Size
: 2kb
User
:
冯妮
[
Linux driver
]
books
DL : 0
本软件用于用于图书管理,界面将以表格形式呈现,希望有用-For library management, interface presented in tabular form
Date
: 2025-12-18
Size
: 44kb
User
:
许承斌
[
Linux driver
]
2011813035ex4
DL : 0
熟悉Linux操作系统中的文件与目录管理的概念。 2)掌握Linux操作系统中常用文件管理指令。 3)使用文件系统的一般方法。 4)掌握硬链接和软链接的建立及使用。 5)进一步了解文件系统结构。 -Familiar with the concept of the Linux operating system file and directory management. 2) to master the Linux operating system commonly used file management commands. 3) a method using a general file system. 4) the establishment and use of master hard links and soft links. 5) Learn more about the file system structure.
Date
: 2025-12-18
Size
: 338kb
User
:
sunny
[
Linux driver
]
2011813035ex5
DL : 0
用户管理:熟悉Linux操作系统中的用户和组的概念。 2)掌握Linux操作系统中用户管理。 3)理解用户管理涉及的系统配置文件。 -User Management: familiar with the concept of the Linux operating system users and groups. 2) master Linux operating system user management. 3) to understand the user management system configuration files involved.
Date
: 2025-12-18
Size
: 325kb
User
:
sunny
[
Linux driver
]
cache
DL : 0
设备缓冲区管理算法,txt格式文档,需要的可以参考,但不一定有用。-Device Buffer Management Algorithm
Date
: 2025-12-18
Size
: 3kb
User
:
liupeng
[
Linux driver
]
dvr
DL : 0
关于构建DVR的中间件代码,包括控制台管理,版本管理等-DVR middleware on building code, including console management, version management, etc.
Date
: 2025-12-18
Size
: 23kb
User
:
guochaoyu
[
Linux driver
]
medical_shop_management_system
DL : 0
Pharmacy management system in java
Date
: 2025-12-18
Size
: 8.43mb
User
:
gasacha
[
Linux driver
]
5120379003.tar
DL : 0
In this lab, you will write the memory management code for your operating system. Memory management has two components. The first component is a physical memory allocator for the kernel, so that the kernel can allocate memory and later free it. Your allocator will operate in units of 4096 bytes, called pages. Your task will be to maintain data structures that record which physical pages are free and which are allocated, and how many processes are sharing each allocated page. You will also write the routines to allocate and free pages of memory. The second component of memory management is virtual memory, which maps the virtual addresses used by kernel and user software to addresses in physical memory. The x86 hardware s memory management unit (MMU) performs the mapping when instructions use memory, consulting a set of page tables. You will modify JOS to set up the MMU s page tables according to a specification we provide.
Date
: 2025-12-18
Size
: 1.76mb
User
:
Zhang
[
Linux driver
]
myOS
DL : 0
本操作系统有 1. 区分特权等级 2. 多进程 3. 系统时钟 4.键盘中断 5.系统调用门 6.Shell 7.显示 8.内存管理 文件夹有4个:1.Boot:用作搬操作系统入内核的 2. include:主要是用作装头文件 3.kernel:内核主要函数,以及头文件include.h用作编译的 4.Thread:进程调度,以及时间片处理. 本操作系统适合初学者练手.-The operating system has to distinguish privilege level 1. 2. 3. multi-process system clock 4. 5. keyboard interrupt system calls door 6.Shell 7. Display 8. Memory Management Folder has 4: 1.Boot: used as a move into the operating system kernel 2. include: mainly used for loading the header file 3.kernel: kernel main function, as well as used as a header file include.h compiled 4.Thread: process scheduling, and time sheet processing. The operating system is suitable for beginners to practice hand.
Date
: 2025-12-18
Size
: 1.34mb
User
:
金康程
[
Linux driver
]
mem
DL : 0
这是一个内存管理实验啊,这是一个西安邮电大学的内在管理实验啊,真的,我没骗你-a memory management program
Date
: 2025-12-18
Size
: 3kb
User
:
junco
[
Linux driver
]
lzwz-v3.79
DL : 0
露珠文章管理系统 v3.79更新日志: 1.更新自动保存搜索过的痕迹,以便让bd收录更多。 2.改进网站内链自动化随机加到文章内容中功能,让网站内链发挥最大化作用,让站长们别在为去别人网站发外链苦脑。 3.更新部分网友反映的一些小问题。 4.还有一些请看演示站吧。-Dew V3.79 article management system update log: The 1 update automatically save search traces, in order to let BD included more. 2 improved functional sites within the chain automatic random to the contents of the article, let the site within the chain played the most important role, let the webmaster do in the hair to others outside the site chain suffering brain. Some small problems 3 update part of the net friend reflect. 4 demo stations and some see it.
Date
: 2025-12-18
Size
: 410kb
User
:
Las
[
Linux driver
]
tps65217
DL : 0
tps65217电源管理芯片寄存器设置及相关的驱动代码-Tps65217 power management chip register set and the related driver code
Date
: 2025-12-18
Size
: 5kb
User
:
cheng2015
[
Linux driver
]
VMA
DL : 0
虚拟内存管理实验。 在Linux环境下编写一个内核模块,分别实现如下几个函数: static void mtest_dump_vma_list(void):依次列出当前进程所占用的虚拟内存空间各段的读、写或执行权限。 static void mtest_find_vma(unsigned long addr):查找出虚拟地址addr所在的vma,并通过printk打印该段的起始地址、终止地址和段标志等信息。 static void mtest_find_page(unsigned long addr):找到虚拟地址addr对应的物理地址并打印。 为了测试和使用以上函数,需要在内核模块的初始化函数中创建一个名为mtest的/proc文件。mtest文件绑定的写函数mtest_write允许用户程序写入一串字符串: 如果写入的字符串是listvma则调用函数mtest_dump_vma_list(void); 如果写入的字符串是findvma0xffffffff则调用函数mtest_find_vma(0xffffffff),字符串的后几个字符是传递给函数的参数; 如果写入的字符串是findpage0xffffffff则调用函数mtest_find_page(0xffffffff),同样字符串的后几个字符是参数。-Virtual memory management
Date
: 2025-12-18
Size
: 448kb
User
:
hesper
[
Linux driver
]
cv
DL : 1
智能家居(英文:smart home, home automation)是以住宅为平台,利用综合布线技术、网络通信技术、 安全防范技术、自动控制技术、音视频技术将家居生活有关的设施集成,构建高效的住宅设施与家庭日程事务的管理系统,提升家居安全性、便利性、舒适性、艺术性,并实现环保节能的居住环境-Smart home is to residential as a platform, using the integrated wiring technology, network communication technology and safety prevention technology, automatic control technology, audio and video technology to integrate the home life of the facilities, construction, residential facilities and home affairs agenda management system, improve home safety, convenience, comfort, artistic, and achieve energy conservation and environmental protection of the living environment
Date
: 2025-12-18
Size
: 402kb
User
:
王晓甜
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.