搜索资源列表
dcache
- 数据cache的访问方法&过程,其中的读写操作,包括失效和命中的处理过程。-data cache access method & process, which read and write operations, including failure and hit part of the process.
sender
- SMT365 has 1MBytes of internal memory to store program and fast access buffers (0x00000 -> 0xFFFFF). To display data captured, use Test.m (MATLAB application)
HD28M62
- TDL HD28M62场、行设置默认资料。请下载使用。出场默认值。方便帖哦接。-TDL HD28M62 field, the default data set. Please use the download. Out default values. Oh Convenience with access.
code
- 这是我公司的出门证开票系统,运用人ADO技术访问ACCESS数据库,还有对针式打印机的控制,在数据库的操纵中使用SQL语言,下载后直接编译即可运行,不需要设置ODBC数据源,主框架程序是在对话框的框架下的程序,统计类是在单文档的的环境中编程的,在单文档的编程中,有屏幕到打印的映射,这到是有很多值得去看的,-This is my go card company' s billing system, using ADO technology to access ACCESS database
SC16C752B
- The SC16C752B is a dual Universal Asynchronous Receiver/Transmitter (UART) with 64-byte FIFOs, automatic hardware/software flow control, and data rates up to 5 Mbit/s (3.3 V and 5 V). The SC16C752B offers enhanced features. It has a Transmission
dbf
- powerbuilder 直接读取DBF文件,非常方便查询DBF数据。-powerbuilder directly read DBF file, very easy access DBF data.
SHUJUKU
- 实现C#与ACCESS的连接,可以对ACCESS中的数据修改。在软件界面中。-Realize the connection between C# and ACCESS, you can modify the data in the ACCESS. The software interface.
consumer_producer
- 1、n个缓冲区的缓冲池作为一个临界资源: 当生产者任务从数据源—文件中读取数据后将会申请一个缓冲区,并将此数据放缓冲区中。 消费者任务从一个缓冲区中取走数据,并将其中的内容打印输出。 当一个生产者任务正在访问缓冲区时,其他生产者和消费者任务不能访问缓冲区。 当一个消费者任务正在访问缓冲区时,其他其他生产者和消费者任务不能访问缓冲区。 使用互斥量实现对缓冲池的互斥访问。(1. Buffer pool of N buffers as a critical resource: When the pr