搜索结果
找到约 56 项符合
mechanism 的查询结果
按分类筛选
单片机开发 This sample is demostrating how to create an event in a DLL file and afterward how to call this even
This sample is demostrating how to create an event in a DLL file and afterward how to call this event from a client program. Hope it can help you to understand the DLL event mechanism and CALLBACK term in VC++.
技术资料 SOC测试访问机制
以复用为基础,通过测试访问机制(TAM, Test Access Mechanism)实现对深嵌在SOC(System On Chip)内部的IP 核(Intellectual Property, 知
Java编程 There is a shared object – int array[] between Write and Read. Write sets the array, Read gets the a
There is a shared object – int array[] between Write and Read. Write sets the array, Read gets the array and sorts ascending. Write a program to implement the write/read question by using synchronization mechanism and GUI.
BREW编程 FreeBREW is a collection of open source software for BREW. BREW Foundation Framework provides a mult
FreeBREW is a collection of open source software for BREW. BREW Foundation Framework provides a multitasking-aware kernel which supports a layered, per-task and per-state event dispatching mechanism to enable robust, state-pattern programming in BREW
其他书籍 The ISO Base Media File Format is designed to contain timed media information for a presentation in
The ISO Base Media File Format is designed to contain timed media information for a presentation in a
flexible, extensible format that facilitates interchange, management, editing, and presentation of the media.
This presentation may be ‘local’ to the system containing the presentation, or may be ...
Java编程 Overview Provides a way to store very large collections of email addresses (100,000+ addresses) and
Overview
Provides a way to store very large collections of email addresses (100,000+ addresses) and efficiently check whether a specific address is contained in a collection. The collection can be created programmatically, or through a pluggable persistence mechanism.
Functionality
Maintains lar ...
通讯编程文档 This is a simulator written in Tcl to simulate a network node carrying GSM and GPRS traffics with Qo
This is a simulator written in Tcl to simulate a network node carrying GSM and GPRS traffics with QoS mechanisms. The payload type including circuit-switched voice, VoIP and web traffic, and the performance including packet drop, delay can be analyzed. The implemented QoS mechanism is DiffServ, with ...
其他数据库 The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The lib ...
技术资料 四创素质融合养成的单片机技术课堂教学改革
创新是单片机技术教与学活动中的永恒主题。文章针对单片机技术应用人才培养中对人才创新素质认识不足、培养机制不明显的问题,明确了单片机技术人才的四种创新素质内涵要求,即创新意识、创新思维、创新品格、创新能力。在培养机制上,以设置有序、渐进的单片机技术教学内容为前提,以四种创新素质融合养成的课堂教学为关键抓手 ...
Linux/Unix编程 The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a s
The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multile ...