这是部很好C语言自学练习的好书 #include /* for INT_MAX and INT_MIN */ #include /* for isdigit() */ #define OVERFLOW 1 #define UNDERFLOW -1 #define NO_ERROR 0 int x_atoi(char s[], int *result) { int digit_value; /* value of the scaned dig */ int i; *result = 0; f
EM算法的高斯混合模型参数估计:Descr iption This is a function performs maximum likelihood estimation of Gaussian mixture model by using expectation maximization algorithm. It can work on data of arbitrary dimensions. Several techniques are applied in order to avo
Descr iption 吴泽乐: Consider a small microprocessor that has the following properties: ?Each word is four bits. ?Addresses are two words. The high word always comes first. That is, the high word of a two-word address will always occupy the lower word
proguard Version 4.6 Added support for synthetic, bridge, and varargs modifiers in configuration. Added detection of atomic updater construction with constant arguments. Fixed merging of package visible classes. Fixed optimization of fields that are
The IDT7203/7204/7205/7206 are dual-port memory buffers with internal pointers that load and empty data on a firstin/ first-out basis. The device uses Full and Empty flags to prevent data overflow and underflow and expansion logic to allow for unlim
---------------------------------------------------------------------------- README file for nmfpack ---------------------------------------------------------------------------- Patrik Hoyer August 03, 2006 Version 1.1 This Matlab package implements
Changes from version 2.2.2 to version 2.2.3 ------------------------------------------- * Extremely minor changes to avoid mixed use of formatted and unformatted calls to "ostream" objects. These appear to excite a bug in GCC version 3.0. The only f
Preface Part I. The Basics 1. What Is C++? A Brief History of C++ C++ Organization How to Learn C++ 2. The Basics of Program Writing Programs from Conception to Execution Creating a Real Program Getting Help in Unix Getting Help in an IDE Programmin
Video Experts Group is the first who introduced a solution for all Chrome OS users! VXG Media Plugin for Chrome OS is based on Google’s Native Client (NaCl) and Portable Native Client (PNaCl) architecture. The core software is market proven in our M
MemWatch由 Johan Lindh 编写,是一个开放源代码 C 语言内存错误检测工具。MemWatch支持 ANSI C,它提供结果日志纪录,能检测双重释放(double-free)、错误释放(erroneous free)、内存泄漏(unfreed memory)、溢出(Overflow)、下溢(Underflow)等等。