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

搜索资源列表

  1. Chauffeur_Conductor

    0下载:
  2. 本代码实现了操作系统中的司机和售票员同步问题,应用了VC中的信号灯,是我学完P、V操作后写的,希望于大家分享。-the code of the operating system and the driver and conductor of the bus synchronization, application of the VC's appearance, I studied End P, V written after the operation, which we hope to
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:12019
    • 提供者:陈锋
  1. SQL Server服务器同步备份

    0下载:
  2. SQL Server服务器同步备份 ,一个关于服务器同步备份的程序-synchronization SQL Server backup, a backup on the server synchronization procedures
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:607146
    • 提供者:yang
  1. Philosopher(new)

    0下载:
  2. 这是一道经典的线程同步问题——哲学家吃饭问题。这里结合了win32使得这个问题可视化了-This is a classic thread synchronization -- philosopher food problem. Win32 here combination of this makes the issue of visualization
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:17079
    • 提供者:Freedom
  1. extremedb2.3linux

    0下载:
  2. eXtremeDB完全工作在主内存中,不基于文件系统,减少了诸如磁盘访问、文件I/O操作、缓存同步等开销,使得eXt remeDB的存取速度提高到极限;通过数据库定义语言面向应用系统定制的API使得eXtremeDB能够面向应用最优化;事 件触发、字段优先级等特色使得eXtremeDB管理实时数据时具有确定性。   eXtremeDB根据用户需求定义的API使得eXtremeDB与应用程序无缝集成。因此,eXtremeDB不仅在系 统中嵌入,而且“嵌入”在应用程序中,是一种真正的嵌入式实时
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:2304508
    • 提供者:张晓
  1. 同步套接字监听

    0下载:
  2. 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and data reception capabilities to achieve communication be
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:21747
    • 提供者:李斌
  1. czrf

    0下载:
  2. 本程序是针对同步诱导屏所编制的编辑显示软件。 里面通过swflash.ocx实现了对同步屏的各种动画方式的替代,从而简化了文本运动方式的程序控制。 我的程序都是RAD思想,不是什么好的源码,只对读者提供一个控制方法的参考。希望能有朋友互相交流。-against this procedure is induced screen simultaneously prepared by the editors display software. Inside swflash.ocx achiev
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2192890
    • 提供者:余灿基
  1. 信号

    0下载:
  2. 这是一个用信号实现父子进程之间简单通讯的程序,要求实现父子进程同步,用信号实现.可能还有待改进的地方-This is a signal achievement with his son communications process between simple procedure requires the synchronization process and his son, using signal achievement. There may be room for improvement
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3191
    • 提供者:亿摆
  1. ToAM

    0下载:
  2. 一种改进的节点间测距算法,不需要节点的时间同步,开发环境:tinyos+cygwin,isp烧写下载-an improved algorithm ranging between nodes, the nodes need time synchronization, development environment : tinyos cygwin, burning downloaded isp
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3671
    • 提供者:任绘锦
  1. FilesServer

    2下载:
  2. 使用C#编的程序,实现多个文件夹文件的同步.比如,删除一个文件或者文件夹,程序将自动的删除另外几个文件夹中相同的内容,可以对网络上不同机器上的文件进行同步.-use C# series of the program, realized the number of documents folder synchronization. For example, to delete a file or folder, the program will automatically delete sever
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:14768
    • 提供者:张化
  1. SysData

    0下载:
  2. 一个小的服务程序,实现时钟同步,并做成服务程序,让它一直运行-a small service procedures, to achieve clock synchronization, and causing service procedures, it has been running
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:733866
    • 提供者:luyu
  1. OSWORK01

    0下载:
  2. 第一次用MFC写进程同步与互斥,生产者与消费者问题 -the first to write MFC process synchronization and mutual exclusion, producer and consumer issues
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:34271
    • 提供者:哈哈哈
  1. 支持多个进程并发运行的简单进程管理模拟系统

    0下载:
  2. 支持多个进程并发运行的简单进程管理模拟系统。本系统的同步机构采用的信号量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序模拟的时间片中断;进程调度程序负责为各进程分配处理机。-support multiple concurrent processes running a simple process management simulation system. The system adopted by the synchronization signal quantity o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:11059
    • 提供者:张鹏
  1. Mini FtpServer

    0下载:
  2. 一个演示工作原理命令的ftp服务器程序,使用信号量和临界区解决多线程的同步和互斥问题 -a demonstration of principle orders ftp server, the use of volume and signal to solve critical multithreading and synchronization of Mutual Exclusion
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:21332
    • 提供者:胡军
  1. SServer

    0下载:
  2. 时间同步服务编程,对爱好网络编程的朋友非常有用.后面上传客户端-time synchronization service programming, network programming right-loving friends very useful. Behind upload client
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:67794
    • 提供者:孙刚
  1. SClient

    0下载:
  2. 时间同步客户端,WINDOWS下的.后面有LINUX下的同步客户端.-time synchronization client, the Windows. LINUX is behind the synchronization client.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:60023
    • 提供者:孙刚
  1. timeserver1115.tar

    0下载:
  2. 时间同步客户端,基于SOCKET编程,服务端运行与WINDOWS下.前面已上传.-time synchronization client, based on Socket Programming, server running under Windows with. previous uploaded.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:12237
    • 提供者:孙刚
  1. HTTP代理服务器(czy)

    0下载:
  2. 本章实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-chapter achieve a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, inc
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:62930
    • 提供者:chen
  1. WLAN-simulator

    0下载:
  2. ofdm结合2x2的mimo结构的WLAN环境数据传输仿真程序matlab版,包括信道估计和同步等模块。-OFDM combine 2x2 MIMO structure of the WLAN environment data transfer simulation program Matla b version, including channel estimation and synchronization module.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:28327
    • 提供者:尹浩
  1. 多线程程序的编写聊天 程序

    0下载:
  2. 多线程程序的编写聊天程序多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例-multithreading procedures in the preparation chat program multithreaded program, multi-threaded applications easily occur. Mutex object explain how to use mutex objec
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36360
    • 提供者:杨光源
  1. timegetter获取网络时间

    0下载:
  2. timegetter,用来获取网络时间,对本机同步的,如果哪位同志经常迟到可以下个玩玩,赞。-timegetter, used to obtain network time synchronization of the machine, If Comrade Which can always late next play, Tsan.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:48314
    • 提供者:王淼
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com