CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 同步

搜索资源列表

  1. ex5

    4下载:
  2. 用win32同步对象实现自己的PV操作,用VC++实现。是一款简单的基于windows 的编程程序,可以初步了解windows的内核,初步的学习资料-Win32 synchronization object used to achieve their PV operation, using VC++ implementation. Is a simple windows based programming process, can initially understand the windows
  3. 所属分类:Console

    • 发布日期:2015-11-24
    • 文件大小:2048
    • 提供者:jjs
  1. OPCDAServer30_ADAM4017

    0下载:
  2. OPC服务器范例,同步通讯,采用OPC3.0标准-OPC server demo ,sy
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:487240
    • 提供者:lyl
  1. event

    0下载:
  2. 同步的控制台串口通讯程序,调用API实现-Synchronous serial communication console procedures, API calls to achieve
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1259182
    • 提供者:yunling
  1. CSerialPort

    1下载:
  2. 串口通讯实例,具有同步与异步功能,调用API实现-Examples of serial communication with synchronous and asynchronous functions
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:13451
    • 提供者:yunling
  1. main

    0下载:
  2. 实现永磁同步直线电机驱动的高低向伺服控制系统的PID控制-PID Control based on servo system driven by Permanent magnet synchronous linear motor d
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1414
    • 提供者:王刚
  1. code

    0下载:
  2. 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1718
    • 提供者:镡皓琳
  1. sync_files

    0下载:
  2. 使用SyncToy工具进行两个服务器之间的文件同步,是一个批处理程序,在DOS环境下执行即可。-Synchronize files between two servers using SyncToy tool is a batch program, execute the DOS environment.
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:646
    • 提供者:wing
  1. manvswoman

    0下载:
  2. java做的线程同步例子,希望对大家有帮助-java to do thread synchronization example, I hope that everyone has to help
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:8361
    • 提供者:
  1. AskAndAnswer

    0下载:
  2. 控制台做为显示端,进程的同步,共享实例。希望对大家有帮助-Console as the display side, the process of synchronization, shared instance. I hope everyone
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:7708
    • 提供者:
  1. barbershops

    0下载:
  2. 操作系统中同步与互斥算法,生产者和消费者,理发店问题,-Operating system synchronization and mutual exclusion algorithms, producers and consumers, barber shops,
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:1285184
    • 提供者:
  1. chongzai

    0下载:
  2. 排序 重载对于同步数据类型的数据进行排序,利用重载-Sort overloading for synchronous data types are sorted using the overloaded
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:781
    • 提供者:高国明
  1. lrc

    1下载:
  2. 用C语言写的歌词解析,能实现歌词与歌曲的同步播放。简单易懂-Using C language to write the lyrics analysis, can realize the synchronized lyrics and songs. Easy to understand
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:5376185
    • 提供者:zhengjiajian
  1. 2

    0下载:
  2. 实验二、进程控制(15分) 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2763
    • 提供者:吴我
  1. ComQueue

    0下载:
  2. 带同步互斥的读写队列源码,用与多线程编程中实时性操作-a raw queue program with mutex and semphore using between threads
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2654788
    • 提供者:王亚峰
  1. Projects

    2下载:
  2. 三种VC 6.0的多线程同步方法编写一个多线程的程序(要求在屏幕上先显示Hello,再显示World) 1)基于全局变量的多线程同步程序; 2)基于事件的多线程同步程序; 3) 基于临界区的多线程同步程序。-Three kinds of VC 6.0 multi-thread synchronization method to write a multi-threaded program (first display on the screen requires Hello, aga
  3. 所属分类:Console

    • 发布日期:2017-06-11
    • 文件大小:18124367
    • 提供者:Walter
  1. sortb

    0下载:
  2. 8种基本排序算法的排序过程的动态演示,以及不同排序算法的对比,冒泡、快速、直接插入、归并、希尔、基数、选择、堆排序,其中堆排序有树状图演示,每个排序过程都有核心代码同步演示。-The dynamic demonstration of the sorting process of eight basic sorting algorithms, and the comparison of different sorting algorithms, bubbling, quick, direct in
  3. 所属分类:Console

    • 发布日期:2017-05-28
    • 文件大小:10551177
    • 提供者:郭晓萍
  1. dimensional-indoor-positioning--NLOS

    0下载:
  2. 本人做的无线三维室内定位毕业论文程序,可以有效削弱NLOS,时间同步,多径效应的影响,对研究生学习很有帮助。-I make three-dimensional wireless indoor positioning thesis program can effectively weaken the NLOS, time synchronization, multi-path effects, to master Dr. helpful.
  3. 所属分类:Console

  1. MultiThread

    0下载:
  2. 多线程同时进行多项任务,事件同步openmp-Multithreading at the same time a number of tasks, event synchronization openmp
  3. 所属分类:Console

    • 发布日期:2017-12-14
    • 文件大小:13216697
    • 提供者:MCZ
  1. OPenMP_Advanced2013

    0下载:
  2. openmp编程,全局变量同步,输出hello world-openmp program, global variables synchronous to the hello world
  3. 所属分类:Console

    • 发布日期:2017-12-13
    • 文件大小:965659
    • 提供者:MCZ
  1. 2048790

    0下载:
  2. 在Windows环境下,参考Windows环境下线程同步,互斥操作的例子-In the Windows environment, thread synchronization reference Windows environment, example of mutually exclusive operation
  3. 所属分类:Console

    • 发布日期:2017-12-13
    • 文件大小:7168
    • 提供者:execfne
搜珍网 www.dssz.com