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

搜索资源列表

  1. db.lock.fine_apue

    0下载:
  2. UNIX编程高级环境(第二版)的网络套接字部分的程序源码,头文件已经在里面了-Senior UNIX Programming (2nd edition) network socket part of the program source code. The first document in which the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:16268
    • 提供者:何川
  1. a048008

    1下载:
  2. 本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realizati
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:24676
    • 提供者:战天
  1. i2c.zip

    0下载:
  2. at91rm9200的i2c驱动,解决了死锁恢复问题,at91rm9200 i2c drv,can resume in dead lock
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:83459
    • 提供者:张德强
  1. lock_mutex

    0下载:
  2. 演示了linux中的互斥锁机制,用gcc编译后运行-Demonstrates the mutual exclusion lock mechanism linux, compiled and run using gcc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:753
    • 提供者:your name
  1. mp_simplesim.rar

    0下载:
  2. 体系机构仿真,simplescalar的多处理器版本,现在好像在simplescalar上没有下载了 作者是加拿大Queen大学的Manjikian 环境: Architecture SPARC Operating System Solaris 2 Compiler gcc,The multiprocessor extensions were conceived and implemented by Naraig Manjikian at Queen s Unive
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-06-17
    • 文件大小:356064
    • 提供者:jiangwen
  1. file_lock

    0下载:
  2. LINUX文件锁示例 共享锁和排它锁应用实例 用于读写文件加锁-LINUX file lock example Shared locks and exclusive locks Application Lock for reading and writing files
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:6039
    • 提供者:y
  1. linuxflockipc

    0下载:
  2. linux下面的文件锁和信号量的程序-linux lock the following documents and procedures for traffic signal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-09
    • 文件大小:30360
    • 提供者:站长
  1. jail.tar

    0下载:
  2. 主要实现锁定用户工作目录功能,实装环境:linux-The main working directory to achieve user lock functions, the environment it is installed: linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:34452
    • 提供者:hillwu
  1. mutex-lock

    0下载:
  2. 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1569
    • 提供者:周伟光
  1. thread

    0下载:
  2. 该程序运用线程的mutex控制数据流的锁定,实现Producer和consumer之间对buffer的合理有序的利用-The program to control the use of thread mutex lock data stream to achieve Producer and consumer of buffer between the rational and orderly use of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:2753
    • 提供者:dreamshello
  1. MyLinuxThread5-25[1].tar

    0下载:
  2. LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:10328
    • 提供者:wsd
  1. lockd

    0下载:
  2. Linux中关于远程文件锁定的支持的源代码 -source code of the remote file lock support on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:49628
    • 提供者:AofaYang
  1. exp1

    0下载:
  2. 首先在linux下打开一个文件,然后将该文件上写入锁,并写入hello字符串。接着在解锁后再将该文件上读取锁,并读取刚才写好的内容。最后模拟多进程,同时读写一个文件时的情况。-First, open a file under linux, and then write lock on the file and write the string hello. Then, after unlocking the file lock on the read and write just to read
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:703
    • 提供者:牛志强
  1. fcntl_write

    0下载:
  2. 该程序用来测试文件的写入锁,首先创建一个hello文件,之后对其上写入锁,最后释放写入锁。-The program used to write the test file lock, the first document to create a hello, and then write their locks, the final release into the lock.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:568
    • 提供者:牛志强
  1. pthread

    0下载:
  2. 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1364
    • 提供者:刘冉
  1. Linux

    0下载:
  2. Linux基础命令教程(豪华版) 从这里开始学习Linux命令,本课程让你更清楚地了解和掌握它,在Linux中命令是讲究大小写的,所以请管好你的Caps Lock键。-Linux basic commands tutorial (Deluxe Edition) from here started to learn Linux commands, this course allows you to more clearly understand and master it, in Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1270633
    • 提供者:紫轩
  1. LockScreen

    0下载:
  2. 锁屏软件 需要输入密码 密码见源代码内 -Lock screen software requires a password in your password, see the source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:6846
    • 提供者:PeterWang
  1. Lock-linux

    0下载:
  2. 定时锁键盘鼠标的小程序,用Bash和C写的,程序满简单,大家可以略读下自己修改,也可以很方便地直接使用。-A tool for lock the keyboard and mouse develped in linux with Bash and C. Help the people work or play PC long time to stop and have some rest timely.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:9968
    • 提供者:Voider
  1. Lock

    0下载:
  2. lucene store Lock Source Code for Linux. -lucene store Lock Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3171
    • 提供者:qintongye
  1. lock

    0下载:
  2. The posix implementation of ConditionVariable needs to be able to see our lock and tweak our debugging counters, as it releases and acquires locks inside of pthread_cond_{timed,wait. -The posix implementation of ConditionVariable needs to be able
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6558
    • 提供者:skpnson
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com