搜索资源列表
yibu
- DSP芯片TMS320F206异步串行口的应用-DSP TMS320F206 Asynchronous Serial Interface Application
documentsoffifo
- 介绍FIFO的文章,关于同步FIFO或者异步FIFO-FIFO introduced an article on synchronous or asynchronous FIFO FIFO
shijianxianjin
- 时间陷阱是主程序的运行和对事件的处理异步进行.通过设置时间陷阱.可以在规定的时间间隔到达后自动执行某个子程序.子程序运行结束后又回到主程序的断点处继续执行.-time trap is the main program operation and the handling of asynchronous events conducted. By setting traps time. In the regulation The time interval arrival automatically
vector
- 异步电机矢量控制源程序,包括电流检测,SVPWM生成等模块-vector control program, including current detection, SVPWM generation modules
430
- 430源代码 调试程序 框架程序 异步串行通信程序(点对点通信) 异步串行通信程序(地址位模式多机通信) 异步串行通信程序(空闲模式多机通信) 定时中断程序
callback
- 软件模块之间总是存在着一定的接口,从调用方式上,可以把他们分为三类:同步调用、回调和异步调用。
OpeSerial
- EVC下异步读取串口 采用事件触发读取和写入线程
AsyncIO
- 异步文件I/O操作,是从一本<WindowsNT编程>书上学习的实例程序.
FileOperate
- 1 磁盘文件的打开和关闭 2 磁盘文件的正常读写与异步读写 3 磁盘文件的查找 4 磁盘文件的其他操作 5 串口的操作
FileCopy
- 封装CopyFileEx函数,实现复制文件时的速度控制,和获取复制进度,异步和同步的选择-Package CopyFileEx function, copy the files to achieve the speed control, and access to copy the schedule, the choice of asynchronous and synchronous
three_FileControl
- VC++2005编程实例\源代码\第3章 文件操作编程实例,如何复制多层文件夹,如何压缩和解压缩大文件如何使用缓冲流复制文件如何异步装载大图像文件等16个实例-err
112452
- 文件捆绑器为一纯绿色免费软件,您可以任意传播和复制。免费软件,谢谢使用!谢谢支持!~O~ 功能简介: 文件捆绑器可用来将二个不同的可执行文件合并成一个文件,运行合并后的文件等同于同时运行合并前的二个文件,并提供同步和异步运行二种方式,操作十分简便。-documents bundled with a pure green for free software, you can arbitrarily dissemination and replication. Free software, used
BindFile
- 捆绑文件异步同步操作 没有具体验证,请自行调试-Synchronization of asynchronous bundled document does not specify authentication, self-debugging
asd
- VC 2005 CLR 如何异步装载大图像文件.-this is not miaoshu !hehe
FIFO_Asyn
- 这是异步的fifo程序,已经进过验证了,并且结果很不错,大家可以下载下来-this is fifo , and is already tested
FastFileSystem
- windows系统内核实验,快速文件系统。 分别用三种方法来实现一个对文件的操作: 无缓冲方式:表示用的标志位是FILE_FLAG_NO_BUFFERING。 缓冲方式:表示用的标志位是FILE_FLAG_SEQUENTIAL_SCAN。 异步方式:表示用的标志位是FILE_FLAG_OVERLAPPED。-windows system kernel experiments, fast file system. Three methods were used to achiev
LogTrace
- 自己分装的日志动态库。实现异步写日志,降低对主程序的影响-Their own the log dynamic library packaging. To achieve asynchronous write log, to reduce the impact on the main program
ReadFile
- 一个快速异步读写文件的程序,选择需要读写的程序,填写需要保存的地址,点击读写即可。-The program about how to read a file quikly. You must use it in windows system.
async1
- 文件的IO异步读写操作,C++实现的,希望对大家有点帮助。-file I/O write and read of asynchronous
FastFile_sys
- 读取与写入文件的三种基本存储方式,一种是普通无缓存存储方式,一种是高速缓存,另一种是异步传输。 文件高速缓存被设置在内存中,从而解决CPU与硬盘访问速度差异太大的问题。高速缓存即在读文件时预读,从而加速访问。异步传输改变内存访问的指令顺序,从而提高了代码执行效率。 本程序通过对三种文件读写操作的时间对比来对比三种方式在效率上的不同。 -Three basic storage read and write files, one is ordinary no-cache storag