CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - write block

搜索资源列表

  1. linux

    1下载:
  2. 设计一个简单的文件系统,包含格式化、显示文件(目录)、创建文件、登录等几个简单命令的实现,而且能完成超级块的读写、节点的读写等过程。编写一个基本体现文件系统理论的程序。在节点的使用上,主要模仿Linux的EXT2文件系统。、-Design a simple file system, including format, display file (directory), create a file, registry, such as the realization of a few simple
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:550.36kb
    • 提供者:
  1. alloc

    0下载:
  2. Memory Allocation in C-write part of a dynamic storage allocation package. The package provides three function calls: void initalloc(), to initialize the data structures involved char* alloc(int n), which returns a pointer to a block
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:4.48kb
    • 提供者:Jian Tian
  1. Linux_block_driver_write_PPT

    0下载:
  2. 《Linux块设备驱动开发PPT》。对PPT的封装,介绍了Linux下开发块设备驱动的方法。-write block driver in linux, it s a PPT format
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:611.4kb
    • 提供者:
  1. blktrace-1.0.0.tar

    0下载:
  2. Blktrace是linux系统下用来记录磁盘io读写请求的工具。它由两部分组成:一部分工作在内核态,现在已经是标准内核的一部分,它工作在块设备层;另一部分是用户态程序,由用户输入命令启动。-Blktrace is used to record under the linux system to read and write disk io request tool. It consists of two parts: the core part of state, is now a stand
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.5mb
    • 提供者:王斌
  1. S-DES

    0下载:
  2. 1996年, E.Schaefer 提出了一个简化的DES加密算法, 即S-DES加密算法。S-DES是一个对称分组加密的简化模型,目的不在于应用,它非常具体地说明了分组密码中如何实施扩散和扰乱, 揭示了设计分组密码算法的基本模式和框架,在密码学习中有着重要的意义。编写一个软件能够实现S-DES分组加解密-In 1996, E. Schaefer proposed a simplified DES encryption algorithm, namely, S-DES encryption al
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1.45kb
    • 提供者:atlantis
  1. 1

    0下载:
  2. 从内存BLOCK开始,存放着256个字节的带符号数。编写程序,找出绝对值最大的数,将其存入MAX中-BLOCK starting from memory, placing a 256-byte signed number. Write a program to identify the largest absolute number of its deposit MAX
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:787byte
    • 提供者:郭长青
  1. u-boot-flash-remove

    0下载:
  2. FLASH的编程原理都是只能将1写为0,而不能将0写为1.所以在FLASH编程之前,必须将对应的块擦除,而擦除的过程就是把所有位都写为1的过程,块内的所有字节变为0Xff。 对FALSH进行的最基本操作由读操作,写操作,和擦除操作。以下将详细介绍,所有的都是参考sst39vf1601 datasheet -FLASH programming principles are the only one written as 0, can not be written as one. Befo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:291.77kb
    • 提供者:ral
  1. a-block-driver

    0下载:
  2. 我们通过写一个建立在内存中的块设备驱动,来学习linux内核和相关设备驱动知识。最简单的方法写出一个能用的块设备驱动。-We write a block device driver, built in memory to learn the knowledge of the Linux kernel and device driver. The easiest way to write a usable block device driver.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:75.35kb
    • 提供者:pangxieer
  1. blk-core

    0下载:
  2. This handles all read/write requests to block devices driver for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:20.45kb
    • 提供者:holiuqa
  1. bitmaps

    0下载:
  2. routines to read, write, and manipulate the inode and block bitmaps.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:1.42kb
    • 提供者:junyinie
  1. rw_bitmaps

    0下载:
  2. routines to read and write the inode and block bitmaps.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:2.18kb
    • 提供者:bingtingla
  1. osjincheng

    0下载:
  2. 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的解. 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:100.3kb
    • 提供者:jasonzjx
  1. rw_bitmaps

    0下载:
  2. rw_bitmaps.c --- routines to read and write the inode and block bitmaps.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1.89kb
    • 提供者:kuegenpai
  1. unix_io

    0下载:
  2. This the Unix (well, really POSIX) implementation of the I/O manager.Implements a one-block write-through cache for Linux. -This is the Unix (well, really POSIX) implementation of the I/O manager.Implements a one-block write-through cache for Linu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:4.1kb
    • 提供者:yertouming
  1. xuni

    0下载:
  2. 编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换) 其中,由系统随机产生进程; 进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟); 物理块分配策略采取固定分配局部置换; 分配算法采用按比例分配算法; 调页采用请求调页方式; 置换采用LRU算法; 驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulate
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:2.25kb
    • 提供者:冯妮
  1. Hook

    0下载:
  2. vc2010编写的钩子过程,可屏蔽左右win键,Alt+Tab键,但没做到屏蔽Ctrl+Alt+Del组合键-Vc2010 write hook procedure, can win key block or so, Alt+ Tab key, but didn t accomplish shielding Ctrl+ Alt+ Del key combination
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:363.66kb
    • 提供者:季超
  1. COMbegining

    0下载:
  2. COM的发展概述 公元一九九五年某个夜黑风高的晚上,我的一位老师跟我说:“小杨呀,以后写程序就和搭积木一样啦。你赶快学习一些OLE的技术吧......”,当时我心里就寻思 :“开什么玩笑?搭积木方式写程序?再过100年吧......”,但作为一名听话的好学生,我开始在书店里“踅摸”(注1)有关OLE的书籍(注2)。功夫不负有心人,终于买到了我的第一本COM书《OLE2 高级编程技术》,这本800多页的大布头花费了我1/5的月工资呀......于是开始日夜耕读..... -COM develo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:43.59kb
    • 提供者:zhangpn
  1. LinuxDriver

    0下载:
  2. Linux驱动,培训时十四天的笔记,很详细,有笔记,从怎么写驱动开始,到内核驱动框架的怎么编写都有,代码全附上了,有字符设备,块设备驱动,和网络设备驱动。-Linux driver training fourteen days of notes, very detailed, there are notes, how to write drivers started to how to write a kernel driver framework has code attached a wh
  3. 所属分类:Driver develop

    • 发布日期:2017-05-11
    • 文件大小:2.38mb
    • 提供者:曹奎
  1. IOTest

    0下载:
  2. c++大文件读写操作 用传统的IO读写大文件,所花时间很长,这往往是程序设计时的瓶颈。使用内存映射文件的方法,将数据分块读入内存,再进行处理。这可以很高效的解决c++读写大文件的问题。-C++ file read and write operations Using the traditional IO to read and write files, take a long time, which is often the bottleneck of the prog
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1.27mb
    • 提供者:moki
  1. rfidtest

    0下载:
  2. RFID测试程序基于So for example one transfer might send a nine bit command (right aligned * in a 16-bit word), the next could read a block of 8-bit data before * terminating that command by temporarily deselecting the chip the next * could send a d
  3. 所属分类:Driver develop

    • 发布日期:2017-05-03
    • 文件大小:985.83kb
    • 提供者:徐兵
« 12 »
搜珍网 www.dssz.com