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

搜索资源列表

  1. 虚拟存储器的内存管理

    1下载:
  2. 使用Windows2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作-Windows2000/XP use of the API functions, including the preparation of a two-threaded process, a thread used to simulate memory allo
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:62713
    • 提供者:陆阳
  1. 安装时运行程序

    0下载:
  2. 一个实现运行程序的时候就进行运行了,实现了同步的目的-achieve an operational procedures on the conduct of the operation, in line with the purpose of
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:33341
    • 提供者:黄庆龙
  1. callback_my

    0下载:
  2. 在设计中,需类与主程序异步传递数据,还不想用消息,因为是c++的程序,de得自己作消息处理,所以想到了回调函数,但此方面的资料太少,一般都是在mfc和dllde的,花了点时间作了此回调函数.实现了数据的同步和异步(类向主程序传递数据)传递-in design, with the main program categories need asynchronous data transfer, but also did not want the news because the process is
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10097
    • 提供者:llg
  1. FolderSync_src

    2下载:
  2. 文件夹同步的工具,全部开源码,很好的,也可以借鉴一下-folder synchronization tools, all open source, well, you can also learn some lessons from
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:99727
    • 提供者:yatagan
  1. TimeClt

    1下载:
  2. 一个时间同步的代码(客户端),服务器端的我已经上传.-a time synchronization code (client), the server - I have uploaded.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:27416
    • 提供者:wuzf
  1. 生产者消费者程序

    0下载:
  2. 有关操作系统中著明的生产者消费者程序,实现进程间的同步与互斥-the operating system with the prescribed procedures for producers and consumers, the process to achieve synchronization and mutual exclusion
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:51103
    • 提供者:gaoyan
  1. IEEE1588时间同步协议源码

    0下载:
  2. 一个IEEE1588的软件实现方式,内含完整代码
  3. 所属分类:Linux/Unix编程

  1. wince_remote_ctrl_cap_pic

    0下载:
  2. 当WINCE通过ActiveSync同步好后,可以通过这个软件录制屏幕,而且还可以远程控制-When WINCE After synchronization via ActiveSync, the software can record the screen, but also remote control
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1714173
    • 提供者:年直
  1. 12_shm

    0下载:
  2. Linux 下进程间通信实例之一——共享内存 使用了信号量用于进程间的同步-Linux, one example of inter-process communication- shared memory semaphore used for synchronization between processes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:18658
    • 提供者:hero
  1. hwclock

    0下载:
  2. Linux C程序, 用于同步rtc读取得时间和kernel的时间, 因为有时由于硬件的影响,这两个时间会产生差异。 程序相当于hwclock, 可用于嵌入式设备上。-Linux C program, is used to syncronize the time bwtween RTC and kernel time, since sometimes the two time differs because of hardware problem on embedded equipment.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:7082
    • 提供者:孙凯亮
  1. shared-memory

    0下载:
  2. 利用信号量,锁,共享内存来实现线程同步的很好的例子-Using semaphores, locks, shared memory to achieve a good example of thread synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1312384
    • 提供者:常顺
  1. LRC

    0下载:
  2. 在linux下编程的LRC程序,实现歌词解析,实现歌词同步-LRC in the programming process under linux, lyrics to achieve resolution, to achieve synchronous lyrics
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:6297294
    • 提供者:李宏图
  1. msntp

    1下载:
  2. 这是NTP服务器与客户端的源代码,用于实现时间同步的功能。-This is ntp server and client original code, it can achieve time synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:58356
    • 提供者:陈雨帆
  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. Main

    0下载:
  2. linux下用多进程同步方法解决生产者-消费者问题源代码 -linuxlinuxlinux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2174
    • 提供者:张莞昕
  1. hunt-1.5

    0下载:
  2. linux平台上高级的包嗅探和会话劫持工,Hunt能监视、劫持、重设网络上的TCP连接,在以太网上使用才有作用,并且含有监视交换连接的主动机制,以及包括可选的ARP转播和劫持成功后的连接同步等高级特征。-linux advanced platform packet sniffer and session hijacking works, Hunt to surveillance, hostage, to reset TCP connections on the network, in the o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:62867
    • 提供者:lidongqing
  1. ProducerandConsumerProblem

    0下载:
  2. 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Synchronous multi-process so
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-03-21
    • 文件大小:29701
    • 提供者:CoCo
  1. ptpd-original

    0下载:
  2. IEEE 1588 精密时钟同步的源代码-the code of IEEE 1588 Precision clock synchronization Protocol
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:112581
    • 提供者:yin
  1. ntpclient

    1下载:
  2. ntpclient ntp 时间同步的客户端代码,可应用于windows,linux等系统;该代码基于协议RFC1305规范实现-ntpclient sntp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:30023
    • 提供者:ysp
  1. sharedmemry

    0下载:
  2. linux 多线程编程, 共享内存传递数据,为了实习多个线程同时访问数据,需要互斥,保证数据同步等-linux multithreaded programming, shared memory to transfer data, in order to practice multiple threads simultaneously access the data, need mutual exclusion, to ensure data synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:16072
    • 提供者:郭东东
« 1 2 3 4 56 7 8 9 10 ... 21 »
搜珍网 www.dssz.com