搜索结果
找到约 61 项符合
calls 的查询结果
按分类筛选
- 全部分类
- 书籍 (9)
- 操作系统开发 (5)
- 驱动编程 (4)
- 软件设计/软件工程 (3)
- 其他书籍 (3)
- 单片机编程 (2)
- 数学计算 (2)
- USB编程 (2)
- 人工智能/神经网络 (2)
- Linux/Unix编程 (2)
- VC书籍 (2)
- ARM (1)
- Internet/网络编程 (1)
- Windows CE (1)
- 嵌入式/单片机编程 (1)
- 其他数据库 (1)
- Modem编程 (1)
- 电子书籍 (1)
- 汇编语言 (1)
- 其他嵌入式/单片机内容 (1)
- 单片机开发 (1)
- Delphi控件源码 (1)
- matlab例程 (1)
- J2ME (1)
- Jsp/Servlet (1)
- 手机短信编程 (1)
- 通讯/手机编程 (1)
- Java编程 (1)
- 文章/文档 (1)
- 微处理器开发 (1)
- 数据库系统 (1)
- 其他 (1)
- 其他行业 (1)
- 游戏 (1)
- 源码 (1)
- 精品软件 (1)
嵌入式/单片机编程 NORTi3 is a realtime multitasking operating system conforming to the micro-ITRON 3.0 specification.
NORTi3 is a realtime multitasking operating system conforming to the micro-ITRON 3.0
specification. NORTi3 is divided into two packages: NORTi3 Standard and NORTi3 Extended. The
product NORTi3 Extended has implemented all the system calls of level E placed as "added and
extended functions” in the m ...
数学计算 The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti
The module LSQ is for unconstrained linear least-squares fitting. It is
based upon Applied Statistics algorithm AS 274 (see comments at the start
of the module). A planar-rotation algorithm is used to update the QR-
factorization. This makes it suitable for updating regressions as more
data become a ...
USB编程 This module is common to all of the Example programs It declares the {Open, Read, Write, Close} ca
This module is common to all of the Example programs
It declares the {Open, Read, Write, Close} calls for the USB device
These user-calls are translated into OS system calls
This module also contains several support routines used by all of the examples
其他数据库 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 ...
驱动编程 RAM Disk Driver with custom BoundsChecker events This sample illustrates how to add custom Bounds
RAM Disk Driver with custom BoundsChecker events
This sample illustrates how to add custom BoundsChecker events to a DDK driver.
It links to the kchecker library and has several BOUNDSCHECKER() calls in it.
This sample is a software only Windows NT Device Driver. This driver
is provided for educa ...
驱动编程 This directory builds the Tape class driver for Microsoft® Windows® Server 2003. The class dri
This directory builds the Tape class driver for Microsoft&reg Windows&reg Server 2003. The class driver implements device-independent support, and exports support routines for device-specific tape miniclass drivers. It handles device-independent tape requests and calls the tape minidriver routines t ...
电子书籍 This manual describes the Call Library Function Node and the Code Interface Node (CIN). The Call Li
This manual describes the Call Library Function Node and the Code
Interface Node (CIN). The Call Library Function Node and the CIN are
the LabVIEW programming objects you use to call compiled code from
text-based programming languages. This manual includes reference
information about libraries of fu ...
其他嵌入式/单片机内容 Application Note Abstract This Application Note introduces a complete and detailed PSoC® project
Application Note Abstract
This Application Note introduces a complete and detailed PSoC&reg project. Telephone Call Logger keeps the detailed record of
approximately 945 phone calls (7-digit number is assumed to be one phone call) including date, start time and the duration of
the phone call in the ...
数学计算 Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Descrip
Summary: Newton-Raphson method for all real roots of the polynomial.
MATLAB Release: R11
Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.
单片机开发 upsd_flash.c These functions are provided to help you develop your initial code. They are optim
upsd_flash.c
These functions are provided to help you develop your initial code.
They are optimized for speed rather that size. As a result, you will
see very few nested function calls. If speed is not critical, you
can use function calls for common tasks (like dat polling after
writing a byte ...