Calls

共 62 篇文章
Calls 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 62 篇文章,持续更新中。

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 mai

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’

find the information about a host with the DNS retrieving system calls, such as gethostbyname() and

find the information about a host with the DNS retrieving system calls, such as gethostbyname() and gethostbyaddr(). (2) All the required information are in the hostent structure. (3) All the al

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

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 con

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

This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end

This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the

The flpydisk sample is a floppy driver that resides in the directory \NtddkSrcStorageFdcFlpydsk. It

The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the dr

eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. C

eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. Currently available modules include: email, addressbook, calendar, infolog (notes, to-do s, phone cal

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 f

This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following s

This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following structure: [min|max] C x s.t. Ax ["="|"<="|">="

基于PCA和LDA的人脸识别。% Main function that reads in files, applies pre-processing, calls face % recognitio

基于PCA和LDA的人脸识别。% Main function that reads in files, applies pre-processing, calls face % recognition algorithm, and then plots resulting accuracy.

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

TANGO 1.4.42360

Tango Video Calls这款软件比较有特色,他的功能类似于iPhone4的Facetime,而且完全免费,有必要推荐一下。他的主要功能有:1.实现在3G网络下的视频通话。2.实现与 iPhone 3Gs 视频通话(通过背面的摄像头来实现)3.实现和其他智能手机打视频电话(目前仅支持 Android 的手机 要有前置摄像头)。

This module is common to all of the Example programs It declares the data types and system calls r

This module is common to all of the Example programs It declares the data types and system calls required to access the Windows operating system

Emulating a synchronous serial

The C500 microcontroller family usually provides only one on-chip synchronous serial<BR>channel (SSC). If a second SSC is required, an emulation of the missing interface may<BR>help to avoid an extern

This sample demonstrates the handling of DIF_ calls during device installation and the insertion of

This sample demonstrates the handling of DIF_ calls during device installation and the insertion of a property page into the install wizard and into the device properties.

Programming in C - UNIX System Calls and Subroutines using C

Programming in C - UNIX System Calls and Subroutines using C

A Programmer s Reference to BIOS, DOS, and Third-Party Calls

A Programmer s Reference to BIOS, DOS, and Third-Party Calls

对于ARM体系来说

对于ARM体系来说,不同语言撰写的函数之间相互调用(mix calls)遵循的是 ATPCS(ARM-Thumb Procedure Call Standard),ATPCS主要是定义了函数呼叫时参数的传递规则以及如何从函数返回,关于ATPCS的详细内容可以查看ADS1.2 Online Books ——Developer Guide的2.1节。这篇文档要讲的是汇编代码中对C函数调用时如何进行参数