搜索结果
找到约 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)
Delphi控件源码 Interface for Microsoft Audio Compression Manager. - Delphi Source The ACM uses existing driver i
Interface for Microsoft Audio Compression Manager. - Delphi Source
The ACM uses existing driver interface hooks to override the default mapping algorithm for waveform audio devices. This allows the ACM to intercept device-open calls. After a call has been intercepted, the ACM can perform a variety ...
其他书籍 S60-programming-a-tutorial-guide-symbian. 1 Introduction to Mobile-Phone Systems 1 1.1 Wireless
S60-programming-a-tutorial-guide-symbian.
1 Introduction to Mobile-Phone Systems 1
1.1 Wireless Technologies 1
1.2 Cellular Systems 2
1.3 Elements of a Mobile-Phone System 4
1.4 Keeping Users’ Calls Separate 5
1.5 Multipath Propagation 7
1.6 2G Mobile-Phone Systems 9
1.7 GPRS Systems 10
1.8 3G Mob ...
matlab例程 This program is a new way to estimate the coherence function. It s based on the MVDR and is much mor
This program is a new way to estimate the coherence function. It s based on the MVDR and is much more reliable than the classical Welch s method implemented in MATLAB.
There are 2 programs: the main program called coherence_MVDR.m and and an example, called illustrate.m, that calls the main functio ...
Linux/Unix编程 Advanced UNIX Programming is the long-awaited (19 years!) update to the 1985 original. Maybe "update
Advanced UNIX Programming is the long-awaited (19 years!) update to the 1985 original. Maybe "update" isn t the right word--of the 750-or-so pages in the new book, there are maybe two dozen paragraphs that are unchanged. The original covered about 70 system calls, and the new one covers about 300. ...
手机短信编程 FMA is a free1 powerful phone editing tool allowing users to easily manage all of the personal data
FMA is a free1 powerful phone editing tool allowing users to easily manage all of the personal data stored in their phones, via a number of different connections methods. FMA allows easy management of Phonebook (both SIM and Phone memory), SMS, Profiles, and Files stored on the phone. FMA can also a ...
VC书籍 DtWinVer is a C++ class which provides a comprehensive method to determine which OS the program that
DtWinVer is a C++ class which provides a comprehensive method to determine which OS the program that calls it is running on. All methods it uses are fully documented on various articles on the MSDN CD
VC书籍 As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Pro
As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables.
Programs are structured by defining and calling functions. Program flow is controlled using loops, if
statements and function calls. Input and output can be directed to the terminal or to files. Related d ...
微处理器开发 对于ARM体系来说
对于ARM体系来说,不同语言撰写的函数之间相互调用(mix calls)遵循的是 ATPCS(ARM-Thumb Procedure Call Standard),ATPCS主要是定义了函数呼叫时参数的传递规则以及如何从函数返回,关于ATPCS的详细内容可以查看ADS1.2 Online Books ——Developer Guide的2.1节。这篇文档要讲的是汇编代码中对C函数调用时如何进行参数 ...
数据库系统 Run following Matlab commands to make sure the installation worked correctly. Unlike query function
Run following Matlab commands to make sure the installation worked correctly.
Unlike query function, filterdb does not load all waveforms to memory but returns filtered database object. This is useful when the resulting set of the query is too big to fit in memory. Consequent calls to read function ...
游戏 I originally wrote this program as an exercise for learning JAVE. Gomoku game is well-known in many
I originally wrote this program as an exercise for learning JAVE. Gomoku game is well-known in many countries and every country calls it differently. The winner is the first player to get an unbroken row of five stones horizontally, vertically, or diagonally.