搜索资源列表
使用DELPHI实现文本文件显示和声音同步播放
- 使用DELPHI实现文本文件显示和声音同步播放-use DELPHI text documents and voice simultaneously broadcast
进程同步实验
- 此为操作系统实验:进程同步机制的模拟实现. 报告中有 程序流程图 解题思路 部分主要源码等!! 简介:进程是程序在一个数据集合上运行的过程,进程是并发执行的,也即系统中的多个进程轮流地占用处理器运行。 我们把如干个进程都能进行访问和修改地那些变量成为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步
实例42 同步网络时间
- 可以同步网络时间,分服务器端和客户端两个版本。完整vc程序-network time synchronization, and server-client versions. Integrity vc procedures
文件同步
- C++编写的服务程序,定时比较本地与远程计算机指定目录的文件是否相同,如果不同,则进行同步。-prepared by the procedures of service, regular comparison of local and remote computer designated directories of documents the same, if they were different, simultaneously.
Unix进程通讯及同步互斥机制
- Unix进程通讯及同步互斥机制,包括进程的管道通讯以及信号量实现的同步互斥机制-Unix process communication and synchronization contradict mechanisms, including the process of communication and signal pipeline capacity to achieve the synchronization mechanism M
永磁同步程序
- 本文件提供直流永磁电动机的DSP驱动源程序,希望对电动机设计者有帮助-This document provides permanent magnet DC motor drives DSP source, and I hope to help designers Motor
用同步套接字生成服务器
- 文本中的示例程序创建一个接收来自客户端的连接请求的服务器。该服务器是用同步套接字生成的,因此在等待来自客户端的连接时不挂起服务器应用程序的执行。该应用程序接收来自客户端的字符串,在控制台显示该字符串,然后将该字符串回显到客户端。来自客户端的字符串必须包含字符串“<EOF>”,以发出表示消息结尾的信号。-version of the sample program to create a client from receivin
同步串口汇编源程序
- 我第一次上传,水平有限,望大家多指教,这里先发5个,以后会陆续上传-I first uploads limited, and we hope more exhibitions here starting five, the future will continue to upload
mp3播放器(Lrc歌词同步)源程序代码分析
- 对MP3播放器源代码进行详细分析,相信会对读者有很大的帮助!一定要看一看,才会有收获!-right MP3 player source for detailed analysis, I believe readers will be of great help! We must look at and we have harvested!
同步套接字服务器端
- 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了-use synchronization socket server host parsing mainfr a me bundled, port monitoring, data transmission and reception functions to achieve communication between the
C++读写地址例程(同步方式)
- 基于某公司产品的串口编程例程,读写地址,界面编程等-based on a company's product serial programming routines, reading and writing addresses, and other programming interface
GPS时钟在网络时间同步中的应用
- 随着科学技术的迅速发展,GPS得到了越来越广泛的应用,本论文介绍了它在网络时间同步中的应用,值得参考-as science and technology is developing rapidly, GPS has been widely used, this paper introduces its network time synchronization, the application should reference
永磁同步电机的控制程序
- 永磁同步电机的控制,矢量控制采用双闭环结构,其速度的获得是靠滑模自适应算法求得。(Permanent magnet synchronous motor (PMSM) control, vector control adopts double closed loop structure, and its speed is obtained by sliding mode adaptive algorithm.)
基于自适应的永磁同步电机无位置传感器控制系统
- 包含一个电机仿真和详细报告。这个系统是以PMSM做为控制对像,以模型参考自适应算法实现PMSM的转子速度与位置的辨识,采用矢量控制,构建出PMSM的无传感器控制系统。(Contains a motor simulation and detailed report. This system uses PMSM as control image, and uses model reference adaptive algorithm to
第6章时间同步技
- 通信网络中大量基于计算机的设备和应用系统普遍支持NTP同步,时间同步的要求在秒级或者分钟级。(Communication network of equipment and application system based on computer is generally support the NTP synchronization, the requirements of time synchronization levels in
模块化视音频同步版本
- 在windows上编译的ffmpeg,实现了对视频文件的播放。其中视音频同步,采用了模块化编程思想(ffmpeg compiled on the windows, the realization of the video file playback. Among them, the video and audio synchronization adopts the modular programming idea)
虚拟同步机参考文献
- 随着环境污染问题和能源危机的加剧,越来越多的分布式电源接入电网,而大量的分布式电源接入传统电网会使电网输入和输出功率不匹配,从而造成频率和电压幅值波动严重,威胁了电网电压的稳定。 问题:电流源并网孤岛运行和电压支撑能力差,短时过载能力弱,转动惯量小。(电压支撑能力、故障恢复能力、频率稳定性) 为维持电网输入输出功率平衡及频率稳定,一些学者提出了虚拟同步电机(Virtual Synchronous Generator,VSG)的概念,
C#委托异步同步事件简单例子
- 演示了同步委托与异步委托的区别,比较适合初学者看不懂委托,快速入门(Demonstrates the difference between synchronous delegates and asynchronous delegates)
客户端时间如何与服务器时间同步
- 多层系统开发,如何保持客户端与数据库或应用服务器时间同步是一个必须解决的问题 ,我发现许多系统取得是客户端的本地时间,造成多个客户端同时操作却时间不一样。而许多人采用频繁从数据库中取值的形式,增加服务器负载压力。当然有人说,数据保存的时候应该取数据库中时间 ,不错,但是涉及到本地数据之间的校验这类的操作,你该不会频繁地去数据库中得时间吧。鉴于此,本文利用windows系统的一个Api函数进行时间同步(Multilayer system
Lorenz混沌系统同步技术研究与仿真
- Lorenz混沌系统同步技术研究与仿真,基于PC法的混沌同步,基于线性状态反馈的混沌同步和基于观测器的混沌同步(Study and simulation of Lorenz chaotic system synchronization technology)