搜索结果
找到约 250 项符合
Microphone array 的查询结果
Windows CE This book is an in-depth exploration into eVB s inherent features, and how to use them to solve like
This book is an in-depth exploration into eVB s inherent features, and how to use them to solve likely mobile application programming tasks. After reading the book the reader will be able to write applications tackling a wide array of business problems for Windows CE-powered devices, both customized ...
Linux/Unix编程 I use C to implement thread operating,include initiallize,fork,yield,exit,kill. You should have driv
I use C to implement thread operating,include initiallize,fork,yield,exit,kill. You should have driver to use this library. I choose array for ready queue,and strcut for Thread Control Block.
数学计算 Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si
Using Gaussian elimination to solve linear equations.
// In this version, we allow matrix of any size. This is done by treating
// the name of a 2-dimensional array as pointer to the beginning of the
// array. This makes use of the fact that arrays in C are stored in
// row-major order.
数据结构 this package contains two .c files.One file implements the merge of two int arrays.The other one imp
this package contains two .c files.One file implements the merge of two int arrays.The other one implements the merge of two linkage array.
压缩解压 The LZW compression class i mplemented as a fixed length code which you can specify, the huffman alg
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
文件格式 This project aim was to build wireless software modem for data communication between two computers
This project aim was to build wireless software modem for data communication
between two computers using an acoustic interface in the voice frequency range (20Hz–
20,000Hz). The transmitting antenna is a speaker (frequency response of: 90Hz –
20,000Hz) and the receiving antenna is a microphone (fr ...
数值算法/人工智能 kmeans算法实现 a simple k-means clustering routine. returns the cluster labels of the data points in a
kmeans算法实现
a simple k-means clustering routine.
returns the cluster labels of the data points in an array.
其他 I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,s
I made a lot of changed on this object,such as *
// 1.Encapsulates all code in one userobjet,since PB does not *
// support "Address of Function" , so we can not set new *
// WndProc, just makes the object more easy to use. *
// 2.Uses structure array instead of Datastore *
// 3. ...
Linux/Unix编程 linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Array
linux下用C语言写的聊天程序!/*BUG and NOTE:
Not join protect to Shared Memory Segments,example Semaphore Arrays.
Not check the parameters validity.
When transmit may be error.
If the client program no right exit,others cannot know,the service program shouldbe check the client program whether exist t ...
其他 AS2Debug是为了弥补flash自带的trace的不足而制作的
AS2Debug是为了弥补flash自带的trace的不足而制作的,增加了一下几个主要功能
1.对object和Array做了解析,能输出包含的具体数据和类型
2.对movieclip做了处理,使用digMc方法,可以方便的输出包含的所有子影片的详细信息
3.增加了信息分类和染色(分为trace,info,error,waring四种) ...