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

搜索资源列表

  1. Linux

    0下载:
  2. 该文件包含了Linux编程的很多例程包括了多任务编程,多任务间的通信和同步,CAN总线驱动,SD卡驱动等,涵盖面广阔,对于了解Linux编程很有帮助-This file contains a lot of Linux programming routines include multi-task programming, multi-task communication and synchronization between, CAN bus driver, SD card driver and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:89322
    • 提供者:何波
  1. librsync-0.9.7.tar

    0下载:
  2. rsync的核心代码库。主要作用是比较二进制文件,使得通过网络同步处于两台机器上的二进制文件所用的网络传输最少。-rsync the core code base. The main role is to compare binary files, making the adoption of network synchronization in the two machines on the binary file used in at least Network.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:453802
    • 提供者:ldsfjlfjl
  1. AdvancedUNIXProgramming

    0下载:
  2. Advanced UNIX Programming goes beyond the fundamentals of UNIX programming and presents information and techniques the readers needs to expand their knowledge base. Designed for professional UNIX programmers, this book builds on the skills and knowle
  3. 所属分类:Linux-Unix program

  1. os

    0下载:
  2. 分别利用UNIX的消息通信机制、共享内存机制(用信号灯实施进程间的同步和互斥)实现两个进程间的数据通信。具体的通信数据可从一个文件读出,接收方进程可将收到的数据写入一个新文件,以便能判断数据传送的正确性(对文件操不熟悉的同学可不必通过读写文件,只要键盘输入和输出至屏幕进行比较即可)。 -, Respectively, using the information communication mechanism UNIX, shared memory mechanism (with tr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3137
    • 提供者:一零
  1. TestCache

    0下载:
  2. 封装一个跨进程缓存类 最近做一个项目,需要记录系统里每个进程访问的IP及Port,然后提交到服务端进行分析,我的思路是用一个缓存文件记录所有进程访问网络的信息,然后在主程序中提取记录再提交。 这里面涉及到多进程访问同一个缓存文件的同步问题,于是封装了下面这个类,自我感觉良好,拿出来和大家分享 :) * 使用类似于环形链表的机制来保证运行效率-An inter-process caching class encapsulates a project recently, n
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:7093
    • 提供者:shizhen
  1. Linux21

    0下载:
  2. 书 名: 操作系统原理及应用(Linux21).pdf 作 者:王红 本书介绍操作系统的基本原理及应用,并以Linux操作系统作为具体实例加以说明。全书共9章,主要内容包括操作系统的基本概念、功能、操作系统的发展史及Linux操作系统概述,进程的概念、进程描述、进程控制、进程的同步与互斥、进程通信及线程,作业调度及进程调度、死锁的概念与产生原因以及解决死锁的方法,各种内存管理及分配方法的思想、数据结构、重定位及实现原理,文件的逻辑结构、物理结构及文件系统的构成,操作系统对设备的控制、分
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-23
    • 文件大小:8045836
    • 提供者:唐小米
  1. start

    1下载:
  2. 课程设计 模拟文件系统的操作管理 实现多个进程同时对模拟文件系统进行操作。设计管理程序simdisk的用户访问权限管理。访问模拟文件系统的每个进程都属于某个用户,管理程序simdisk根据其访问权限决定其对模拟文件系统的操作。 对模拟文件系统的操作要求做到:共享读,互斥写。 本设计任务在于学会如何实现信息的安全管理和进程同步。 -Operations management course design simulation file system to achieve mult
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1954
    • 提供者:
  1. producer_consumer

    0下载:
  2. 进程间的生产者与消费者问题,2个生产者,3个消费者,缓冲区个数为3。通过信号量和互斥体对象实现了进程间的同步,通过文件映射实现了进程间的通信。-Producer and consumer issues between processes, two producers, three consumers, the number of buffers is 3. By semaphores and mutexes object implements synchronization, file mapp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1751
    • 提供者:李为智
  1. Mutex

    0下载:
  2. VC2010-08-25-VC++6.0下利用互斥量同步线程来实现文件读取进度条-VC2010-08-25-VC++6.0 under mutex synchronization of threads to use for file reading progress bar
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1173382
    • 提供者:赵栋梁
  1. producer_consumer_example

    0下载:
  2. this zip file contains example for the process synchronization using producer/consumer concept that can be found on UNIX operating system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:sherry
  1. getPacketHead

    0下载:
  2. 获取TS文件中每个TS包的同步字节的位置,为后面的解析做准备。-Get of each TS packet in TS file synchronization byte positions, to prepare for the back of the parsing.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:588
    • 提供者:lianglan
  1. DriverBackup

    0下载:
  2. 文件同步代码,运行环境为Q5或者是Q4,资源比较完整-File synchronization code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:86450
    • 提供者:杨婷婷
  1. thjsaucy

    0下载:
  2. 文件同步下载程序示例,不错,可以下载学习,试用-Download a program file synchronization example, good, you can download the study, to try
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-21
    • 文件大小:6144
    • 提供者:Cmtqu
  1. dmwnloadsynchronization

    0下载:
  2. 文件同步下载程序示例,不错,可以下载学习,试用(Download a program file synchronization example, good, you can download the study, to try)
  3. 所属分类:系统编程

    • 发布日期:2017-12-25
    • 文件大小:6144
    • 提供者:XZ!968169
搜珍网 www.dssz.com