C is a general-purpose programming language. It has been closely associated with the UNIX operating
C is a general-purpose programming language. It has been closely associated with the UNIX operating system where it was ...
Timer+A技术资料下载专区,收录7,147份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
C is a general-purpose programming language. It has been closely associated with the UNIX operating system where it was ...
this archieve includes source code for a editable listview and is really useful for developing windows application.
A framework written in Java for implementing high-level and dynamic languages, compiling them into Java bytecodes. An i...
A SoC-based Sensor Node 一篇国外最新的英文论文,对于用cc2430做无线传感器网络的研究,很有参考价值
source code for a sample alarm control panel system using Freescale MC9S12DP256 . The project was implemented using Imag...
Low Level Measurements is intended as a practical guide to making precision measurements of low level DC signals. Kei...
LAPACK++ (Linear Algebra PACKage in C++) is a software library for numerical linear algebra that solves systems of linea...
八皇后的A*算法 利用矩阵的行列变换,将待扩展的结点放入closedlist中,而后移出该表首个结点进行扩展(同时放如openlist中),并将其子节点放入closelist中
// chebysheve outlier detection // this function is used to detect the abnormal value among a set of data // input: /...
Huffman codes 􀂄 In telecommunication, how do we represent a set of messages, each with an access frequency, b...