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

搜索资源列表

  1. MultiThread

    0下载:
  2. Windows95多线程间同步事件的控制方法-Windows95 multithreaded synchronization between the control methods
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10874
    • 提供者:王震
  1. czxt_1

    0下载:
  2. 基于dos的多任务系统的实现 通过对线程的创建和撤销,cpu的调度,同步机制,通信机制的实现.-based multi-tasking system of the threads through the creation and withdrawn, cpu scheduling, synchronization mechanisms, communication mechanisms to achieve.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2636
    • 提供者:沈扬
  1. thread_sync

    0下载:
  2. VC++多线程开发程序实例,可以了解多线程的同步问题。-VC multithreaded development program examples can understand multithreaded synchronization.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37330
    • 提供者:王五
  1. 用线程做一个生产者-消费者同步问题

    0下载:
  2. 用线程做一个生产者-消费者同步问题 其实我是想用线程做一个生产者-消费者同步问题,现在已经成功了,贴出来,大家请指证. 我想让线程thread1和thread2按顺序显示,于是加了个信号量mysem,并且在新建两个线程的两个函数中进行P,V操作,来控制先后显示顺序-threads do with a producer-consumer Synchronization I actually want to do with threaded a producer-consumer synchroni
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22016
    • 提供者:lj
  1. SPS21

    1下载:
  2. 一款程序源代码发布管理系统的源码,比之初始状态更新了若干内容,主要有: 1.重新定义了表格 2.修正了左侧导航栏的高度问题 3.改变了浏览内容时回到顶端的显示方式 4.增加了制表符和换行符的过滤 5.增加了行数显示 6.加入了静态页面预览功能 7.更新了界面 8.修改了数据库未同步的错误 9.增加了显示管理,控制文件是否显示 10.为每个文件增加了水平滚动条-new source code management system released the source code, which com
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:52427
    • 提供者:蔡思洋
  1. 《网络内部时钟同步》

    0下载:
  2. 《网络内部时钟同步》 .rar-"internal network clock synchronization." Rar
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1985642
    • 提供者:枫之影
  1. toolkit_4_4

    1下载:
  2. 可以在Windows 平台和Linux 平台上编译,提供有关syncml开发的一系列API,包含一个综合 C 库,用于创建、发送、接收和解析 SyncML 消息。它支持 XML 和 WBXML 编码,还支持 HTTP(用于 Web 上的同步)、WSP(在 WAP 上使用)和 OBEX(在 IrDA 或蓝牙上使用)传输。-in the Windows platform and Linux compiler, the SyncML development of a series of API, in
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:688154
    • 提供者:李毅
  1. InterProcessSync

    0下载:
  2. 演示进程同步和通信的例子(141KB) -demonstration process of synchronization and communication examples (141KB)
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:143977
    • 提供者:黄学通
  1. Mahogany-0[1].64

    0下载:
  2. Mahogany mail and news client是一个GUI电子邮件和新闻客户端,使用wxWindows 跨平台框架,提供了IMAP, POP3, SMTP, 和NNTP支持,SSL,一个功能强大的数据库,Python脚本化,过滤器,和一个PalmOS同步化模块。-Mahogany mail and news client is a GUI e-mail and news client, the use wxWindows cross-platform framework for th
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3846571
    • 提供者:了不起
  1. ntpclient_src

    0下载:
  2. c#写的一个internet同步系统时间的程序 主要涉及到ntpclient的使用 -write an internet time synchronization system procedures mainly related to the use ntpclient
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12449
    • 提供者:孙亮
  1. 同步套接字

    0下载:
  2. 这是c#的socket编程,同步套接字里面包括MTA和STA两个小程序。-This is the c # socket programming, including synchronization socket inside MTA and STA two small programs.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44991
    • 提供者:zeta
  1. 目录同步、文件特殊批量改名的源程序

    1下载:
  2. delphi中目录同步、文件特殊批量改名的源程序。-Directory synchronization, special batch file name of the source.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:11677
    • 提供者:余韵然
  1. ThreadSync01

    0下载:
  2. 当你在程序中使用多线程时,这经常会用到,而且这些线程需要同时访问同一个资源时,这个可能性很大,这时候你就需要用到线程同步技术。有些线程以只读方式访问资源,我们叫它ReadThread,而有些线程却需要对资源进行写入,我们叫它WriteThread,我们暂时先这样称呼。如果一个线程对资源的访问是读写方式,我们把它看作是WriteThread。 -when you process multiple threads, which are often used, but these threads
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7470
    • 提供者:周将华
  1. 分路fenlu 12

    0下载:
  2. 这是一个采集分路程序,用来对两路信号进行分路。有同步标志用于检测同步.-This is a collection shunt procedures used to conduct two-way signal splitter. There are signs for detecting synchronization synchronization.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:44775
    • 提供者:赖卫东
  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. synchronization

    0下载:
  2. TD-LTE系统当中,采用OFDM-MIMO技术,利用训练序列进行定慧寺同步技术的研究,内有MATLAB源代码-Among TD-LTE system, using OFDM-MIMO technology, research using the training sequence Dinghui synchronization technology, there MATLAB source code
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:46638
    • 提供者:马普迪
  1. synchronization

    0下载:
  2. synchronization的detection程序(synchronization detection)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:9216
    • 提供者:Jpei
  1. 22343608Hopfield_Neural_Network

    0下载:
  2. 使用两个不同的混沌系统,数字信号的0和1映射不同的系统参数,利用两个系统的同步与否解码信号,实现数字信号传输。(Using two different chaotic system, the digital signal of 0 and 1 mapping of various system parameters, the use of synchronization or not the decoded signal of the two systems, and digital signa
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:7168
    • 提供者:Lemon123
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com